summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 028b548f..9f24321b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ DEB_VERSION := $(shell if [ -x /usr/bin/git ]; then git describe; else echo 0; f
# this target invoked by git-buildpackage using a clean hook, see .gbp.conf
prebuild:
echo $(DEB_VERSION)
- git-dch --release --new-version=$(DEB_VERSION)
+ git-dch --release --new-version=$(DEB_VERSION) --multimaint-merge
git log > ChangeLog
git commit -n ChangeLog debian/changelog \
-m "update changelogs for Debian build"