From: Bdale Garbee Date: Wed, 19 Aug 2009 02:08:10 +0000 (-0600) Subject: move the ChangeLog creation to the prebuild target X-Git-Tag: debian/1.1-1~12 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=a40f45bf4791bced48efb728be8990e41a7e4280;p=fw%2Faltos move the ChangeLog creation to the prebuild target --- 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