From 01eb36408d7e0e826b431fcc1d3b2deb23607e0b Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Tue, 11 Sep 2012 22:23:24 -0600 Subject: use non-native versioning, don't run prebuild target on this branch, update changelog --- debian/rules | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 9f24321b..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) --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: -- cgit v1.2.3