Package: debian-cd Version: 3.1.1 Severity: minor Tags: patch
Hi, this is a trivial patch against svn head which should stop lintians complaints about the package. thanks, kk -- System Information: Debian Release: 5.0.3 APT prefers stable APT policy: (500, 'stable') Architecture: i386 (i686) Kernel: Linux 2.6.30.7-libre-fshoppe1 (SMP w/2 CPU cores) Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages debian-cd depends on: ii apt 0.7.20.2+lenny2gns1 Advanced front-end for dpkg ii bc 1.06.94-3 The GNU bc arbitrary precision cal ii cpp 4:4.3.2-2 The GNU C preprocessor (cpp) ii curl 7.18.2-8lenny4 Get a file from an HTTP, HTTPS or ii dctrl-tools [grep-dc 2.13.1 Command-line tools to process Debi ii genisoimage 9:1.1.9-1 Creates ISO-9660 CD-ROM filesystem ii libcompress-zlib-per 2.012-1 Perl module for creation and manip ii lynx-cur 2.8.7dev9-2.1 Text-mode WWW Browser with NLS sup ii make 3.81-5 The GNU version of the "make" util ii perl [libdigest-md5- 5.10.0-19lenny2 Larry Wall's Practical Extraction ii tofrodos 1.7.8.debian.1-1 Converts DOS <-> Unix text files, Versions of packages debian-cd recommends: pn hfsutils <none> (no description available) pn netpbm <none> (no description available) pn syslinux-common <none> (no description available) debian-cd suggests no packages. -- no debconf information
=== modified file 'debian/control' --- debian/control 2010-04-27 12:29:59 +0000 +++ debian/control 2010-08-14 05:30:03 +0000 @@ -5,13 +5,13 @@ Uploaders: Raphael Hertzog <[email protected]>, Santiago Garcia Mantinan <[email protected]>, Steve McIntyre <[email protected]>, Frans Pop <[email protected]> Build-Depends: debhelper (>= 5) Build-Depends-Indep: tofrodos -Standards-Version: 3.6.1.0 +Standards-Version: 3.9.1 Vcs-Svn: svn://svn.debian.org/debian-cd/trunk Vcs-Browser: http://svn.debian.org/wsvn/debian-cd/trunk?op=log Package: debian-cd Architecture: all -Depends: curl, perl, dpkg-dev, cpp, libdigest-md5-perl, tofrodos, apt (>= 0.3.11.1), make, genisoimage, lynx-cur | lynx, grep-dctrl, bc, libcompress-zlib-perl +Depends: ${misc:Depends}, curl, perl, dpkg-dev, cpp, libdigest-md5-perl, tofrodos, apt (>= 0.3.11.1), make, genisoimage, lynx-cur | lynx, grep-dctrl, bc, libcompress-zlib-perl Recommends: hfsutils, netpbm, syslinux-common Description: Tools for building (Official) Debian CD set Debian-cd is the official tool for building Debian CD set since the potato === modified file 'debian/rules' --- debian/rules 2008-11-23 17:04:12 +0000 +++ debian/rules 2010-08-14 08:10:20 +0000 @@ -32,7 +32,8 @@ find debian/debian-cd -name '.svn' | xargs -r rm -rf find debian/debian-cd/usr/share/debian-cd/tools/boot \ \( -name 'boot-*' -o -name 'post-boot-*' \) -a \! -name '*.txt' \ - -a \! -name '*.calc' | xargs chmod 0755 + -a \! -name '*.calc' -a \! -name boot-x86 | xargs chmod 0755 + chmod +755 contrib/testingcds touch install-stamp

