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 /Swift | |
parent | 40499c9dffdc1ac676f66ae51ba42513a726f1cb (diff) | |
download | swift-ff8c40a4e5a5c50572449d52754639b870dc5981.zip swift-ff8c40a4e5a5c50572449d52754639b870dc5981.tar.bz2 |
Automatically update the debian changelog.
Diffstat (limited to 'Swift')
-rwxr-xr-x | Swift/Packaging/Debian/package.sh | 1 |
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 |