[Pkg-voip-commits] r5249 - in /openser/trunk/debian: changelog patches/00list patches/04_perl_for_perl5.10.dpatch

jblache at alioth.debian.org jblache at alioth.debian.org
Sat Mar 1 19:27:27 UTC 2008


Author: jblache
Date: Sat Mar  1 19:27:27 2008
New Revision: 5249

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5249
Log:
Fix build with perl 5.10.

Added:
    openser/trunk/debian/patches/04_perl_for_perl5.10.dpatch   (with props)
Modified:
    openser/trunk/debian/changelog
    openser/trunk/debian/patches/00list

Modified: openser/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/openser/trunk/debian/changelog?rev=5249&op=diff
==============================================================================
--- openser/trunk/debian/changelog (original)
+++ openser/trunk/debian/changelog Sat Mar  1 19:27:27 2008
@@ -1,8 +1,11 @@
 openser (1.3.0-3) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
-
- -- Julien BLACHE <jblache at debian.org>  Sun, 23 Dec 2007 14:51:14 +0100
+  * debian/patches/04_perl_for_perl5.10.dpatch:
+    + Added; from upstream trunk r3742, fix perl module build with
+      perl 5.10 (closes: #466881).
+
+ -- Julien BLACHE <jblache at debian.org>  Sat, 01 Mar 2008 20:25:32 +0100
 
 openser (1.3.0-2) unstable; urgency=low
 

Modified: openser/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-voip/openser/trunk/debian/patches/00list?rev=5249&op=diff
==============================================================================
--- openser/trunk/debian/patches/00list (original)
+++ openser/trunk/debian/patches/00list Sat Mar  1 19:27:27 2008
@@ -1,6 +1,7 @@
 01_fix_openser_cfg
 02_uac_fix_avp_parsing
 03_allow_empty_transformations
+04_perl_for_perl5.10
 10_no_lib64_on_64_bits
 11_always_smp
 12_acc_enable_radius

Added: openser/trunk/debian/patches/04_perl_for_perl5.10.dpatch
URL: http://svn.debian.org/wsvn/pkg-voip/openser/trunk/debian/patches/04_perl_for_perl5.10.dpatch?rev=5249&op=file
==============================================================================
--- openser/trunk/debian/patches/04_perl_for_perl5.10.dpatch (added)
+++ openser/trunk/debian/patches/04_perl_for_perl5.10.dpatch Sat Mar  1 19:27:27 2008
@@ -1,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 04_perl_for_perl5.10.dpatch by  <jblache at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Fix build with perl 5.10, from upstream trunk r3742.
+
+ at DPATCH@
+diff -urNad openser-1.3.0~/modules/perl/perl.c openser-1.3.0/modules/perl/perl.c
+--- openser-1.3.0~/modules/perl/perl.c	2007-12-13 14:38:24.000000000 +0100
++++ openser-1.3.0/modules/perl/perl.c	2008-03-01 20:21:49.285115363 +0100
+@@ -322,7 +322,7 @@
+ 		return -1;
+ 	}
+ 
+-	PERL_SYS_INIT3(&argc, &argv, &environ);
++	PERL_SYS_INIT3(NULL, NULL, &environ);
+ 
+ 	if ((my_perl = parser_init())) {
+ 		ret = 0;

Propchange: openser/trunk/debian/patches/04_perl_for_perl5.10.dpatch
------------------------------------------------------------------------------
    svn:executable = *




More information about the Pkg-voip-commits mailing list