r35606 - in /trunk/libnet-patricia-perl: Makefile.PL debian/control

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Sun May 17 21:06:02 UTC 2009


Author: ryan52-guest
Date: Sun May 17 21:05:57 2009
New Revision: 35606

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=35606
Log:
remove duplicate fields

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

Modified: trunk/libnet-patricia-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-patricia-perl/Makefile.PL?rev=35606&op=diff
==============================================================================
--- trunk/libnet-patricia-perl/Makefile.PL (original)
+++ trunk/libnet-patricia-perl/Makefile.PL Sun May 17 21:05:57 2009
@@ -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: trunk/libnet-patricia-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-patricia-perl/debian/control?rev=35606&op=diff
==============================================================================
--- trunk/libnet-patricia-perl/debian/control (original)
+++ trunk/libnet-patricia-perl/debian/control Sun May 17 21:05:57 2009
@@ -13,8 +13,6 @@
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libnet-patricia-perl/
 
 Package: libnet-patricia-perl
-Section: perl
-Priority: optional
 Architecture: any
 Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
 Description: Perl module for fast IP address lookups




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