diff options
author | Remko Tronçon <git@el-tramo.be> | 2011-06-17 17:06:22 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2011-06-17 19:02:36 (GMT) |
commit | 3f61a759fc5937c4a637aec8335b0bc9accc8693 (patch) | |
tree | fe86940466d9640879bee4e45e84647ec1815316 /Swift/Packaging/Debian/package.sh | |
parent | afe1224b3f4615e46962fb6f4f1b82b471e5f17b (diff) | |
download | swift-contrib-3f61a759fc5937c4a637aec8335b0bc9accc8693.zip swift-contrib-3f61a759fc5937c4a637aec8335b0bc9accc8693.tar.bz2 |
Some debian script improvements.
Diffstat (limited to 'Swift/Packaging/Debian/package.sh')
-rwxr-xr-x | Swift/Packaging/Debian/package.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Swift/Packaging/Debian/package.sh b/Swift/Packaging/Debian/package.sh index 0cbc886..f9d809a 100755 --- a/Swift/Packaging/Debian/package.sh +++ b/Swift/Packaging/Debian/package.sh @@ -31,7 +31,6 @@ cp -r $DIRNAME/3rdParty/Boost/src/boost/uuid $DIRNAME/3rdParty/Boost/uuid/boost ln -s Swift/Packaging/Debian/debian $DIRNAME/debian ../../../BuildTools/UpdateDebianChangelog.py $DIRNAME/debian/changelog $DEBIAN_VERSION cat $DIRNAME/debian/control.in | sed -e "s/%SWIFTEN_SOVERSION%/$SWIFTEN_SOVERSION/g" > $DIRNAME/debian/control -cat $DIRNAME/debian/shlibs.in | sed -e "s/%SWIFTEN_SOVERSION%/$SWIFTEN_SOVERSION/g" > $DIRNAME/debian/shlibs mv $DIRNAME/debian/libswiften.install $DIRNAME/debian/libswiften$SWIFTEN_SOVERSION.install mv $DIRNAME/debian/libswiften-dev.install $DIRNAME/debian/libswiften$SWIFTEN_SOVERSION-dev.install |