[libdata-amf-perl] 05/06: gbp.conf: ignore removed files on inc/

Niko Tyni ntyni at moszumanska.debian.org
Sun Dec 4 19:33:07 UTC 2016


This is an automated email from the git hooks/post-receive script.

ntyni pushed a commit to branch master
in repository libdata-amf-perl.

commit 37cee2e505c449698d81f5fb6f8df23d07dde525
Author: Niko Tyni <ntyni at debian.org>
Date:   Sun Dec 4 21:04:03 2016 +0200

    gbp.conf: ignore removed files on inc/
    
    This is experimental and untested; feel free to fix / revert / whatever
    if it causes problems.
    
    Gbp-Dch: ignore
---
 debian/gbp.conf             | 10 ++++++++++
 debian/source/local-options |  1 +
 2 files changed, 11 insertions(+)

diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..7767e8d
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,10 @@
+[import-orig]
+filter = [
+    'inc/Spiffy.pm',
+    'inc/Test/Base.pm',
+    'inc/Test/Base/Filter.pm',
+    'inc/Test/Builder.pm',
+    'inc/Test/Builder/Module.pm',
+    'inc/Test/More.pm',
+    'inc/YAML.pm'
+    ]
diff --git a/debian/source/local-options b/debian/source/local-options
new file mode 100644
index 0000000..779d462
--- /dev/null
+++ b/debian/source/local-options
@@ -0,0 +1 @@
+tar-ignore = debian/gbp.conf

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdata-amf-perl.git



More information about the Pkg-perl-cvs-commits mailing list