r42101 - in /packages/unstable/xchat-gnome/debian: changelog patches/perl5.20.patch patches/series

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Wed Jul 30 14:42:32 UTC 2014


Author: pochu
Date: Wed Jul 30 14:42:32 2014
New Revision: 42101

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=42101
Log:
* Non-maintainer upload with maintainer's permission
* add a patch to link perl-testing program with libperl, keeping perl
  binding when built with perl 5.20
  Closes: #752468

Added:
    packages/unstable/xchat-gnome/debian/patches/perl5.20.patch
Modified:
    packages/unstable/xchat-gnome/debian/changelog
    packages/unstable/xchat-gnome/debian/patches/series

Modified: packages/unstable/xchat-gnome/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/xchat-gnome/debian/changelog?rev=42101&op=diff
==============================================================================
--- packages/unstable/xchat-gnome/debian/changelog	[utf-8] (original)
+++ packages/unstable/xchat-gnome/debian/changelog	[utf-8] Wed Jul 30 14:42:32 2014
@@ -1,3 +1,12 @@
+xchat-gnome (1:0.30.0~git20131003.d20b8d-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload with maintainer's permission
+  * add a patch to link perl-testing program with libperl, keeping perl
+    binding when built with perl 5.20
+    Closes: #752468
+
+ -- Damyan Ivanov <dmn at debian.org>  Wed, 30 Jul 2014 09:03:29 +0000
+
 xchat-gnome (1:0.30.0~git20131003.d20b8d-2) unstable; urgency=low
 
   * 01_finish_gtk3_port.patch: new patch. Imported from BZ#677043, 

Added: packages/unstable/xchat-gnome/debian/patches/perl5.20.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/xchat-gnome/debian/patches/perl5.20.patch?rev=42101&op=file
==============================================================================
--- packages/unstable/xchat-gnome/debian/patches/perl5.20.patch	(added)
+++ packages/unstable/xchat-gnome/debian/patches/perl5.20.patch	[utf-8] Wed Jul 30 14:42:32 2014
@@ -0,0 +1,19 @@
+Description: configure.ac: fix perl header test for perl 5.20
+ The PL_memory_wrap and Perl_croak_nocontext symbols are now in libperl so a
+ test program needs to link with it.
+ Adding $($PERL -MExtUtils::Embed -e ldopts) to the compiler command line does
+ just that.
+Author: Damyan Ivanov <dmn at debian.org>
+Bug-Debian: http://bugs.debian.org/752468
+
+--- a/configure.ac
++++ b/configure.ac
+@@ -164,7 +164,7 @@ fi
+ 
+ if test "x$have_perl" != "xno"; then
+ 	AC_MSG_CHECKING(for Perl header files)
+-	PERL_HEADER_TEST=`PT=perltest.c ; echo "#include <EXTERN.h>" > $PT;  echo "#include <perl.h>" >> $PT;  echo "#include <XSUB.h>" >> $PT ;  echo "int main() { return 0; }" >> $PT ; $CC -Wall $PT -o $PT.out $($PERL -MExtUtils::Embed -e ccopts) 1>/dev/null 2>&1; echo $?; rm -f $PT $PT.out 1>/dev/null 2>&1`
++	PERL_HEADER_TEST=`PT=perltest.c ; echo "#include <EXTERN.h>" > $PT;  echo "#include <perl.h>" >> $PT;  echo "#include <XSUB.h>" >> $PT ;  echo "int main() { return 0; }" >> $PT ; $CC -Wall $PT -o $PT.out $($PERL -MExtUtils::Embed -e ccopts) $($PERL -MExtUtils::Embed -e ldopts) 1>/dev/null 2>&1; echo $?; rm -f $PT $PT.out 1>/dev/null 2>&1`
+ 
+ 	if test "x$PERL_HEADER_TEST" = "x0" ; then
+ 		PERL_CFLAGS=`$PERL -MExtUtils::Embed -e ccopts`

Modified: packages/unstable/xchat-gnome/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/xchat-gnome/debian/patches/series?rev=42101&op=diff
==============================================================================
--- packages/unstable/xchat-gnome/debian/patches/series	[utf-8] (original)
+++ packages/unstable/xchat-gnome/debian/patches/series	[utf-8] Wed Jul 30 14:42:32 2014
@@ -4,3 +4,4 @@
 04_no_spellcheck.patch
 120-fix-clipboard-segfault.patch
 define_functions_fix_build.patch
+perl5.20.patch




More information about the pkg-gnome-commits mailing list