summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2010-06-13 08:27:12 (GMT)
committerRemko Tronçon <git@el-tramo.be>2010-06-13 08:32:23 (GMT)
commitff8c40a4e5a5c50572449d52754639b870dc5981 (patch)
tree2a80231a420068234c654eac99f6f736cbd6b2e2 /Swift/Packaging/Debian
parent40499c9dffdc1ac676f66ae51ba42513a726f1cb (diff)
downloadswift-ff8c40a4e5a5c50572449d52754639b870dc5981.zip
swift-ff8c40a4e5a5c50572449d52754639b870dc5981.tar.bz2
Automatically update the debian changelog.
Diffstat (limited to 'Swift/Packaging/Debian')
-rwxr-xr-xSwift/Packaging/Debian/package.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/Packaging/Debian/package.sh b/Swift/Packaging/Debian/package.sh
index 5e93ee9..9c9dae1 100755
--- a/Swift/Packaging/Debian/package.sh
+++ b/Swift/Packaging/Debian/package.sh
@@ -16,6 +16,7 @@ echo "Checking out a fresh copy ..."
rm -rf $DIRNAME
git clone ../../../.git $DIRNAME
ln -s Swift/Packaging/Debian/debian $DIRNAME/debian
+../../../BuildTools/UpdateDebianChangelog.py $DIRNAME/debian/changelog $VERSION
echo "Building ..."
cd $DIRNAME