Export the CDNAME variable in the conf file. Patch from Karl Goetz.

This commit is contained in:
Steve McIntyre 2010-02-21 21:40:25 +00:00
parent ebc4911a59
commit 38423b9daa
3 changed files with 8 additions and 1 deletions

View File

@ -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

3
debian/CONF.sh vendored
View File

@ -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

3
debian/changelog vendored
View File

@ -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 <fjp@debian.org> Sun, 23 Aug 2009 08:59:25 +0200