X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=debian%2Frules;h=4e927977fe8a9f55481cd355f669409bf240e569;hb=02d111b1b53ef01fc6e9ab6c4bc60b8af1be0067;hp=122a0fed2349bfcc7cbe9895e8fe9b095c730888;hpb=a4a841828924ee37f5201d4ff0aec38459f2d802;p=fw%2Faltos diff --git a/debian/rules b/debian/rules index 122a0fed..4e927977 100755 --- a/debian/rules +++ b/debian/rules @@ -3,17 +3,10 @@ export DH_VERBOSE=1 PKG_VERSION := $(shell dpkg-parsechangelog | sed -ne 's/^Version: \(.*\)/\1/p') -DEB_VERSION := $(shell if [ -x /usr/bin/git ]; then git describe; else echo 0; fi | tr - +) # this target invoked by git-buildpackage using a clean hook, see .gbp.conf prebuild: - echo $(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 tag debian/$(DEB_VERSION) -# git push --tags origin master + echo "not frobbing changelog for official builds" configure: configure-stamp configure-stamp: