[libsys-syscall-perl] 02/05: Make the package Architecture:any

Niko Tyni ntyni at moszumanska.debian.org
Sat May 21 09:40:50 UTC 2016


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

ntyni pushed a commit to branch master
in repository libsys-syscall-perl.

commit 361ffa2d2c139e9df8ac05da5f57e6cfb10d5e72
Author: Niko Tyni <ntyni at debian.org>
Date:   Sat May 21 12:15:05 2016 +0300

    Make the package Architecture:any
    
    This makes silent breakage on unsupported architectures visible
    and makes the package uninstallable on broken architectures.
    
    See #824843
---
 debian/control | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index e0f802a..ea88008 100644
--- a/debian/control
+++ b/debian/control
@@ -6,16 +6,16 @@ Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
            Florian Schlichting <fsfs at debian.org>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: netbase,
-                     perl
+Build-Depends: debhelper (>= 8),
+               netbase,
+               perl
 Standards-Version: 3.9.5
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libsys-syscall-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libsys-syscall-perl.git
 Homepage: https://metacpan.org/release/Sys-Syscall
 
 Package: libsys-syscall-perl
-Architecture: all
+Architecture: any
 Depends: ${misc:Depends},
          ${perl:Depends}
 Description: module to access system calls that Perl doesn't normally provide access to

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libsys-syscall-perl.git



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