r4143 - in /packages/libimage-librsvg-perl/trunk/debian: changelog rules

ntyni-guest at users.alioth.debian.org ntyni-guest at users.alioth.debian.org
Tue Oct 17 18:41:14 UTC 2006


Author: ntyni-guest
Date: Tue Oct 17 18:41:14 2006
New Revision: 4143

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=4143
Log:
fix unnecessary ld flags

Modified:
    packages/libimage-librsvg-perl/trunk/debian/changelog
    packages/libimage-librsvg-perl/trunk/debian/rules

Modified: packages/libimage-librsvg-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libimage-librsvg-perl/trunk/debian/changelog?rev=4143&op=diff
==============================================================================
--- packages/libimage-librsvg-perl/trunk/debian/changelog (original)
+++ packages/libimage-librsvg-perl/trunk/debian/changelog Tue Oct 17 18:41:14 2006
@@ -1,3 +1,9 @@
+libimage-librsvg-perl (0.07-3) unstable; urgency=low
+
+  * Clean up unnecessary library dependencies.
+
+ -- Niko Tyni <ntyni at iki.fi>  Tue, 17 Oct 2006 21:40:59 +0300
+
 libimage-librsvg-perl (0.07-2) unstable; urgency=low
 
   * Drop dependencies from experimental

Modified: packages/libimage-librsvg-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libimage-librsvg-perl/trunk/debian/rules?rev=4143&op=diff
==============================================================================
--- packages/libimage-librsvg-perl/trunk/debian/rules (original)
+++ packages/libimage-librsvg-perl/trunk/debian/rules Tue Oct 17 18:41:14 2006
@@ -14,7 +14,7 @@
 	# Add here commands to configure the package.
 
 	touch configure-stamp
-	perl Makefile.PL INSTALLDIRS=vendor
+	perl Makefile.PL INSTALLDIRS=vendor LIBS='-lrsvg-2'
 
 
 build: build-stamp




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