summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBdale Garbee <bdale@gag.com>2009-08-18 18:33:53 -0600
committerBdale Garbee <bdale@gag.com>2009-08-18 18:33:53 -0600
commitf48eb2033f3685fedd42d307963671a8060604c3 (patch)
treed0510cdd8976e0c5570696b6dccbfa20c6c42766
parent192b08c28719b5518ed349d9897f9a21add3c615 (diff)
don't ship a zero-length ChangeLog, when it's easy to make one...
-rwxr-xr-xdebian/rules2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 54a6d241..8ea2a60a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,11 +8,13 @@ PKG_VERSION := $(shell dpkg-parsechangelog | sed -ne 's/^Version: \(.*\)/\1/p')
prebuild:
dch -v `git describe | tr - +` "build for Debian from git"
git commit debian/changelog -m "update Debian changelog for build"
+
configure: configure-stamp
configure-stamp:
dh_testdir
./autogen.sh --prefix=/usr
+ make ChangeLog
touch configure-stamp
build: build-stamp