debugging
authorBdale Garbee <bdale@gag.com>
Thu, 25 Feb 2010 00:27:51 +0000 (17:27 -0700)
committerBdale Garbee <bdale@gag.com>
Thu, 25 Feb 2010 00:27:51 +0000 (17:27 -0700)
debian/rules

index f6efe9900a96b5487086e75c0222585086425367..780011b7734e4e8a7ce3d4970025eb2dc03a37a2 100755 (executable)
@@ -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 \