Package: libconfig-model-dpkg-perl
Version: 2.062
Severity: wishlist
Tags: patch
Control: found -1 2.059

Hi,

Please add mips64el and ppc64el (at least) to the list of valid arches
in Config/Model/Dpkg/Dependency.pm. I've attached a patch against 2.062
in experimental which does this.

Thanks,
James
diff -u -r a/lib/Config/Model/Dpkg/Dependency.pm b/lib/Config/Model/Dpkg/Dependency.pm
--- a/lib/Config/Model/Dpkg/Dependency.pm	2015-04-07 07:32:17.000000000 +0100
+++ b/lib/Config/Model/Dpkg/Dependency.pm	2015-04-20 10:31:24.482127240 +0100
@@ -239,8 +239,8 @@
    | /\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 )
+        |hppa |i386 |ia64 |lpia |m32r |m68k |mips\b |mipsel |mips64el |powerpc
+        |powerpcspe |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]) ;}

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to