[libjson-validator-perl] 01/07: debian/repack.local: make pattern to exclude files more specific.

gregor herrmann gregoa at debian.org
Sun Apr 17 14:48:07 UTC 2016


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

gregoa pushed a commit to branch master
in repository libjson-validator-perl.

commit 8b0cebc2db278a2ee4c1f8ffd97fdefb1edd5db0
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Apr 17 16:40:49 2016 +0200

    debian/repack.local: make pattern to exclude files more specific.
    
    We only want to delete the JSON/cache files, not the new perl module.
---
 debian/repack.local | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/repack.local b/debian/repack.local
index caec950..21ee368 100644
--- a/debian/repack.local
+++ b/debian/repack.local
@@ -1,2 +1,2 @@
 MANIFEST=1
-rm -rf lib/JSON/Validator/
+rm -rf lib/JSON/Validator/[!A-Z]*

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



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