Package: libcdio / 0.83-4.3

Metadata

Package Version Patches format
libcdio 0.83-4.3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
00_manpage_fix_progname | (download)

src/cd-drive.1 | 4 2 + 2 - 0 !
src/cd-info.1 | 4 2 + 2 - 0 !
src/cd-read.1 | 4 2 + 2 - 0 !
src/iso-info.1 | 4 2 + 2 - 0 !
src/iso-read.1 | 4 2 + 2 - 0 !
5 files changed, 10 insertions(+), 10 deletions(-)

 fix the program names that appear in the manpages.
 Manpages are generated by help2man, which calls the program with --help.
 Because of libtool, the program names get lt- prepended which is both 
 wrong and ugly in the manpages. Remove that prefix.
02_fix_posixness | (download)

test/driver/realpath.c | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 define path_max if undefined.
 PATH_MAX is not defined by the POSIX standard and, while linux has such a
 limitation, other systems, such as Hurd, have no such concept.
 Define it to 4096 on such systems to avoid a build failure.
 The original patch, by "Marc Dequnes (Duck)" <duck@duckcorp.org>, was
 applied for 0.82, but a new use of PATH_MAX was added later.
Bug-Debian: http://bugs.debian.org/530516
04_avoid_make_check_failure_when_stderr_is_not_a_tty | (download)

src/cd-paranoia/cd-paranoia.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 prevent a failure of "make check" when stderr is not a tty.
 The original patch was partially applied for libcdio 0.82, but half the
 problem remains.
05_revert_iso9660_set_pvd | (download)

lib/iso9660/iso9660.c | 24 14 + 10 - 0 !
1 file changed, 14 insertions(+), 10 deletions(-)

 revert the old behavior of iso9660_set_pvd.
 The commit 66a3e4689efe80897648ca0e4b0faf36845a1fed changed the
 behavior of the iso9660_set_pvd function, to work around the fact
 that, since commit f996d202b8535c305bcf0a4ff7090b8de689eea7,
 iso9660_set_ltime does not accept NULL pointers for p_tm.
 After some exchange with upstream, change iso9660_set_ltime and
 iso9660_set_dtime to allow NULL pointers again, and revert commit
 66a3e4689efe80897648ca0e4b0faf36845a1fed.
06_fix_japanese_manpage_location | (download)

src/cd-paranoia/doc/ja/Makefile.am | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---