r41454 - in /trunk/libtext-reflow-perl/debian: README.source control copyright patches/ patches/fix-pod-errors.patch patches/series rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Fri Aug 7 02:19:01 UTC 2009


Author: jawnsy-guest
Date: Fri Aug  7 02:18:55 2009
New Revision: 41454

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=41454
Log:
Added a quilt patch to fix POD errors

Added:
    trunk/libtext-reflow-perl/debian/README.source
    trunk/libtext-reflow-perl/debian/patches/
    trunk/libtext-reflow-perl/debian/patches/fix-pod-errors.patch
    trunk/libtext-reflow-perl/debian/patches/series
Modified:
    trunk/libtext-reflow-perl/debian/control
    trunk/libtext-reflow-perl/debian/copyright
    trunk/libtext-reflow-perl/debian/rules

Added: trunk/libtext-reflow-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-reflow-perl/debian/README.source?rev=41454&op=file
==============================================================================
--- trunk/libtext-reflow-perl/debian/README.source (added)
+++ trunk/libtext-reflow-perl/debian/README.source Fri Aug  7 02:18:55 2009
@@ -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/libtext-reflow-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-reflow-perl/debian/control?rev=41454&op=diff
==============================================================================
--- trunk/libtext-reflow-perl/debian/control (original)
+++ trunk/libtext-reflow-perl/debian/control Fri Aug  7 02:18:55 2009
@@ -1,7 +1,7 @@
 Source: libtext-reflow-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), perl (>= 5.6.0-16)
+Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7), perl (>= 5.6.0-16)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <frequency at cpan.org>
 Standards-Version: 3.8.2

Modified: trunk/libtext-reflow-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-reflow-perl/debian/copyright?rev=41454&op=diff
==============================================================================
--- trunk/libtext-reflow-perl/debian/copyright (original)
+++ trunk/libtext-reflow-perl/debian/copyright Fri Aug  7 02:18:55 2009
@@ -11,6 +11,7 @@
 
 Files: debian/*
 Copyright: 2009, Jonathan Yu <frequency at cpan.org>
+License-Alias: Perl
 License: Artistic | GPL-1+
 
 License: Artistic

Added: trunk/libtext-reflow-perl/debian/patches/fix-pod-errors.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-reflow-perl/debian/patches/fix-pod-errors.patch?rev=41454&op=file
==============================================================================
--- trunk/libtext-reflow-perl/debian/patches/fix-pod-errors.patch (added)
+++ trunk/libtext-reflow-perl/debian/patches/fix-pod-errors.patch Fri Aug  7 02:18:55 2009
@@ -1,0 +1,15 @@
+Description: fix POD errors
+Origin: vendor
+Forwarded: no
+Author: Jonathan Yu <frequency at cpan.org>
+--- a/Reflow.pm
++++ b/Reflow.pm
+@@ -817,7 +817,7 @@
+ In other words, increasing this value makes connectives an even
+ more attractive place to break a line.
+ 
+-
++=back
+ 
+ =head2 EXPORT
+ 

Added: trunk/libtext-reflow-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-reflow-perl/debian/patches/series?rev=41454&op=file
==============================================================================
--- trunk/libtext-reflow-perl/debian/patches/series (added)
+++ trunk/libtext-reflow-perl/debian/patches/series Fri Aug  7 02:18:55 2009
@@ -1,0 +1,1 @@
+fix-pod-errors.patch

Modified: trunk/libtext-reflow-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-reflow-perl/debian/rules?rev=41454&op=diff
==============================================================================
--- trunk/libtext-reflow-perl/debian/rules (original)
+++ trunk/libtext-reflow-perl/debian/rules Fri Aug  7 02:18:55 2009
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh --with quilt $@




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