[pkg-wine-party] [SCM] Debian Wine packaging branch, master, updated. wine-1.1.23-1-8-ge294b33
Ove Kaaven
ovek at arcticnet.no
Thu Jun 18 23:28:06 UTC 2009
The following commit has been merged in the master branch:
commit a999fc325aa849059140859a77827bdac27dcff0
Author: Ove Kaaven <ovek at arcticnet.no>
Date: Fri Jun 19 01:18:33 2009 +0200
Fixed git-dch workaround in debian/maint/build-final to work with package updates that aren't new upstream releases.
diff --git a/debian/maint/build-final b/debian/maint/build-final
index 94b125e..86fb2b8 100755
--- a/debian/maint/build-final
+++ b/debian/maint/build-final
@@ -16,11 +16,12 @@ fi
# build changelog
if [ "$distribution" = "UNRELEASED" ]; then
sed -i "1,6d" debian/changelog # delete dummy entry (6 lines)
+ version_arg="--new-version=\"$version\""
fi
git-dch --release --auto --full --meta \
- --new-version "$version" \
--debian-tag="wine-$last_version" \
- --git-log="--first-parent"
+ --git-log="--first-parent" \
+ $version_arg
# commit changelog
version=`dpkg-parsechangelog|sed -n 's/Version: \(.*\)/\1/p'`
git add debian/changelog
--
Debian Wine packaging
More information about the pkg-wine-party
mailing list