From: Bdale Garbee Date: Wed, 19 Aug 2009 02:17:08 +0000 (-0600) Subject: we need ChangeLog in the repo for git-buildpackage to work right X-Git-Tag: debian/1.1-1~9 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=82d24bc65af85231b0d67394b30adfdb7beb6564;p=fw%2Faltos we need ChangeLog in the repo for git-buildpackage to work right --- diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 00000000..e69de29b 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: