summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBdale Garbee <bdale@gag.com>2009-08-18 20:17:08 -0600
committerBdale Garbee <bdale@gag.com>2009-08-18 20:17:08 -0600
commit82d24bc65af85231b0d67394b30adfdb7beb6564 (patch)
tree811177cbfca0ccb34c97c26be9649c32285ff61d
parentc8e04df1423bfd4e9318d9fccae2cfb4a97983ab (diff)
we need ChangeLog in the repo for git-buildpackage to work right
-rw-r--r--ChangeLog0
-rwxr-xr-xdebian/rules3
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/ChangeLog
diff --git a/debian/rules b/debian/rules
index ca1bb03a..078dac56 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,8 +7,9 @@ PKG_VERSION := $(shell dpkg-parsechangelog | sed -ne 's/^Version: \(.*\)/\1/p')
# this target invoked by git-buildpackage using a clean hook, see .gbp.conf
prebuild:
dch -v `git describe | tr - +` "build for Debian from git"
- git commit debian/changelog -m "update Debian changelog for build"
git log > ChangeLog
+ git commit ChangeLog debian/changelog \
+ -m "update changelogs for Debian build"
configure: configure-stamp
configure-stamp: