diff --git a/debian/CONF.sh b/debian/CONF.sh index 1192066a..da79090f 100644 --- a/debian/CONF.sh +++ b/debian/CONF.sh @@ -2,6 +2,7 @@ unset NONUS || true unset FORCENONUSONCD1 || true unset NONFREE || true +unset CONTRIB || true unset EXTRANONFREE || true unset LOCAL || true unset LOCALDEBS || true @@ -76,6 +77,9 @@ export APTTMP=/home/ftp/tmp/apt # Do I want to have NONFREE merged in the CD set # export NONFREE=1 +# Do I want to have CONTRIB merged in the CD set +export CONTRIB=1 + # Do I want to have NONFREE on a separate CD (the last CD of the CD set) # WARNING: Don't use NONFREE and EXTRANONFREE at the same time ! # export EXTRANONFREE=1 diff --git a/debian/changelog b/debian/changelog index 897c4110..1e50af34 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,5 @@ -debian-cd (2.2.16) unstable; urgency=low +debian-cd (2.2.16) UNRELEASED; urgency=low - * UNRELEASED * Updated standards-version to 3.5.7. * Use debhelper 4 (build-depends on it, updated DH_COMPAT). * WARNING: potato is now mostly unsupported, some cruft has been @@ -13,6 +12,8 @@ debian-cd (2.2.16) unstable; urgency=low * Updated isolinux.bin from syslinux 1.75-1. * Make it possible to exclude contrib from the CDs. Useful if you only have a mirror of main. + * Petter Reinholdtsen: + - Add CONTRIB flag to debian/CONF.sh. -- Tollef Fog Heen Sat, 7 Dec 2002 10:58:53 +0100