[libconfig-model-dpkg-perl] 01/01: updated list of supported arch in C::M::Dpkg::Dependency (Closes: #782995)

dod at debian.org dod at debian.org
Tue Apr 21 12:03:08 UTC 2015


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

dod pushed a commit to branch master
in repository libconfig-model-dpkg-perl.

commit df2651c149e55e77a53c0ef9149225ca675e2e9d
Author: Dominique Dumont <dod at debian.org>
Date:   Tue Apr 21 14:02:58 2015 +0200

    updated list of supported arch in C::M::Dpkg::Dependency (Closes: #782995)
---
 lib/Config/Model/Dpkg/Dependency.pm | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/lib/Config/Model/Dpkg/Dependency.pm b/lib/Config/Model/Dpkg/Dependency.pm
index fff5212..2495d15 100644
--- a/lib/Config/Model/Dpkg/Dependency.pm
+++ b/lib/Config/Model/Dpkg/Dependency.pm
@@ -238,9 +238,13 @@ 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\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 )
+arch: / (any |alpha|amd64
+         |arm(64|eb|el|hf)?
+         |avr32 |hppa |i386 |ia64 |lpia |m32r |m68k
+         |mips(el|64el|64)?
+         |powerpc(el|spe)?
+         |ppc64\b |ppc64el |s390 |s390x
+         |sh3\b |sh3eb |sh4\b |sh4eb |sparc\b |sparc64 |x32 )
         (?=(\]| ))
       /x
       | /\w+/ { $add_error->("bad arch in architecture specification", $item[1]) ;}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libconfig-model-dpkg-perl.git



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