X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=debian%2Frules;h=57c7e7426e9af07f360d9109e26bfefb0f09beac;hb=575bbaf976c5840fd0e308549c45a466fdec1352;hp=2b79846498e90c7cec7d528946814fd801c3786d;hpb=bc3610d8cecbfed40c62d4dcb93fc9a4d2a7c9e3;p=fw%2Faltos diff --git a/debian/rules b/debian/rules index 2b798464..57c7e742 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: