summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjcfp <linux@jcf.pm>2017-05-03 23:06:55 +0200
committerjcfp <linux@jcf.pm>2017-05-03 23:06:55 +0200
commit3399e1f4d8e0b47a506036f681604ac78e6840b5 (patch)
tree3e2a8f5cf27d7a2dd10a593647d609a4640d5112
parenta83f9062b2f5ec92297b5c9fda28c68b2240595d (diff)
gbp.conf: set pristine-tar options
-rw-r--r--debian/changelog4
-rw-r--r--debian/gbp.conf6
2 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index b57452d..766fbcd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -53,8 +53,8 @@ sysbench (1.0.6+ds-1) experimental; urgency=medium
+ add myself as a copyright holder for the packaging.
+ exclude third_party directory from orig.tgz.
* Bump debhelper compat level to 10 (from 9).
- * Add d/gbp.conf: set branches to master/upstream and make git-orig
- strip upstream debian dir.
+ * Add d/gbp.conf: set branches to master/upstream, make git-orig strip
+ upstream debian dir and enable priastine-tar options.
-- JCF Ploemen (jcfp) <linux@jcf.pm> Wed, 12 Apr 2017 20:06:05 +0000
diff --git a/debian/gbp.conf b/debian/gbp.conf
index 5558b25..4ef23a6 100644
--- a/debian/gbp.conf
+++ b/debian/gbp.conf
@@ -1,7 +1,13 @@
[DEFAULT]
debian-branch = master
upstream-branch = upstream
+pristine-tar = True
[import-orig]
# strip unwanted debian dir from upstream
filter = [ 'debian/*' ]
+filter-pristine-tar = True
+
+[buildpackage]
+pristine-tar = True
+pristine-tar-commit = True