[Debian-live-changes] r2023 - configs/daniel-desktop/config/chroot_local-includes/usr/local/bin

daniel at alioth.debian.org daniel at alioth.debian.org
Sun Jun 10 19:14:00 UTC 2007


Author: daniel
Date: 2007-06-10 19:13:59 +0000 (Sun, 10 Jun 2007)
New Revision: 2023

Modified:
   configs/daniel-desktop/config/chroot_local-includes/usr/local/bin/dputs
Log:


Modified: configs/daniel-desktop/config/chroot_local-includes/usr/local/bin/dputs
===================================================================
--- configs/daniel-desktop/config/chroot_local-includes/usr/local/bin/dputs	2007-06-10 19:08:47 UTC (rev 2022)
+++ configs/daniel-desktop/config/chroot_local-includes/usr/local/bin/dputs	2007-06-10 19:13:59 UTC (rev 2023)
@@ -44,9 +44,7 @@
 fi
 
 CODENAME_OLDSTABLE="sarge"
-CODENAME_OLDSTABLE_BACKPORTS="sarge"
 CODENAME_STABLE="etch"
-CODENAME_STABLE_BACKPORTS="etch"
 CODENAME_TESTING="lenny"
 CODENAME_UNSTABLE="sid"
 
@@ -74,6 +72,10 @@
 		DISTRIBUTION="${CODENAME_STABLE}-security"
 		;;
 
+	stable-edu|"${CODENAME_STABLE}"-edu)
+		DISTRIBUTION="${CODENAME_STABLE}-edu"
+		;;
+
 	stable|"${CODENAME_STABLE}")
 		DISTRIBUTION="${CODENAME_STABLE}"
 		;;
@@ -122,6 +124,10 @@
 		dput security-master *.changes
 		;;
 
+	"${CODENAME_STABLE}"-edu)
+		dput edu *.changes
+		;;
+
 	*)
 		dput ftp-master *.changes
 		;;




More information about the Debian-live-changes mailing list