aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-07-04 16:50:41 +0900
committerSean Whitton <spwhitton@spwhitton.name>2016-07-04 16:50:41 +0900
commit2aa244a13cff601b3e02312038ed373f4568a7a4 (patch)
tree40f7f8bb0ec2923e5d748faf0bdca98565b16d0f
parentd041faaacdeb7e74fe262cad032bd25a28a6f801 (diff)
downloadgit-remote-gcrypt-2aa244a13cff601b3e02312038ed373f4568a7a4.tar.gz
gbp.conf: drop non-functional filtering settings
The filter directive filters imported upstream tarballs but fails to filter generated tarballs. It doesn't actually matter because source format version 3 will ignore a debian/ subdir in an orig tarball.
-rw-r--r--debian/gbp.conf22
1 files changed, 8 insertions, 14 deletions
diff --git a/debian/gbp.conf b/debian/gbp.conf
index caff513..ff9c2ec 100644
--- a/debian/gbp.conf
+++ b/debian/gbp.conf
@@ -1,14 +1,5 @@
[DEFAULT]
-# Some standard gbp settings
-sign-tags = True
-pristine-tar = True
-pristine-tar-commit = True
-
-color = on
-compression = xz
-compression-level = 9
-
# Debian package maintainer is upstream project maintainer, so
# everything lives on the master branch (from ver. 1.0.0-1 onwards)
upstream-branch = master
@@ -19,8 +10,11 @@ debian-branch = master
upstream-tag = %(version)s
debian-tag = debian/%(version)s
-# We need this filter so that gbp generates a suitable tarball so that
-# the end result is a proper 3.0 (quilt) source package
-[import-orig]
-filter = [ '.git', '.gitignore', 'debian' ]
-filter-pristine-tar = True
+# Some standard gbp settings
+sign-tags = True
+pristine-tar = True
+pristine-tar-commit = True
+
+color = on
+compression = xz
+compression-level = 9