X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=debian%2Frules;h=c1c9a0f8549297d49fd6b332b7f2492d87a9819c;hb=4d0604fb0b3c1cfd43f6815d4549ae8d5d74039b;hp=ebcb3b803dfd4e5c90b16b857cf5a23b8c739149;hpb=5d4f912bcc6784f975c82f7b0ed8dc360e60aae8;p=fw%2Faltos diff --git a/debian/rules b/debian/rules index ebcb3b80..c1c9a0f8 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: