X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=debian%2Frules;h=a4cbe2c112147f66a3078cc62f9c6dba11c207e6;hb=3ef0774b91c99998e62d4ca666dc5b1f7b03e4ff;hp=1353321d49be85562e4f5868a2b928992c24cd57;hpb=5082b4998b8a9787e0e2f4d96d912e434aa9b81a;p=fw%2Faltos diff --git a/debian/rules b/debian/rules index 1353321d..a4cbe2c1 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) - 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: