]> oss.titaniummirror.com Git - nesc.git/commitdiff
Add gbp.conf file to debian/
authorR. Steve McKown <rsmckown@gmail.com>
Wed, 13 Aug 2014 00:19:32 +0000 (18:19 -0600)
committerR. Steve McKown <rsmckown@gmail.com>
Wed, 13 Aug 2014 00:19:32 +0000 (18:19 -0600)
debian/gbp.conf [new file with mode: 0644]

diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644 (file)
index 0000000..df12621
--- /dev/null
@@ -0,0 +1,28 @@
+# gbp.conf
+#
+# Assist building.  Requires specific setup in ~/.pbuilderrc and cow images
+# created for the distribution/architecture combinations to be built.
+#
+# To build:
+# DIST=trusty ARCH=amd64 git-buildpackage -sa # includes orig tar file
+# DIST=trusty ARCH=i386 git-buildpackage # orig tar file not included
+#
+# To post to server (requires properly configured ~/dput.cf):
+# cd ../nesc-build
+# dput repo-trusty *changes
+#
+# Push with dput after each build, as all builds seem to rewrite *.dsc file
+
+[DEFAULT]
+builder = /usr/bin/git-pbuilder
+cleaner = fakeroot debian/rules clean
+# Remove lintian check until warnings are fixed
+#postbuild = lintian $GBP_CHANGES_FILE
+pristine-tar = True
+upstream-branch = upstream
+
+[git-buildpackage]
+export-dir = ../nesc-build/
+
+[git-import-orig]
+dch = false