From 2608bfe95f2c29ba568fa14904087882373971bc Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Fri, 16 Apr 2010 08:49:09 -0700 Subject: debian: Add a gbp.conf to start using git-buildpackage On Bdale Garbee's recommendation I'm switching from gitpkg, (which constructed a source tree but still required me to go run debuild), to git-buildpackage. I hadn't originally used git-buildpackage because it didn't seem to work without a configuration file, (where gitpkg was fine). Bdale was kind enough to point me to his fw/altos source at git.gag.com where I found an example gpb.conf file as well as a target in debian/rules to automatically update debian/changelog with the new version number. --- debian/gbp.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 debian/gbp.conf (limited to 'debian/gbp.conf') diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..4c8ce7f --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,16 @@ +# Configuration file for git-buildpackage + +[DEFAULT] +cleaner = debian/rules prebuild && debuild clean + +# The default branch for upstream sources +upstream-branch = master + +# The default branch for the debian patch (no patch in our case) +debian-branch = master + +# Directory for performing the build +export-dir = ./debian-build + +# Format for the debian tag +debian-tag = debian-%(version)s -- cgit v1.2.3