[Pkg-gnupg-commit] [gnupg2] 188/205: try to avoid importing things that are going to be autoreconfed anyway
Daniel Kahn Gillmor
dkg at fifthhorseman.net
Wed May 11 08:38:39 UTC 2016
This is an automated email from the git hooks/post-receive script.
dkg pushed a commit to branch experimental
in repository gnupg2.
commit 6c998095bad6797ca859caf02f071368648ff17e
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date: Tue May 10 20:50:12 2016 -0400
try to avoid importing things that are going to be autoreconfed anyway
---
debian/gbp.conf | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/debian/gbp.conf b/debian/gbp.conf
index 5b7d0a6..ff43f86 100644
--- a/debian/gbp.conf
+++ b/debian/gbp.conf
@@ -1,3 +1,32 @@
[DEFAULT]
pristine-tar = True
upstream-vcs-tag = gnupg-%(version)s
+
+[import-orig]
+filter = [
+ 'aclocal.m4',
+ 'build-aux/compile',
+ 'build-aux/config.rpath',
+ 'build-aux/depcomp',
+ 'build-aux/install-sh',
+ 'build-aux/missing',
+ 'build-aux/mkinstalldirs',
+ 'build-aux/texinfo.tex',
+ 'config.h.in',
+ 'configure',
+ 'INSTALL',
+ 'm4/intdiv0.m4',
+ 'm4/intl.m4',
+ 'm4/lock.m4',
+ 'm4/printf-posix.m4',
+ 'm4/size_max.m4',
+ 'm4/uintmax_t.m4',
+ 'm4/wint_t.m4',
+ '*/*/Makefile.in',
+ '*/Makefile.in',
+ 'Makefile.in',
+ 'po/*.gmo',
+ 'po/Makefile.in.in',
+ 'po/stamp-po',
+ ]
+filter-pristine-tar = False
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git
More information about the Pkg-gnupg-commit
mailing list