[26153] in Source-Commits

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

/svn/athena r25423 - trunk/debathena/scripts

daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Tue Oct 25 11:37:25 2011

Date: Tue, 25 Oct 2011 11:37:23 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201110251537.p9PFbNm4018076@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: jdreed
Date: 2011-10-25 11:37:23 -0400 (Tue, 25 Oct 2011)
New Revision: 25423

Modified:
   trunk/debathena/scripts/debian-versions.sh
Log:
Support Oneiric; add Precise ("April is sooner than you think")

Modified: trunk/debathena/scripts/debian-versions.sh
===================================================================
--- trunk/debathena/scripts/debian-versions.sh	2011-10-24 16:52:34 UTC (rev 25422)
+++ trunk/debathena/scripts/debian-versions.sh	2011-10-25 15:37:23 UTC (rev 25423)
@@ -1,5 +1,5 @@
 #!/bin/sh
-DEBIAN_CODES="lenny squeeze hardy lucid maverick natty"
+DEBIAN_CODES="lenny squeeze hardy lucid maverick natty oneiric"
 gettag() {
     case "$1" in
 	lenny)
@@ -21,8 +21,11 @@
 	    echo "~ubuntu11.04"
 	    ;;
 	oneiric)
-	    echo "~ubuntu11.10~0.1"
+	    echo "~ubuntu11.10"
 	    ;;
+	precise)
+	    echo "~ubuntu12.04~0.1"
+	    ;;
 	versions)
 	    echo "$DEBIAN_CODES"
 	    ;;


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