r37270 - in /trunk/libxml-simple-perl: current/ debian/changelog debian/control debian/patches/01_manpage-has-bad-whatis-entry.diff debian/watch
ryan52-guest at users.alioth.debian.org
ryan52-guest at users.alioth.debian.org
Tue Jun 2 00:48:51 UTC 2009
Author: ryan52-guest
Date: Tue Jun 2 00:48:46 2009
New Revision: 37270
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=37270
Log:
[svn-inject] Applying Debian modifications to trunk
Removed:
trunk/libxml-simple-perl/current/
Modified:
trunk/libxml-simple-perl/debian/changelog
trunk/libxml-simple-perl/debian/control
trunk/libxml-simple-perl/debian/patches/01_manpage-has-bad-whatis-entry.diff
trunk/libxml-simple-perl/debian/watch
Modified: trunk/libxml-simple-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-simple-perl/debian/changelog?rev=37270&op=diff
==============================================================================
--- trunk/libxml-simple-perl/debian/changelog (original)
+++ trunk/libxml-simple-perl/debian/changelog Tue Jun 2 00:48:46 2009
@@ -1,15 +1,11 @@
-libxml-simple-perl (2.18-2) UNRELEASED; urgency=low
-
- * moved with permission from Bart
- * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
- field (source stanza); Homepage field (source stanza);
- ${misc:Depends} to Depends: field. Removed: Homepage pseudo-field
- (Description). Changed: Maintainer set to Debian Perl Group <pkg-
- perl-maintainers at lists.alioth.debian.org> (was: Bart Martens
- <bartm at knars.be>); Bart Martens <bartm at knars.be> moved to Uploaders.
- * debian/watch: use dist-based URL.
-
- -- Ryan Niebur <ryanryan52 at gmail.com> Wed, 15 Apr 2009 20:30:58 -0700
+libxml-simple-perl (2.18-2) unstable; urgency=low
+
+ * debian/control: Changed my e-mail address, bumped Standards-Version, and
+ fixed debhelper-but-no-misc-depends and description-contains-homepage.
+ * debian/patches/01_manpage-has-bad-whatis-entry.diff: Updated.
+ * debian/watch: Updated.
+
+ -- Bart Martens <bartm at debian.org> Sat, 09 May 2009 15:12:53 +0200
libxml-simple-perl (2.18-1) unstable; urgency=low
Modified: trunk/libxml-simple-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-simple-perl/debian/control?rev=37270&op=diff
==============================================================================
--- trunk/libxml-simple-perl/debian/control (original)
+++ trunk/libxml-simple-perl/debian/control Tue Jun 2 00:48:46 2009
@@ -1,18 +1,15 @@
Source: libxml-simple-perl
Section: perl
Priority: optional
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Bart Martens <bartm at knars.be>
+Maintainer: Bart Martens <bartm at debian.org>
Build-Depends: cdbs, debhelper (>= 5)
Build-Depends-Indep: perl (>= 5.8), libxml-namespacesupport-perl (>= 1.04), libxml-sax-perl, libxml-libxml-perl | libxml-sax-expat-perl, libtie-ixhash-perl, libxml-parser-perl
-Standards-Version: 3.7.2
+Standards-Version: 3.8.1
Homepage: http://search.cpan.org/dist/XML-Simple/
-Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-simple-perl/
-Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libxml-simple-perl/
Package: libxml-simple-perl
Architecture: all
-Depends: ${misc:Depends}, perl (>= 5.8), libxml-namespacesupport-perl (>= 1.04), libxml-sax-perl, libxml-libxml-perl | libxml-sax-expat-perl
+Depends: perl (>= 5.8), libxml-namespacesupport-perl (>= 1.04), libxml-sax-perl, libxml-libxml-perl | libxml-sax-expat-perl, ${misc:Depends}
Description: Perl module for reading and writing XML
This module provides a simple API layer on top of an underlying XML
parsing module to maintain XML files (especially configuration
Modified: trunk/libxml-simple-perl/debian/patches/01_manpage-has-bad-whatis-entry.diff
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-simple-perl/debian/patches/01_manpage-has-bad-whatis-entry.diff?rev=37270&op=diff
==============================================================================
--- trunk/libxml-simple-perl/debian/patches/01_manpage-has-bad-whatis-entry.diff (original)
+++ trunk/libxml-simple-perl/debian/patches/01_manpage-has-bad-whatis-entry.diff Tue Jun 2 00:48:46 2009
@@ -1,14 +1,13 @@
---- orig/libxml-simple-perl-2.14/lib/XML/Simple/FAQ.pod 2004-11-20 01:39:53.000000000 +0100
-+++ libxml-simple-perl-2.14/lib/XML/Simple/FAQ.pod 2006-11-15 08:15:39.000000000 +0100
-@@ -3,8 +3,10 @@
+--- ../orig/libxml-simple-perl-2.18/./lib/XML/Simple/FAQ.pod 2004-11-20 01:39:53.000000000 +0100
++++ ./lib/XML/Simple/FAQ.pod 2009-05-09 15:47:35.000000000 +0200
+@@ -3,8 +3,9 @@
__END__
-=head1 Frequently Asked Questions about XML::Simple
++=head1 NAME
-+=head1 NAME
-+
-+Frequently Asked Questions about XML::Simple
++XML::Simple::FAQ - Frequently Asked Questions about XML::Simple
=head1 Basics
Modified: trunk/libxml-simple-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-simple-perl/debian/watch?rev=37270&op=diff
==============================================================================
--- trunk/libxml-simple-perl/debian/watch (original)
+++ trunk/libxml-simple-perl/debian/watch Tue Jun 2 00:48:46 2009
@@ -1,2 +1,4 @@
version=3
-http://search.cpan.org/dist/XML-Simple/ .*/XML-Simple-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)
+opts="uversionmangle=s/^v(\d)/$1/;s/^\.(\d)/0.$1/" \
+http://search.cpan.org/dist/XML-Simple/ \
+.*/XML-Simple-(v?[\d\._]+(?:a|b|b\d+|RC\d+)?).(?:tar\.gz|tgz|tar\.bz2|zip|pm\.gz|jar|shar\.gz|shar\.Z)
More information about the Pkg-perl-cvs-commits
mailing list