summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2012-05-22 18:51:23 (GMT)
committerKevin Smith <git@kismith.co.uk>2012-06-12 19:18:51 (GMT)
commitf692248af34dfb58f92740e0b1a37a9997d37127 (patch)
tree37f74939c8ed1df324464a8ac7db70941c084f94 /Swift/Packaging/Debian
parentcacc0b6839f7894f51adfd119bf19846fa8bdb61 (diff)
downloadswift-f692248af34dfb58f92740e0b1a37a9997d37127.zip
swift-f692248af34dfb58f92740e0b1a37a9997d37127.tar.bz2
Update Deb stuff
Diffstat (limited to 'Swift/Packaging/Debian')
-rw-r--r--Swift/Packaging/Debian/changelog.debian-unstable2
-rwxr-xr-xSwift/Packaging/Debian/package.sh6
2 files changed, 4 insertions, 4 deletions
diff --git a/Swift/Packaging/Debian/changelog.debian-unstable b/Swift/Packaging/Debian/changelog.debian-unstable
index c8b4861..992a63f 100644
--- a/Swift/Packaging/Debian/changelog.debian-unstable
+++ b/Swift/Packaging/Debian/changelog.debian-unstable
@@ -1,4 +1,4 @@
-swift-im (2.0~alpha+dev629-1) unstable; urgency=low
+swift-im (2.0~beta1+dev26-1) unstable; urgency=low
* Initial release. Closes: #631002
* Thanks to Olly Betts <olly@survex.com>
diff --git a/Swift/Packaging/Debian/package.sh b/Swift/Packaging/Debian/package.sh
index 76aee6f..ab21db5 100755
--- a/Swift/Packaging/Debian/package.sh
+++ b/Swift/Packaging/Debian/package.sh
@@ -49,7 +49,7 @@ else
# Remove development files & 3rdParty files
rm -rf $DIRNAME/.git
find $DIRNAME -name .gitignore | xargs rm -f
- find $DIRNAME/3rdParty -type f | grep -v uuid | grep -v SConscript | xargs rm -f
+ find $DIRNAME/3rdParty -type f | grep -v SConscript | xargs rm -f
find $DIRNAME/3rdParty -depth -empty -type d -exec rmdir {} \;
rm -rf $DIRNAME/3rdParty/SCons
rm -rf $DIRNAME/Swift/Packaging/Debian
@@ -59,8 +59,8 @@ else
# Fork local Boost UUID copy
# FIXME: This shouldn't be necessary, but SCons isn't picking up the generated headers for compilation
- mkdir -p $DIRNAME/3rdParty/Boost/uuid/boost
- cp -r $DIRNAME/3rdParty/Boost/src/boost/uuid $DIRNAME/3rdParty/Boost/uuid/boost
+ #mkdir -p $DIRNAME/3rdParty/Boost/uuid/boost
+ #cp -r $DIRNAME/3rdParty/Boost/src/boost/uuid $DIRNAME/3rdParty/Boost/uuid/boost
# Create orig tarball
tar czf $TARBALLBARE $DIRNAME