# 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 # Edit nesc_*amd64.changes: # - Add i386 to the list of architectures # - Pull the i386.deb lines from nesc_*i386.changes into this file # - Re-sign with 'debsign nesc_*amd64.changes' # dput repo-trusty *amd64.changes [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