X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=debian%2Fgbp.conf;fp=debian%2Fgbp.conf;h=4c8ce7ff85af8460fdeec42af2433554c25f11d5;hp=0000000000000000000000000000000000000000;hb=2608bfe95f2c29ba568fa14904087882373971bc;hpb=4906f6b9aec7947d609fe9127898e6a94dafd874 diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 00000000..4c8ce7ff --- /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