Minor tweaks to Debian packaging to make lintian happy.
This commit is contained in:
parent
17d3e1088d
commit
a2ed38ee35
|
@ -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
|
||||
|
|
|
@ -5,13 +5,13 @@ Maintainer: Debian CD Group <debian-cd@lists.debian.org>
|
|||
Uploaders: Raphael Hertzog <hertzog@debian.org>, Santiago Garcia Mantinan <manty@debian.org>, Steve McIntyre <93sam@debian.org>, Frans Pop <fjp@debian.org>
|
||||
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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue