Debian Patches

Status for libvformat/1.13-12

Patch Description Author Forwarded Bugs Origin Last update
0001-Copy-common-types.h-to-vformat-vf_iface.h.patch Copy common/types.h to vformat/vf_iface.h
Copy the content of common/types.h into vformat/vf_iface.h.
Keep common/types.h because some files depends on it.
Mathias Palm <mathias.palm@gmx.net> yes vendor 2010-05-09
0002-Ease-distribution-of-libvformat.patch Ease distribution of libvformat
* Remove AC_PROG_RANLIB as there is no need for ranlib when libtool is used.
* Remove unused AC_CONFIG_FILES.
* Remove files generated when testing the library in clean rule.
Mathias Palm <mathias.palm@gmx.net> yes vendor 2010-10-10
0003-Add-sample-files.patch Add sample files
Add sample files to test the library.
Mathias Palm <mathias.palm@gmx.net> yes vendor 2010-10-10
0004-Provide-info-documentation.patch Provide info documentation
Create texi files so that info files can be generated with texinfo.
Mathias Palm <mathias.palm@gmx.net> yes vendor 2010-05-09
0005-Add-manpages.patch Add manpages
Provides manpages instead of generating them from c2man as c2man is deprecated.
Mathias Palm <mathias.palm@gmx.net> not-needed debian vendor 2010-10-10
0006-Remove-leading-space-when-unfolding.patch Remove leading space when unfolding
According to RFC 2425 paragraph 5.8.1, the leading whitespace on folded lines
must be removed when unfolding happens.
Daniele Forsi <dforsi@gmail.com> yes debian vendor, http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=5;filename=testcase.c;att=1;bug=539442 2010-12-23
0007-Cast-NULL-in-void-in-functions-using-va_arg.patch Cast NULL in void * in functions using va_arg
NULL isn't necessary a zero value. For instance, on AMD64 architecture,
a null pointer is 0x7fff00000000. Usually things works automagically as
the compiler always cast NULL and 0 in void * if stored in a pointer
variable. But with functions with variable number of arguments the
compiler can't know the type of the arguments and thus don't make the
cast. In consequences, NULL and 0 must be cast explicitly in void * if
the parameter is a pointer.
Thomas Preud'homme <thomas.preudhomme@celest.fr> yes vendor 2020-08-10
0008-Fix-typo-in-manpage-and-source.patch Fix typo in manpage and source
Two function declarations suffer from a mispell: requred instead of required.
As a consequences, these typo are also found in the manpages generated by c2man.
Thomas Preud'homme <thomas.preudhomme@celest.fr> no vendor 2010-12-23
0009-Fix-errors-returned-by-Werror-format-security.patch Fix errors returned by -Werror=format-security
Option -Werror=format-security of gcc returns several error with regards
to szEndOfLine. Using "\r\n" instead of the ascii codes 0x0D, 0x0A and
0x00 avoid the error.
Thomas Preud'homme <robotux@celest.fr> no debian vendor 2011-09-27
0010-Fix-typos-in-man-pages.patch Fix typos in man pages
Fix typos reported by lintian in man pages.
Thomas Preud'homme <robotux@celest.fr> no vendor 2011-09-27
auto-gitignore Update .gitignore from Debian packaging branch
The Debian packaging git branch contains these updates to the upstream
.gitignore file(s). This patch is autogenerated, to provide these
updates to users of the official Debian archive view of the package.

[dgit (9.11) update-gitignore]
no

All known versions for source package 'libvformat'

Links