* 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:
parent
228b99ce15
commit
b68d75725c
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue