[libwx-scintilla-perl] 06/07: refresh hardenning-flags patch to apply cleanly

Damyan Ivanov dmn at moszumanska.debian.org
Tue Apr 29 20:51:02 UTC 2014


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

dmn pushed a commit to branch master
in repository libwx-scintilla-perl.

commit faf4127d0fc6c03025f1496eaf6d01460951e2a2
Author: Damyan Ivanov <dmn at debian.org>
Date:   Tue Apr 29 20:48:37 2014 +0000

    refresh hardenning-flags patch to apply cleanly
---
 debian/patches/hardening-flags | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/patches/hardening-flags b/debian/patches/hardening-flags
index 0f13414..8173620 100644
--- a/debian/patches/hardening-flags
+++ b/debian/patches/hardening-flags
@@ -6,7 +6,7 @@ Last-Update: 2013-06-18
 
 --- a/inc/Module/Build/Scintilla.pm
 +++ b/inc/Module/Build/Scintilla.pm
-@@ -89,7 +89,9 @@
+@@ -89,7 +89,9 @@ sub stc_linker {
  
  sub stc_ldflags {
  	my $self = shift;
@@ -17,7 +17,7 @@ Last-Update: 2013-06-18
  }
  
  sub stc_defines {
-@@ -119,6 +121,7 @@
+@@ -119,6 +121,7 @@ sub stc_ccflags {
  	my $flags   = qx($command);
  	chomp($flags);
  	$flags .= ' ' . Alien::wxWidgets->c_flags;
@@ -27,7 +27,7 @@ Last-Update: 2013-06-18
  
 --- a/inc/Module/Build/Scintilla/GTK.pm
 +++ b/inc/Module/Build/Scintilla/GTK.pm
-@@ -129,6 +129,8 @@
+@@ -124,6 +124,8 @@ sub stc_build_xs {
  		Alien::wxWidgets->defines,
  		$Config{ccflags},
  		$Config{optimize},
@@ -36,7 +36,7 @@ Last-Update: 2013-06-18
  		'-DWXPL_EXT -DVERSION=\"' . $dist_version . '\" -DXS_VERSION=\"' . $dist_version . '\"',
  		'Scintilla.c',
  	);
-@@ -143,6 +145,7 @@
+@@ -138,6 +140,7 @@ sub stc_link_xs {
  		Alien::wxWidgets->linker,
  		Alien::wxWidgets->link_flags,
  		$Config{lddlflags},

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



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