diff options
author | Bdale Garbee <bdale@gag.com> | 2010-02-24 17:27:51 -0700 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2010-02-24 17:27:51 -0700 |
commit | 540f86678853e7ea80ae91f3f2ec0ec88c5b1ca7 (patch) | |
tree | ff5abe4c3efd08b0952e9f13baa8c4ae2c8f931f | |
parent | cdccd92f6ed97be7385e84de5694064cb8f43946 (diff) |
debugging
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index f6efe990..780011b7 100755 --- a/debian/rules +++ b/debian/rules @@ -7,6 +7,7 @@ DEB_VERSION := $(shell if [ -x /usr/bin/git ]; then git describe; else echo 0; f # 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 \ |