diff options
author | Remko Tronçon <git@el-tramo.be> | 2010-06-13 08:27:12 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2010-06-13 08:32:23 (GMT) |
commit | ff8c40a4e5a5c50572449d52754639b870dc5981 (patch) | |
tree | 2a80231a420068234c654eac99f6f736cbd6b2e2 /BuildTools/package_debian.sh | |
parent | 40499c9dffdc1ac676f66ae51ba42513a726f1cb (diff) | |
download | swift-contrib-ff8c40a4e5a5c50572449d52754639b870dc5981.zip swift-contrib-ff8c40a4e5a5c50572449d52754639b870dc5981.tar.bz2 |
Automatically update the debian changelog.
Diffstat (limited to 'BuildTools/package_debian.sh')
-rwxr-xr-x | BuildTools/package_debian.sh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/BuildTools/package_debian.sh b/BuildTools/package_debian.sh deleted file mode 100755 index 3d01243..0000000 --- a/BuildTools/package_debian.sh +++ /dev/null @@ -1,10 +0,0 @@ -VERSION=1.0 -PACKAGE=swift-$VERSION - -rm -rf $PACKAGE -git archive --format=tar --prefix=$PACKAGE/ HEAD | tar x -cp -r Swift/Packaging/Debian $PACKAGE/debian -pushd $PACKAGE -SWIFT_VERSION=$VERSION dpkg-buildpackage -rfakeroot -popd -rm -rf $PACKAGE |