Add dependency on dpkg-dev for dpkg-architecture. Closes: #574879
This commit is contained in:
parent
27d2d9200f
commit
dad90b0e43
|
@ -16,6 +16,7 @@ debian-cd (3.1.4) UNRELEASED; urgency=low
|
||||||
|
|
||||||
[ Steve McIntyre ]
|
[ Steve McIntyre ]
|
||||||
* Rename log.add_packages to add_packages.log
|
* Rename log.add_packages to add_packages.log
|
||||||
|
* Add dependency on dpkg-dev for dpkg-architecture. Closes: #574879
|
||||||
|
|
||||||
-- Steve McIntyre <93sam@debian.org> Tue, 27 Feb 2010 12:24:29 +0100
|
-- Steve McIntyre <93sam@debian.org> Tue, 27 Feb 2010 12:24:29 +0100
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ 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, cpp, libdigest-md5-perl, tofrodos, apt (>= 0.3.11.1), make, genisoimage, lynx-cur | lynx, grep-dctrl, bc, libcompress-zlib-perl
|
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
|
||||||
|
|
Loading…
Reference in New Issue