r22035 - in /trunk/libxml-xpath-perl: Makefile.PL debian/changelog
gregoa at users.alioth.debian.org
gregoa at users.alioth.debian.org
Sat Jun 21 12:35:00 UTC 2008
Author: gregoa
Date: Sat Jun 21 12:35:00 2008
New Revision: 22035
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=22035
Log:
Remove changes in upstream Makefile.PL.
Modified:
trunk/libxml-xpath-perl/Makefile.PL
trunk/libxml-xpath-perl/debian/changelog
Modified: trunk/libxml-xpath-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-xpath-perl/Makefile.PL?rev=22035&op=diff
==============================================================================
--- trunk/libxml-xpath-perl/Makefile.PL (original)
+++ trunk/libxml-xpath-perl/Makefile.PL Sat Jun 21 12:35:00 2008
@@ -7,10 +7,10 @@
WriteMakefile(
'NAME' => 'XML::XPath',
'VERSION_FROM' => 'XPath.pm', # finds $VERSION
- 'AUTHOR' => 'Matt Sergeant, FastNet Software Ltd',
- 'ABSTRACT_FROM' => 'XPath.pm',
- 'PREREQ_PM' => {
- 'XML::Parser' => '2.23',
- },
- 'EXE_FILES' => [ 'examples/xpath' ],
+ 'AUTHOR' => 'Matt Sergeant, AxKit.com Ltd',
+ 'ABSTRACT_FROM' => 'XPath.pm',
+ 'PREREQ_PM' => {
+ 'XML::Parser' => '2.23',
+ },
+ 'EXE_FILES' => [ 'examples/xpath' ],
);
Modified: trunk/libxml-xpath-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-xpath-perl/debian/changelog?rev=22035&op=diff
==============================================================================
--- trunk/libxml-xpath-perl/debian/changelog (original)
+++ trunk/libxml-xpath-perl/debian/changelog Sat Jun 21 12:35:00 2008
@@ -21,6 +21,7 @@
[ gregor herrmann ]
* Set debhelper compatibility level to 6.
+ * Remove changes in upstream Makefile.PL.
-- gregor herrmann <gregor+debian at comodo.priv.at> Fri, 11 Jan 2008 01:51:59 +0100
More information about the Pkg-perl-cvs-commits
mailing list