summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: