r45402 - in /trunk/libgtk2-mozembed-perl/debian: changelog rules
gregoa at users.alioth.debian.org
gregoa at users.alioth.debian.org
Tue Oct 6 14:55:07 UTC 2009
Author: gregoa
Date: Tue Oct 6 14:54:37 2009
New Revision: 45402
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=45402
Log:
Work around changed ExtUtils::LibList behaviours in debian/rules to
continue using libxpcomglue.a instead of libxpcomglue_s.a; thanks to Niko
Tyni for the analysis and the proposed workaround (closes: #546626).
Modified:
trunk/libgtk2-mozembed-perl/debian/changelog
trunk/libgtk2-mozembed-perl/debian/rules
Modified: trunk/libgtk2-mozembed-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-mozembed-perl/debian/changelog?rev=45402&op=diff
==============================================================================
--- trunk/libgtk2-mozembed-perl/debian/changelog (original)
+++ trunk/libgtk2-mozembed-perl/debian/changelog Tue Oct 6 14:54:37 2009
@@ -14,6 +14,9 @@
[ gregor herrmann ]
* Prepare for new xulrunner, thanks to Mike Hommey for the patch
(closes: #548679).
+ * Work around changed ExtUtils::LibList behaviours in debian/rules to
+ continue using libxpcomglue.a instead of libxpcomglue_s.a; thanks to Niko
+ Tyni for the analysis and the proposed workaround (closes: #546626).
* Minimize debian/rules with "--with" and "override_*", adjust build
dependencies accordingly.
Modified: trunk/libgtk2-mozembed-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-mozembed-perl/debian/rules?rev=45402&op=diff
==============================================================================
--- trunk/libgtk2-mozembed-perl/debian/rules (original)
+++ trunk/libgtk2-mozembed-perl/debian/rules Tue Oct 6 14:54:37 2009
@@ -3,5 +3,10 @@
%:
dh --with quilt,xulrunner $@
+# workaround for #546626
+override_dh_auto_configure:
+ dh_auto_configure
+ perl -pi -e s/xpcomglue_s/xpcomglue/g Makefile
+
override_dh_autotest:
xvfb-run dh_auto_test
More information about the Pkg-perl-cvs-commits
mailing list