From 38423b9daab223ecc32d10faeb5ebad337f43a96 Mon Sep 17 00:00:00 2001 From: Steve McIntyre <93sam@debian.org> Date: Sun, 21 Feb 2010 21:40:25 +0000 Subject: [PATCH] Export the CDNAME variable in the conf file. Patch from Karl Goetz. --- CONF.sh | 3 +++ debian/CONF.sh | 3 +++ debian/changelog | 3 ++- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CONF.sh b/CONF.sh index 03ccdef7..c0990487 100644 --- a/CONF.sh +++ b/CONF.sh @@ -55,6 +55,9 @@ unset MAX_PKG_SIZE || true # Where I am (hoping I'm in the debian-cd dir) export BASEDIR=`pwd` +# Name of the distribution for the image filename (Defaults to 'debian') +# export CDNAME=debian + # Building squeeze cd set ... export CODENAME=squeeze diff --git a/debian/CONF.sh b/debian/CONF.sh index 03ccdef7..c0990487 100644 --- a/debian/CONF.sh +++ b/debian/CONF.sh @@ -55,6 +55,9 @@ unset MAX_PKG_SIZE || true # Where I am (hoping I'm in the debian-cd dir) export BASEDIR=`pwd` +# Name of the distribution for the image filename (Defaults to 'debian') +# export CDNAME=debian + # Building squeeze cd set ... export CODENAME=squeeze diff --git a/debian/changelog b/debian/changelog index f1f555f6..230424d4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -60,7 +60,8 @@ debian-cd (3.1.3) UNRELEASED; urgency=low Closes: 566561 [ Karl Goetz ] - * Improve the description for MAXCDS in the conf file. + * Improve the description for MAXCDS in the conf file. (Closes: #570028) + * Export the CDNAME variable in the conf file. (Closes: #570470) -- Frans Pop Sun, 23 Aug 2009 08:59:25 +0200