* Remove SRCEXCLUDE which is no longer supported.
This commit is contained in:
parent
461e117d35
commit
f245fa4115
4
CONF.sh
4
CONF.sh
|
@ -16,7 +16,6 @@ unset MKISOFS || true
|
|||
unset MKISOFS_OPTS || true
|
||||
unset ISOLINUX || true
|
||||
unset EXCLUDE || true
|
||||
unset SRCEXCLUDE || true
|
||||
unset NORECOMMENDS || true
|
||||
unset NOSUGGESTS || true
|
||||
unset DOJIGDO || true
|
||||
|
@ -171,9 +170,6 @@ export DISKTYPE=CD
|
|||
# Any packages listed in EXCLUDE but not in any UNEXCLUDE will be
|
||||
# excluded completely.
|
||||
|
||||
# We also exclude some source packages
|
||||
#export SRCEXCLUDE="$BASEDIR"/tasks/exclude-src-$CODENAME
|
||||
|
||||
# Set this if the recommended packages should be skipped when adding
|
||||
# package on the CD. The default is 'false'.
|
||||
export NORECOMMENDS=1
|
||||
|
|
|
@ -16,7 +16,6 @@ unset MKISOFS || true
|
|||
unset MKISOFS_OPTS || true
|
||||
unset ISOLINUX || true
|
||||
unset EXCLUDE || true
|
||||
unset SRCEXCLUDE || true
|
||||
unset NORECOMMENDS || true
|
||||
unset NOSUGGESTS || true
|
||||
unset DOJIGDO || true
|
||||
|
@ -171,9 +170,6 @@ export DISKTYPE=CD
|
|||
# Any packages listed in EXCLUDE but not in any UNEXCLUDE will be
|
||||
# excluded completely.
|
||||
|
||||
# We also exclude some source packages
|
||||
#export SRCEXCLUDE="$BASEDIR"/tasks/exclude-src-$CODENAME
|
||||
|
||||
# Set this if the recommended packages should be skipped when adding
|
||||
# package on the CD. The default is 'false'.
|
||||
export NORECOMMENDS=1
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
debian-cd (3.0.1) UNRELEASED; urgency=low
|
||||
|
||||
* Remove SRCEXCLUDE which is no longer supported.
|
||||
|
||||
-- Frans Pop <fjp@debian.org> Fri, 19 Jan 2007 00:31:37 +0100
|
||||
|
||||
debian-cd (3.0.0) unstable; urgency=medium
|
||||
|
||||
* Support now added for multi-arch CDs/DVDs, including mixed
|
||||
|
|
Loading…
Reference in New Issue