From a650ce3f8be383561fa16039723d75c154574d28 Mon Sep 17 00:00:00 2001 From: Jonathan Nieder Date: Tue, 6 Jul 2010 03:22:51 -0500 Subject: Add prebuild hook Can be used to add an upstream changelog generated from the git repository to the build dir. Closes: #587652 --- gbp.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gbp.conf') diff --git a/gbp.conf b/gbp.conf index 9fe94e5..6024922 100644 --- a/gbp.conf +++ b/gbp.conf @@ -28,6 +28,8 @@ #posttag = git-push git.example.com # call lintian after a successful build: #postbuild = lintian $GBP_CHANGES_FILE +# let package generate upstream changelog before build: +#prebuild = GIT_DIR=$GBP_GIT_DIR debian/autogen.sh # use this for more svn-buildpackage like behaviour: #export-dir = ../build-area/ #tarball-dir = ../tarballs/ -- cgit v1.2.3