]> Nutra Git (v2) - gamesguru/git-remote-gcrypt.git/commitdiff
gbp.conf: drop non-functional filtering settings
authorSean Whitton <spwhitton@spwhitton.name>
Mon, 4 Jul 2016 07:50:41 +0000 (16:50 +0900)
committerSean Whitton <spwhitton@spwhitton.name>
Mon, 4 Jul 2016 07:50:41 +0000 (16:50 +0900)
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.

debian/gbp.conf

index caff513af6a4c6a3b42a57cc595c6c4ddf4d9f28..ff9c2ec392e928589a71da9a07f3a67c2d0ba821 100644 (file)
@@ -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