Package: cdck / 0.7.0+dfsg-3

Metadata

Package Version Patches format
cdck 0.7.0+dfsg-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
man.patch | (download)

man/Makefile.am | 2 1 + 1 - 0 !
man/cdck_man.in | 12 8 + 4 - 0 !
2 files changed, 9 insertions(+), 5 deletions(-)

 - fix calls to pod2man
 - remove stray "=cut", leads to pod2man errors
 - add a note about using the gnuplot datafile
Bugs-Ubuntu: https://bugs.launchpad.net/bugs/476591


wording.patch | (download)

src/lib_main.cpp | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 improve wording
hurd.patch | (download)

src/lib_cdinfo.cpp | 5 5 + 0 - 0 !
src/lib_main.cpp | 5 5 + 0 - 0 !
2 files changed, 10 insertions(+)

 add support for building on hurd-i386
makefile.am.patch | (download)

src/Makefile.am | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 allow libtool to auto(re)conf
cross.patch | (download)

configure.ac | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 replace hard-coded `gcc' with $cc in configure.ac
 to allow cross-building.
gcc 10.patch | (download)

configure.ac | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix detection of gcc version.
 Use numeric instead of string comparison, then gcc version 10 is greater then 3.