[23861] in Source-Commits

home help back first fref pref prev next nref lref last post

/svn/athena r23471 - trunk/debathena/scripts

daemon@ATHENA.MIT.EDU (Anders Kaseorg)
Sun Feb 22 05:35:28 2009

Date: Sun, 22 Feb 2009 05:34:40 -0500
From: Anders Kaseorg <andersk@MIT.EDU>
Message-Id: <200902221034.n1MAYepd022964@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: andersk
Date: 2009-02-22 05:34:39 -0500 (Sun, 22 Feb 2009)
New Revision: 23471

Modified:
   trunk/debathena/scripts/debian-versions.sh
Log:
* lenny is Debian 5.0, and released.
  (Remember to upgrade the lenny chroot before building packages against it.)
* Add squeeze and jaunty (but don't enable them yet).


Modified: trunk/debathena/scripts/debian-versions.sh
===================================================================
--- trunk/debathena/scripts/debian-versions.sh	2009-02-20 18:07:34 UTC (rev 23470)
+++ trunk/debathena/scripts/debian-versions.sh	2009-02-22 10:34:39 UTC (rev 23471)
@@ -6,8 +6,11 @@
 	    echo "~debian4.0"
 	    ;;
 	lenny)
-	    echo "~debian4.1~0.1"
+	    echo "~debian5.0"
 	    ;;
+	squeeze)
+	    echo "~debian6.0~0.1"
+	    ;;
 	dapper)
 	    echo "~ubuntu6.06"
 	    ;;
@@ -20,6 +23,9 @@
 	intrepid)
 	    echo "~ubuntu8.10"
 	    ;;
+	jaunty)
+	    echo "~ubuntu9.04~0.1"
+	    ;;
 	versions)
 	    echo "$DEBIAN_CODES"
 	    exit 1


home help back first fref pref prev next nref lref last post