r22013 - in /trunk/libxml-csv-perl: Makefile.PL debian/changelog

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Jun 20 21:43:26 UTC 2008


Author: gregoa
Date: Fri Jun 20 21:43:26 2008
New Revision: 22013

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=22013
Log:
Remove unneeded changes in Makefile.PL.

Modified:
    trunk/libxml-csv-perl/Makefile.PL
    trunk/libxml-csv-perl/debian/changelog

Modified: trunk/libxml-csv-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-csv-perl/Makefile.PL?rev=22013&op=diff
==============================================================================
--- trunk/libxml-csv-perl/Makefile.PL (original)
+++ trunk/libxml-csv-perl/Makefile.PL Fri Jun 20 21:43:26 2008
@@ -1,8 +1,10 @@
-use ExtUtils::MakeMaker;
-# See lib/ExtUtils/MakeMaker.pm for details of how to influence
-# the contents of the Makefile that is written.
-WriteMakefile(
-    'NAME'	   => 'XML::CSV',
-    'VERSION_FROM' => 'CSV.pm',
-    'PM'           => { 'CSV.pm' => '$(INST_LIBDIR)/CSV.pm', },
-);
+use ExtUtils::MakeMaker;
+# See lib/ExtUtils/MakeMaker.pm for details of how to influence
+# the contents of the Makefile that is written.
+WriteMakefile(
+    'NAME'	=> 'XML::CSV',
+    'VERSION_FROM' => 'CSV.pm', # finds $VERSION
+    'LIBS'	=> [''],   # e.g., '-lm' 
+    'DEFINE'	=> '',     # e.g., '-DHAVE_SOMETHING' 
+    'INC'	=> '',     # e.g., '-I/usr/include/other' 
+);

Modified: trunk/libxml-csv-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-csv-perl/debian/changelog?rev=22013&op=diff
==============================================================================
--- trunk/libxml-csv-perl/debian/changelog (original)
+++ trunk/libxml-csv-perl/debian/changelog Fri Jun 20 21:43:26 2008
@@ -5,6 +5,7 @@
   * Set Maintainer to Debian Perl Group.
   * Use dist-based URL in debian/watch.
   * debian/rules: delete /usr/lib/perl5 only if it exists.
+  * Remove unneeded changes in Makefile.PL.
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:30 +0100
 




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