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 ]
|
[ Karl Goetz ]
|
||||||
* Rename log.sort_deps* to sort_deps*.log for better consistency.
|
* Rename log.sort_deps* to sort_deps*.log for better consistency.
|
||||||
Closes: #571591
|
Closes: #571591
|
||||||
|
* Minor tweaks to Debian packaging to make lintian happy.
|
||||||
|
Closes: #592932
|
||||||
|
|
||||||
[ Steve McIntyre ]
|
[ Steve McIntyre ]
|
||||||
* Rename log.add_packages to add_packages.log
|
* 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>
|
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: debhelper (>= 5)
|
||||||
Build-Depends-Indep: tofrodos
|
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-Svn: svn://svn.debian.org/debian-cd/trunk
|
||||||
Vcs-Browser: http://svn.debian.org/wsvn/debian-cd/trunk?op=log
|
Vcs-Browser: http://svn.debian.org/wsvn/debian-cd/trunk?op=log
|
||||||
|
|
||||||
Package: debian-cd
|
Package: debian-cd
|
||||||
Architecture: all
|
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
|
Recommends: hfsutils, netpbm, syslinux-common
|
||||||
Description: Tools for building (Official) Debian CD set
|
Description: Tools for building (Official) Debian CD set
|
||||||
Debian-cd is the official tool for building Debian CD set since the potato
|
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 -name '.svn' | xargs -r rm -rf
|
||||||
find debian/debian-cd/usr/share/debian-cd/tools/boot \
|
find debian/debian-cd/usr/share/debian-cd/tools/boot \
|
||||||
\( -name 'boot-*' -o -name 'post-boot-*' \) -a \! -name '*.txt' \
|
\( -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
|
touch install-stamp
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue