[libsys-syscall-perl] 01/02: Add patch from Helge Deller fixing the module on hppa

Niko Tyni ntyni at moszumanska.debian.org
Thu Jun 2 19:54:15 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 51460a1f70c3d9a4333109078b972bafd2563691
Author: Niko Tyni <ntyni at debian.org>
Date:   Thu Jun 2 22:46:15 2016 +0300

    Add patch from Helge Deller fixing the module on hppa
    
    Closes: #826136
---
 debian/patches/hppa.patch | 23 +++++++++++++++++++++++
 debian/patches/series     |  1 +
 2 files changed, 24 insertions(+)

diff --git a/debian/patches/hppa.patch b/debian/patches/hppa.patch
new file mode 100644
index 0000000..ba15383
--- /dev/null
+++ b/debian/patches/hppa.patch
@@ -0,0 +1,23 @@
+Author: Helge Deller <deller at gmx.de>
+Date: Thu, 02 Jun 2016 22:45:38 +0300
+Subject: Add hppa support
+
+Bug-Debian: https://bugs.debian.org/826136
+
+diff -up ./lib/Sys/Syscall.pm.org ./lib/Sys/Syscall.pm
+--- ./lib/Sys/Syscall.pm.org	2016-06-02 12:53:33.256234247 +0200
++++ ./lib/Sys/Syscall.pm	2016-06-02 17:52:59.163282166 +0200
+@@ -83,6 +83,13 @@ if ($^O eq "linux") {
+         $SYS_epoll_wait   = 232;
+         $SYS_sendfile     =  40;
+         $SYS_readahead    = 187;
++    } elsif ($machine =~ m/^parisc/) {
++        $SYS_epoll_create = 224;
++        $SYS_epoll_ctl    = 225;
++        $SYS_epoll_wait   = 226;
++        $SYS_sendfile     = 122;  # sys_sendfile64=209
++        $SYS_readahead    = 207;
++        $u64_mod_8        = 1;
+     } elsif ($machine =~ m/^ppc64/) {
+         $SYS_epoll_create = 236;
+         $SYS_epoll_ctl    = 237;
diff --git a/debian/patches/series b/debian/patches/series
index 7095c29..4050c4c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@ ppc64le.patch
 s390x.patch
 aarch64.patch
 mips.patch
+hppa.patch

-- 
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