use multimaint-merge to make Debian changelogs less ugly
authorBdale Garbee <bdale@gag.com>
Thu, 25 Aug 2011 09:36:25 +0000 (03:36 -0600)
committerBdale Garbee <bdale@gag.com>
Thu, 25 Aug 2011 09:36:25 +0000 (03:36 -0600)
debian/rules

index 028b548f31990072a505fc75f3818cd60abd8ccd..9f24321b6d1398f2b0e38bdfb213588795ec3cec 100755 (executable)
@@ -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)
 # 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"
        git log > ChangeLog
        git commit -n ChangeLog debian/changelog \
                -m "update changelogs for Debian build"