r3917 - in /packages/libwww-curl-perl/trunk: Makefile.PL debian/changelog

ntyni-guest at users.alioth.debian.org ntyni-guest at users.alioth.debian.org
Tue Sep 26 10:04:07 UTC 2006


Author: ntyni-guest
Date: Tue Sep 26 10:04:02 2006
New Revision: 3917

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=3917
Log:
clean unneeded dependencies by linking with just '-lcurl'
instead of using curl-config.

Modified:
    packages/libwww-curl-perl/trunk/Makefile.PL
    packages/libwww-curl-perl/trunk/debian/changelog

Modified: packages/libwww-curl-perl/trunk/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libwww-curl-perl/trunk/Makefile.PL?rev=3917&op=diff
==============================================================================
--- packages/libwww-curl-perl/trunk/Makefile.PL (original)
+++ packages/libwww-curl-perl/trunk/Makefile.PL Tue Sep 26 10:04:02 2006
@@ -30,7 +30,7 @@
 # Get curl to tell us where it is, if we can
 #
 my $cflags = `curl-config --cflags`;
-my $lflags = `curl-config --libs`;
+my $lflags = '-lcurl';
 
 if ($lflags !~ m/curl/i) {
     # curl7.8 doesn't include itself in the link flags

Modified: packages/libwww-curl-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libwww-curl-perl/trunk/debian/changelog?rev=3917&op=diff
==============================================================================
--- packages/libwww-curl-perl/trunk/debian/changelog (original)
+++ packages/libwww-curl-perl/trunk/debian/changelog Tue Sep 26 10:04:02 2006
@@ -1,3 +1,9 @@
+libwww-curl-perl (3.02-2) unstable; urgency=low
+
+  * Clean up unneeded dependencies.
+
+ -- Niko Tyni <ntyni at iki.fi>  Tue, 26 Sep 2006 13:02:32 +0300
+
 libwww-curl-perl (3.02-1) unstable; urgency=low
 
   * New upstream release. (Closes: #343544)




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