r50613 - in /trunk/libtimedate-perl: debian/README.source debian/changelog debian/control debian/patches/ debian/patches/fix-pod-errors.patch debian/patches/series debian/rules lib/Date/Parse.pm

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Jan 9 23:56:03 UTC 2010


Author: jawnsy-guest
Date: Sat Jan  9 23:55:57 2010
New Revision: 50613

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=50613
Log:
* Remove patches that have been applied upstream
* Add patch to correct POD errors

Added:
    trunk/libtimedate-perl/debian/README.source
    trunk/libtimedate-perl/debian/patches/
    trunk/libtimedate-perl/debian/patches/fix-pod-errors.patch
    trunk/libtimedate-perl/debian/patches/series
Modified:
    trunk/libtimedate-perl/debian/changelog
    trunk/libtimedate-perl/debian/control
    trunk/libtimedate-perl/debian/rules
    trunk/libtimedate-perl/lib/Date/Parse.pm

Added: trunk/libtimedate-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtimedate-perl/debian/README.source?rev=50613&op=file
==============================================================================
--- trunk/libtimedate-perl/debian/README.source (added)
+++ trunk/libtimedate-perl/debian/README.source Sat Jan  9 23:55:57 2010
@@ -1,0 +1,5 @@
+This package uses quilt to manage all modifications to the upstream
+source.  Changes are stored in the source package as diffs in
+debian/patches and applied during the build.
+ 
+See /usr/share/doc/quilt/README.source for a detailed explanation.

Modified: trunk/libtimedate-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtimedate-perl/debian/changelog?rev=50613&op=diff
==============================================================================
--- trunk/libtimedate-perl/debian/changelog (original)
+++ trunk/libtimedate-perl/debian/changelog Sat Jan  9 23:55:57 2010
@@ -8,7 +8,8 @@
   * Rewrite control description
   * Use debhelper instead of CDBS for building
   * Refresh copyright information to new DEP5 format
-  * Remove patches as issues are fixed upstream
+  * Remove patches that have been applied upstream
+  * Add patch to correct POD errors
 
   [ gregor herrmann ]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser

Modified: trunk/libtimedate-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtimedate-perl/debian/control?rev=50613&op=diff
==============================================================================
--- trunk/libtimedate-perl/debian/control (original)
+++ trunk/libtimedate-perl/debian/control Sat Jan  9 23:55:57 2010
@@ -1,7 +1,7 @@
 Source: libtimedate-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
 Build-Depends-Indep: perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Christian Hammers <ch at debian.org>, Jonathan Yu <jawnsy at cpan.org>,

Added: trunk/libtimedate-perl/debian/patches/fix-pod-errors.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtimedate-perl/debian/patches/fix-pod-errors.patch?rev=50613&op=file
==============================================================================
--- trunk/libtimedate-perl/debian/patches/fix-pod-errors.patch (added)
+++ trunk/libtimedate-perl/debian/patches/fix-pod-errors.patch Sat Jan  9 23:55:57 2010
@@ -1,0 +1,15 @@
+Description: fix POD errors
+Author: Jonathan Yu <jawnsy at cpan.org>
+Origin: vendor
+Forwarded: no
+--- a/lib/Date/Parse.pm
++++ b/lib/Date/Parse.pm
+@@ -322,6 +322,8 @@
+ the timezone offset in seconds from GMT. An empty array is returned upon
+ failure.
+ 
++=back
++
+ =head1 MULTI-LANGUAGE SUPPORT
+ 
+ Date::Parse is capable of parsing dates in several languages, these include

Added: trunk/libtimedate-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtimedate-perl/debian/patches/series?rev=50613&op=file
==============================================================================
--- trunk/libtimedate-perl/debian/patches/series (added)
+++ trunk/libtimedate-perl/debian/patches/series Sat Jan  9 23:55:57 2010
@@ -1,0 +1,1 @@
+fix-pod-errors.patch

Modified: trunk/libtimedate-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtimedate-perl/debian/rules?rev=50613&op=diff
==============================================================================
--- trunk/libtimedate-perl/debian/rules (original)
+++ trunk/libtimedate-perl/debian/rules Sat Jan  9 23:55:57 2010
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh --with quilt $@

Modified: trunk/libtimedate-perl/lib/Date/Parse.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtimedate-perl/lib/Date/Parse.pm?rev=50613&op=diff
==============================================================================
--- trunk/libtimedate-perl/lib/Date/Parse.pm (original)
+++ trunk/libtimedate-perl/lib/Date/Parse.pm Sat Jan  9 23:55:57 2010
@@ -322,6 +322,8 @@
 the timezone offset in seconds from GMT. An empty array is returned upon
 failure.
 
+=back
+
 =head1 MULTI-LANGUAGE SUPPORT
 
 Date::Parse is capable of parsing dates in several languages, these include




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