r3936 - in /packages/libnet-patricia-perl/trunk: Makefile.PL debian/changelog

ntyni-guest at users.alioth.debian.org ntyni-guest at users.alioth.debian.org
Tue Sep 26 18:51:14 UTC 2006


Author: ntyni-guest
Date: Tue Sep 26 18:51:14 2006
New Revision: 3936

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=3936
Log:
Remove unnecessary -lnsl

Modified:
    packages/libnet-patricia-perl/trunk/Makefile.PL
    packages/libnet-patricia-perl/trunk/debian/changelog

Modified: packages/libnet-patricia-perl/trunk/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libnet-patricia-perl/trunk/Makefile.PL?rev=3936&op=diff
==============================================================================
--- packages/libnet-patricia-perl/trunk/Makefile.PL (original)
+++ packages/libnet-patricia-perl/trunk/Makefile.PL Tue Sep 26 18:51:14 2006
@@ -4,7 +4,7 @@
 WriteMakefile(
     'NAME'	=> 'Net::Patricia',
     'VERSION_FROM' => 'Patricia.pm', # finds $VERSION
-    'LIBS'	=> ['-lnsl'],   # e.g., '-lm' 
+    'LIBS'	=> [''],   # e.g., '-lm' 
     'DEFINE'	=> '',     # e.g., '-DHAVE_SOMETHING' 
     'INC'	=> '',     # e.g., '-I/usr/include/other' 
     'MYEXTLIB'	=> 'libpatricia/libpatricia$(LIB_EXT)',     # e.g., '-I/usr/include/other' 

Modified: packages/libnet-patricia-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libnet-patricia-perl/trunk/debian/changelog?rev=3936&op=diff
==============================================================================
--- packages/libnet-patricia-perl/trunk/debian/changelog (original)
+++ packages/libnet-patricia-perl/trunk/debian/changelog Tue Sep 26 18:51:14 2006
@@ -1,3 +1,9 @@
+libnet-patricia-perl (1.014-2) unstable; urgency=low
+
+  * Don't link unnecessarily with -lnsl.
+
+ -- Niko Tyni <ntyni at iki.fi>  Tue, 26 Sep 2006 21:50:42 +0300
+
 libnet-patricia-perl (1.014-1) unstable; urgency=low
 
   * New upstream release




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