Check-in [7c4eee9c9c]
Not logged in
Overview

SHA1 Hash:7c4eee9c9c58730d91e9539b5b4b8acb6d2213ac
Date: 2008-05-14 23:02:18
User: stephan
Comment:corrected my *buntu release name
Timelines: ancestors | descendants | both | trunk
Other Links: files | ZIP archive | manifest

Tags And Properties
Changes
[hide diffs]

Modified debian/makedeb.sh from [f6874667dd] to [4c68bf9857].

@@ -10,11 +10,11 @@
 # Assume NexentaOS/GnuSolaris:
     DEB_PLATFORM=nexenta
     DEB_ARCH_NAME=solaris-i386
     DEB_ARCH_PKGDEPENDS="sunwcsl" # for -lsocket
 else
-    DEB_PLATFORM=${DEB_PLATFORM-ubuntu-feisty}
+    DEB_PLATFORM=${DEB_PLATFORM-ubuntu-gutsy}
     DEB_ARCH_NAME=i386
 fi
 
 SRCDIR=$(cd ..; pwd)
 test -e ${SRCDIR}/fossil || {