summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBdale Garbee <bdale@gag.com>2009-08-18 20:08:10 -0600
committerBdale Garbee <bdale@gag.com>2009-08-18 20:08:10 -0600
commita40f45bf4791bced48efb728be8990e41a7e4280 (patch)
treed7635ecf005957625c1824a614c7f3667cb704a3
parentae7752210a0e06beacad011c17dbf75bff39eda8 (diff)
move the ChangeLog creation to the prebuild target
-rwxr-xr-xdebian/rules3
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index 8ea2a60a..ca1bb03a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,13 +8,12 @@ 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"
-
+ git log > ChangeLog
configure: configure-stamp
configure-stamp:
dh_testdir
./autogen.sh --prefix=/usr
- make ChangeLog
touch configure-stamp
build: build-stamp