[SCM] Debian packaging of libapache-db-perl branch, master, updated. debian/0.14-3-9-ge6daadc

Xavier Guimard x.guimard at free.fr
Wed Jan 23 18:44:15 UTC 2013


The following commit has been merged in the master branch:
commit f77a8d2dca18ce56986237eeee8b8a95b68db287
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Wed Jan 23 19:40:09 2013 +0100

    Update hurd patch format

diff --git a/debian/patches/hurd.patch b/debian/patches/hurd.patch
index 00e26d1..ac31754 100644
--- a/debian/patches/hurd.patch
+++ b/debian/patches/hurd.patch
@@ -1,22 +1,19 @@
-From: Ansgar Burchardt <ansgar at 43-1.org>
-Date: Wed, 18 Aug 2010 17:43:32 +0900
-Origin: vendor
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=60458
-Subject: Fix FTBFS on GNU/Hurd
-
-Building Apache-DB on GNU/Hurd fails[1]:
-
+Description: Fix FTBFS on GNU/Hurd
+ Building Apache-DB on GNU/Hurd fails[1]:
   DB.xs: In function 'XS_DB_ApacheSIGINT':
   DB.xs:60: error: too many arguments to function 'ApacheSIGINT'
+ In /usr/lib/perl/5.10/CORE/iperlsys.h, Sighandler_t is defined to take three
+ arguments only when HAS_SIGACTION and SA_SIGINFO are defined.  This patch adds
+ these conditions to DB.xs as well.
+Bug: https://buildd.debian.org/fetch.cgi?pkg=libapache-db-perl&arch=hurd-i386&ver=0.14-1&stamp=1281706853&file=log&as=raw
+Origin: vendor
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=60458
+Author: Ansgar Burchardt <ansgar at 43-1.org>
+Reviewed-By: Xavier Guimard <x.guimard at free.fr>
+Last-Update: 2013-01-23
 
-In /usr/lib/perl/5.10/CORE/iperlsys.h, Sighandler_t is defined to take three
-arguments only when HAS_SIGACTION and SA_SIGINFO are defined.  This patch adds
-these conditions to DB.xs as well.
-
-[1] <https://buildd.debian.org/fetch.cgi?pkg=libapache-db-perl&arch=hurd-i386&ver=0.14-1&stamp=1281706853&file=log&as=raw>
-
---- libapache-db-perl.orig/DB.xs
-+++ libapache-db-perl/DB.xs
+--- a/DB.xs
++++ b/DB.xs
 @@ -56,7 +56,7 @@
  ApacheSIGINT(...)
  

-- 
Debian packaging of libapache-db-perl



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