Fossil SCM
corrected my *buntu release name
Commit
7c4eee9c9c58730d91e9539b5b4b8acb6d2213ac
Parent
cf5bbd92a2f5f05…
1 file changed
+1
-1
+1
-1
| --- debian/makedeb.sh | ||
| +++ debian/makedeb.sh | ||
| @@ -10,11 +10,11 @@ | ||
| 10 | 10 | # Assume NexentaOS/GnuSolaris: |
| 11 | 11 | DEB_PLATFORM=nexenta |
| 12 | 12 | DEB_ARCH_NAME=solaris-i386 |
| 13 | 13 | DEB_ARCH_PKGDEPENDS="sunwcsl" # for -lsocket |
| 14 | 14 | else |
| 15 | - DEB_PLATFORM=${DEB_PLATFORM-ubuntu-feisty} | |
| 15 | + DEB_PLATFORM=${DEB_PLATFORM-ubuntu-gutsy} | |
| 16 | 16 | DEB_ARCH_NAME=i386 |
| 17 | 17 | fi |
| 18 | 18 | |
| 19 | 19 | SRCDIR=$(cd ..; pwd) |
| 20 | 20 | test -e ${SRCDIR}/fossil || { |
| 21 | 21 |
| --- debian/makedeb.sh | |
| +++ debian/makedeb.sh | |
| @@ -10,11 +10,11 @@ | |
| 10 | # Assume NexentaOS/GnuSolaris: |
| 11 | DEB_PLATFORM=nexenta |
| 12 | DEB_ARCH_NAME=solaris-i386 |
| 13 | DEB_ARCH_PKGDEPENDS="sunwcsl" # for -lsocket |
| 14 | else |
| 15 | DEB_PLATFORM=${DEB_PLATFORM-ubuntu-feisty} |
| 16 | DEB_ARCH_NAME=i386 |
| 17 | fi |
| 18 | |
| 19 | SRCDIR=$(cd ..; pwd) |
| 20 | test -e ${SRCDIR}/fossil || { |
| 21 |
| --- debian/makedeb.sh | |
| +++ debian/makedeb.sh | |
| @@ -10,11 +10,11 @@ | |
| 10 | # Assume NexentaOS/GnuSolaris: |
| 11 | DEB_PLATFORM=nexenta |
| 12 | DEB_ARCH_NAME=solaris-i386 |
| 13 | DEB_ARCH_PKGDEPENDS="sunwcsl" # for -lsocket |
| 14 | else |
| 15 | DEB_PLATFORM=${DEB_PLATFORM-ubuntu-gutsy} |
| 16 | DEB_ARCH_NAME=i386 |
| 17 | fi |
| 18 | |
| 19 | SRCDIR=$(cd ..; pwd) |
| 20 | test -e ${SRCDIR}/fossil || { |
| 21 |