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

Dominique Dumont dod at debian.org
Mon May 20 14:21:15 UTC 2013


The following commit has been merged in the master branch:
commit 9d12230d1d510df95542f61af2e4b2c1b6617649
Author: Dominique Dumont <dod at debian.org>
Date:   Mon May 20 16:00:51 2013 +0200

    added a \b in regexp to distinguish between arm and arm64

diff --git a/lib/Config/Model/Dpkg/Dependency.pm b/lib/Config/Model/Dpkg/Dependency.pm
index b1b2320..834ed34 100644
--- a/lib/Config/Model/Dpkg/Dependency.pm
+++ b/lib/Config/Model/Dpkg/Dependency.pm
@@ -112,10 +112,10 @@ os: /(any|uclibc-linux|linux|kfreebsd|knetbsd|kopensolaris|hurd|darwin|freebsd|n
    -/x
    | /\w+/ '-' { $add_error->("bad os in architecture specification", $item[1]) ;}
 
-arch: / (any | alpha |amd64 |arm |arm64 |armeb |armel |armhf |avr32
-        |hppa |i386 |ia64 |lpia |m32r |m68k |mips |mipsel |powerpc
-        |powerpcspe |ppc64 |s390 |s390x |sh3 |sh3eb |sh4 |sh4eb |sparc |sparc64 |x32 )
-        (?=\s*\])
+arch: / (any |alpha|amd64 |arm\b |arm64 |armeb |armel |armhf |avr32
+        |hppa |i386 |ia64 |lpia |m32r |m68k |mips\b |mipsel |powerpc
+        |powerpcspe |ppc64 |s390 |s390x |sh3\b |sh3eb |sh4\b |sh4eb |sparc\b |sparc64 |x32 )
+        (?=(\]| ))
       /x
       | /\w+/ { $add_error->("bad arch in architecture specification", $item[1]) ;}
 

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



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