Diff
Not logged in

Differences From:

File debian/makedeb.sh part of check-in [adaa8411d9] - initial checkin: quick hack to generate a .deb package of fossil. by stephan on 2008-04-25 22:31:11. [view]

To:

File debian/makedeb.sh part of check-in [7c4eee9c9c] - corrected my *buntu release name by stephan on 2008-05-14 23:02:18. [view]

@@ -11,9 +11,9 @@
     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)