[SCM] rem/master: Have git-buildpackage filter any .git* file (and not unused .svn).

js at users.alioth.debian.org js at users.alioth.debian.org
Sun May 21 14:11:52 UTC 2017


The following commit has been merged in the master branch:
commit c07ef48fdc9e2b01735235d2c04440d56d19a6bb
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sun May 21 15:52:28 2017 +0200

    Have git-buildpackage filter any .git* file (and not unused .svn).

diff --git a/debian/gbp.conf b/debian/gbp.conf
index 59ed78c..4faa81e 100644
--- a/debian/gbp.conf
+++ b/debian/gbp.conf
@@ -1,8 +1,5 @@
-[import-orig]
-filter = .svn
-filter = debian
-
 [DEFAULT]
 pristine-tar = True
 sign-tags = True
+filter = ['*/.git*', 'debian']
 tarball_dir = ../tarballs

-- 
rem packaging



More information about the pkg-multimedia-commits mailing list