diff options
Diffstat (limited to 'debian/gbp.conf')
-rw-r--r-- | debian/gbp.conf | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..e8e7393 --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,22 @@ +# Configuration file for git-buildpackage and friends + +[DEFAULT] +# use pristine-tar: +pristine-tar = True +# generate gz compressed orig file +# compression = xz +debian-branch = debian/sid +upstream-branch = upstream + +[pq] +patch-numbers = False + +[dch] +id-length = 7 +debian-branch = debian/sid + +[import-orig] +# filter out unwanted files/dirs from upstream +filter = [ '.cvsignore', '.gitignore', '.github', '.hgtags', '.hgignore', '*.orig', '*.rej' ] +# filter the files out of the tarball passed to pristine-tar +filter-pristine-tar = True |