DEBVERSION (+examples) now like "2.2 r0" according to discussions on

debian-cd list.
Copied FORCENONUSONCD1 to debian/CONF.sh, where it wasn't mentioned yet
(i.e. it would become a "hidden feature" in the .deb package).
This commit is contained in:
Anne Bezemer 2000-08-12 22:36:50 +00:00
parent 7a9ce8640c
commit 9874e3548e
2 changed files with 9 additions and 4 deletions

View File

@ -9,8 +9,8 @@ export BASEDIR=`pwd`
# Building potato cd set ...
export CODENAME=potato
# Version number
export DEBVERSION="2.2"
# Version number, "2.2 r0", "2.2 r1" etc.
export DEBVERSION="2.2 r0"
# Official or non-official set.
# NOTE: THE "OFFICIAL" DESIGNATION IS ONLY ALLOWED FOR IMAGES AVAILABLE

9
debian/CONF.sh vendored
View File

@ -4,8 +4,8 @@ export BASEDIR=/usr/share/debian-cd
# Building potato cd set ...
export CODENAME=potato
# Version number, 2.2 or 2.2_r3 etc.
export DEBVERSION="2.2"
# Version number, "2.2 r0", "2.2 r1" etc.
export DEBVERSION="2.2 r0"
# Official or non-official set.
# NOTE: THE "OFFICIAL" DESIGNATION IS ONLY ALLOWED FOR IMAGES AVAILABLE
@ -28,6 +28,11 @@ export MIRROR=/home/ftp/debian
# Comment the following line if you don't have/want non-US
#export NONUS=/ftp/debian-non-US
# And this option will make you 2 copies of CD1 - one with all the
# non-US packages on it, one with none. Useful if you're likely to
# need both.
#export FORCENONUSONCD1=1
# Path of the temporary directory
export TDIR=/home/ftp/tmp