X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=debian%2Frules;h=780011b7734e4e8a7ce3d4970025eb2dc03a37a2;hp=f6efe9900a96b5487086e75c0222585086425367;hb=540f86678853e7ea80ae91f3f2ec0ec88c5b1ca7;hpb=cdccd92f6ed97be7385e84de5694064cb8f43946 diff --git a/debian/rules b/debian/rules index f6efe990..780011b7 100755 --- a/debian/rules +++ b/debian/rules @@ -7,6 +7,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 log > ChangeLog git commit -n ChangeLog debian/changelog \