r22037 - in /trunk/libxml-xql-perl: Makefile.PL debian/changelog

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Jun 21 13:04:26 UTC 2008


Author: gregoa
Date: Sat Jun 21 13:04:26 2008
New Revision: 22037

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=22037
Log:
Remove changes to upstream Makefile.PL; we handle dependencies ourselves
via debian/control.

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

Modified: trunk/libxml-xql-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-xql-perl/Makefile.PL?rev=22037&op=diff
==============================================================================
--- trunk/libxml-xql-perl/Makefile.PL (original)
+++ trunk/libxml-xql-perl/Makefile.PL Sat Jun 21 13:04:26 2008
@@ -10,6 +10,10 @@
 		   # I also know that 5.36 works.
 		   'Date::Manip' => '5.33', 
 		   'Parse::Yapp' => '0',
-		   'XML::RegExp' => '0.03',
+		   # LWP::UserAgent is used when parsing XML from URLs
+		   # It's part of libwww-perl, and you don't strictly need it
+		   # (some test cases may fail)
+		   'LWP::UserAgent' => '0',
 		   'XML::DOM' => '1.29'},
+ EXE_FILES => [ 'bin/xql.pl' ],
 );

Modified: trunk/libxml-xql-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-xql-perl/debian/changelog?rev=22037&op=diff
==============================================================================
--- trunk/libxml-xql-perl/debian/changelog (original)
+++ trunk/libxml-xql-perl/debian/changelog Sat Jun 21 13:04:26 2008
@@ -5,6 +5,8 @@
   * Set Maintainer to Debian Perl Group.
   * Use dist-based URL in debian/watch.
   * debian/rules: delete /usr/lib/perl5 only if it exists.
+  * Remove changes to upstream Makefile.PL; we handle dependencies ourselves
+    via debian/control.
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:48 +0100
 




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