r40802 - in /trunk/libpoe-component-jobqueue-perl/debian: changelog copyright patches/libscan.patch patches/series rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Mon Jul 27 02:46:22 UTC 2009


Author: jawnsy-guest
Date: Mon Jul 27 02:46:16 2009
New Revision: 40802

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=40802
Log:
Added a patch to get rid of the POD errors

Modified:
    trunk/libpoe-component-jobqueue-perl/debian/changelog
    trunk/libpoe-component-jobqueue-perl/debian/copyright
    trunk/libpoe-component-jobqueue-perl/debian/patches/libscan.patch
    trunk/libpoe-component-jobqueue-perl/debian/patches/series
    trunk/libpoe-component-jobqueue-perl/debian/rules

Modified: trunk/libpoe-component-jobqueue-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-jobqueue-perl/debian/changelog?rev=40802&op=diff
==============================================================================
--- trunk/libpoe-component-jobqueue-perl/debian/changelog (original)
+++ trunk/libpoe-component-jobqueue-perl/debian/changelog Mon Jul 27 02:46:16 2009
@@ -24,6 +24,7 @@
   * Standards-Version 3.8.2
   * Bump debhelper dependency to 7.0.8 + quilt 0.46-7
   * Update compat to 7
+  * Added a patch to get rid of the POD errors
 
  -- Jonathan Yu <frequency at cpan.org>  Sun, 26 Jul 2009 18:22:54 -0400
 

Modified: trunk/libpoe-component-jobqueue-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-jobqueue-perl/debian/copyright?rev=40802&op=diff
==============================================================================
--- trunk/libpoe-component-jobqueue-perl/debian/copyright (original)
+++ trunk/libpoe-component-jobqueue-perl/debian/copyright Mon Jul 27 02:46:16 2009
@@ -10,7 +10,8 @@
 License: GPL-1+ | Artistic
 
 Files: debian/*
-Copyright:
+Copyright: 2009, Jonathan Yu <frequency at cpan.org>
+ 2008, Martín Ferrari <tincho at debian.org>
  2008, various members of the Debian Perl Group, cf. debian/changelog
  2001-2004, Steve Kowalik <stevenk at debian.org>
 License: GPL-1+ | Artistic

Modified: trunk/libpoe-component-jobqueue-perl/debian/patches/libscan.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-jobqueue-perl/debian/patches/libscan.patch?rev=40802&op=diff
==============================================================================
--- trunk/libpoe-component-jobqueue-perl/debian/patches/libscan.patch (original)
+++ trunk/libpoe-component-jobqueue-perl/debian/patches/libscan.patch Mon Jul 27 02:46:16 2009
@@ -1,6 +1,10 @@
+Description: Add MY::libscan action
+Origin: vendor
+Forwarded: no
+Author: Martín Ferrari <tincho at debian.org>
 --- a/Makefile.PL
 +++ b/Makefile.PL
-@@ -6,6 +6,16 @@ use ExtUtils::MakeMaker;
+@@ -6,6 +6,16 @@
  # Touch CHANGES so it exists.
  open(CHANGES, ">>CHANGES") and close CHANGES;
  

Modified: trunk/libpoe-component-jobqueue-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-jobqueue-perl/debian/patches/series?rev=40802&op=diff
==============================================================================
--- trunk/libpoe-component-jobqueue-perl/debian/patches/series (original)
+++ trunk/libpoe-component-jobqueue-perl/debian/patches/series Mon Jul 27 02:46:16 2009
@@ -1,1 +1,2 @@
+pod-errors.patch
 libscan.patch

Modified: trunk/libpoe-component-jobqueue-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-jobqueue-perl/debian/rules?rev=40802&op=diff
==============================================================================
--- trunk/libpoe-component-jobqueue-perl/debian/rules (original)
+++ trunk/libpoe-component-jobqueue-perl/debian/rules Mon Jul 27 02:46:16 2009
@@ -2,3 +2,4 @@
 
 %:
 	dh --with quilt $@
+




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