From f692248af34dfb58f92740e0b1a37a9997d37127 Mon Sep 17 00:00:00 2001 From: Kevin Smith Date: Tue, 22 May 2012 19:51:23 +0100 Subject: Update Deb stuff 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 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 -- cgit v0.10.2-6-g49f6