[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian package checker branch, master, updated. 2.2.14-60-g58dc4f0



The following commit has been merged in the master branch:
commit 419f5f98f0c65472943bf11108c5ad82c624a564
Author: Russ Allbery <rra@debian.org>
Date:   Sun Sep 13 22:36:24 2009 -0700

    Skip example script tags in implemented-tags
    
    The wrapper function used to output the tag means that those tags can't
    be analyzed by the implemented-tags test.

diff --git a/t/scripts/implemented-tags.t b/t/scripts/implemented-tags.t
index fd50c21..455721f 100755
--- a/t/scripts/implemented-tags.t
+++ b/t/scripts/implemented-tags.t
@@ -39,6 +39,9 @@ our $EXCLUDE =
                  ^wrong-debian-qa-address-set-as-maintainer$
                  ^wrong-debian-qa-group-name$
                  ^malformed-override$
+                 ^example.*interpreter.*
+                 ^example-script-.*$
+                 ^example-shell-script-.*$
                 ));
 
 # Find all of the check description files.  We'll do one check per

-- 
Debian package checker


Reply to: