[SCM] Debian packaging of Wx-Scintilla CPAN distribution branch, master, updated. debian/0.36-1-9-g22864cc

Dominique Dumont dod at debian.org
Thu Mar 15 10:34:25 UTC 2012


The following commit has been merged in the master branch:
commit 29acf08be2236a6a7f604c8d88ee0e162ad2c34a
Author: Dominique Dumont <dod at debian.org>
Date:   Thu Mar 15 10:40:29 2012 +0100

    removed uneeded link to libs

diff --git a/debian/patches/remove-uneeded-libs b/debian/patches/remove-uneeded-libs
new file mode 100644
index 0000000..b1518f4
--- /dev/null
+++ b/debian/patches/remove-uneeded-libs
@@ -0,0 +1,16 @@
+--- a/inc/Module/Build/Scintilla/GTK.pm
++++ b/inc/Module/Build/Scintilla/GTK.pm
+@@ -83,9 +83,10 @@
+ 
+ sub stc_extra_scintilla_libs {
+ 	my $self   = shift;
+-	my $extras = '-lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 ';
+-	$extras .= '-lgdk_pixbuf-2.0 -lm -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 ';
+-	$extras .= '-lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lpng -lz -ldl -lm ';
++	# my $extras = '-lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 ';
++	# $extras .= '-lgdk_pixbuf-2.0 -lm -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 ';
++	# $extras .= '-lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lpng -lz -ldl -lm ';
++	my $extras = ' -lm ';
+ 
+ 	#'-lgio-2.0', # does not apper to be needed and not present on some systems
+ 	return $extras;
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..4a52ba7
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+remove-uneeded-libs

-- 
Debian packaging of Wx-Scintilla CPAN distribution



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