* Switch to genisoimage as default ISO generator as mkisofs has been dropped

from Debian. Closes: #468850
* Add Vcs-Browser field.
This commit is contained in:
Raphaël Hertzog 2008-03-05 15:47:51 +00:00
parent 228b99ce15
commit b68d75725c
3 changed files with 8 additions and 2 deletions

View File

@ -21,7 +21,7 @@ ifndef TASK
TASK=$(BASEDIR)/tasks/Debian_$(CODENAME)
endif
ifndef MKISOFS
export MKISOFS=mkisofs
export MKISOFS=genisoimage
endif
ifndef MKISOFS_OPTS
#For normal users

5
debian/changelog vendored
View File

@ -92,6 +92,11 @@ debian-cd (3.0.4) UNRELEASED; urgency=low
* Temporarily disable boot support for arm CDs - the netwinder images are not
being produced at the moment.
[ Raphael Hertzog ]
* Switch to genisoimage as default ISO generator as mkisofs has been dropped
from Debian. Closes: #468850
* Add Vcs-Browser field.
-- Otavio Salvador <otavio@ossystems.com.br> Thu, 14 Feb 2008 12:27:58 -0200
debian-cd (3.0.3) unstable; urgency=low

3
debian/control vendored
View File

@ -7,10 +7,11 @@ Build-Depends: debhelper (>= 4)
Build-Depends-Indep: tofrodos
Standards-Version: 3.6.1.0
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: perl, cpp, libdigest-md5-perl, tofrodos, apt (>= 0.3.11.1), make, mkisofs | genisoimage, lynx, grep-dctrl, bc, libcompress-zlib-perl
Depends: perl, cpp, libdigest-md5-perl, tofrodos, apt (>= 0.3.11.1), make, genisoimage, lynx, grep-dctrl, bc, libcompress-zlib-perl
Recommends: hfsutils, netpbm, syslinux
Description: Tools for building (Official) Debian CD set
Debian-cd is the official tool for building Debian CD set since the potato