diff --git a/debian/changelog b/debian/changelog index 7c3a0f6c..cfe5ec29 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,8 @@ debian-cd (3.1.4) UNRELEASED; urgency=low [ Karl Goetz ] * Rename log.sort_deps* to sort_deps*.log for better consistency. Closes: #571591 + * Minor tweaks to Debian packaging to make lintian happy. + Closes: #592932 [ Steve McIntyre ] * Rename log.add_packages to add_packages.log diff --git a/debian/control b/debian/control index e73d7f78..41c45958 100644 --- a/debian/control +++ b/debian/control @@ -5,13 +5,13 @@ Maintainer: Debian CD Group Uploaders: Raphael Hertzog , Santiago Garcia Mantinan , Steve McIntyre <93sam@debian.org>, Frans Pop 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 diff --git a/debian/rules b/debian/rules index 51a93161..70d7e324 100755 --- a/debian/rules +++ b/debian/rules @@ -32,7 +32,8 @@ install-stamp: build-stamp 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