X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=debian%2Frules;h=9f24321b6d1398f2b0e38bdfb213588795ec3cec;hb=09aa379fc57cd4f30c18c7bda2532a79109354c2;hp=028b548f31990072a505fc75f3818cd60abd8ccd;hpb=fc7e46b1215ea2b4cc138ed77d8eaa122369b15f;p=fw%2Faltos 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"