[SCM] Debian native package for Config::Model::Dpkg branch, master, updated. debian/2.031-17-g30f21c2

Salvatore Bonaccorso carnil at debian.org
Thu Jan 3 19:22:51 UTC 2013


The following commit has been merged in the master branch:
commit a722bb0e17d1b99479d83dc7cf8dac3f3572cd54
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Thu Jan 3 20:19:32 2013 +0100

    Use posix character classes for warn_unless regular expression

diff --git a/lib/Config/Model/models/Dpkg/Control/Binary.pl b/lib/Config/Model/models/Dpkg/Control/Binary.pl
index 94cff5a..6b5b99f 100644
--- a/lib/Config/Model/models/Dpkg/Control/Binary.pl
+++ b/lib/Config/Model/models/Dpkg/Control/Binary.pl
@@ -180,7 +180,7 @@ A package may specify an architecture wildcard. Architecture wildcards are in th
         'cargo' => {
           'value_type' => 'uniline',
           'warn_unless_match' => {
-            '\$\{[a-zA-Z0-9][a-zA-Z0-9\-:]+\}' => {
+            '\$\{[[:alnum:]][[:alnum:]\-:]+\}' => {
               'msg' => 'Built-Using should be filled with a substvar.'
             }
           },

-- 
Debian native package for Config::Model::Dpkg



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