From a40f45bf4791bced48efb728be8990e41a7e4280 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Tue, 18 Aug 2009 20:08:10 -0600 Subject: [PATCH] move the ChangeLog creation to the prebuild target --- debian/rules | 3 +-- 1 file changed, 1 insertion(+), 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 -- 2.30.2