From b68d75725c116439cb88b84a0090aece0998afba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Hertzog?= Date: Wed, 5 Mar 2008 15:47:51 +0000 Subject: [PATCH] * Switch to genisoimage as default ISO generator as mkisofs has been dropped from Debian. Closes: #468850 * Add Vcs-Browser field. --- Makefile | 2 +- debian/changelog | 5 +++++ debian/control | 3 ++- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 04c8f48d..79a99a12 100755 --- a/Makefile +++ b/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 diff --git a/debian/changelog b/debian/changelog index c6dfafdd..1829e1dd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Thu, 14 Feb 2008 12:27:58 -0200 debian-cd (3.0.3) unstable; urgency=low diff --git a/debian/control b/debian/control index be735ca5..ce772cc8 100644 --- a/debian/control +++ b/debian/control @@ -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