From 82d24bc65af85231b0d67394b30adfdb7beb6564 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Tue, 18 Aug 2009 20:17:08 -0600 Subject: [PATCH] we need ChangeLog in the repo for git-buildpackage to work right --- ChangeLog | 0 debian/rules | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 ChangeLog 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: -- 2.30.2