r28950 - in /trunk/libhtml-strip-perl/debian: README.source control patches/ patches/fix-pod-errors.patch patches/series rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Mon Dec 29 16:13:17 UTC 2008


Author: dmn
Date: Mon Dec 29 16:13:14 2008
New Revision: 28950

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=28950
Log:
add fix-pod-errors.patch fixing POD errors; plug in quilt; add README.source

Added:
    trunk/libhtml-strip-perl/debian/README.source
    trunk/libhtml-strip-perl/debian/patches/
    trunk/libhtml-strip-perl/debian/patches/fix-pod-errors.patch
    trunk/libhtml-strip-perl/debian/patches/series
Modified:
    trunk/libhtml-strip-perl/debian/control
    trunk/libhtml-strip-perl/debian/rules

Added: trunk/libhtml-strip-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-strip-perl/debian/README.source?rev=28950&op=file
==============================================================================
--- trunk/libhtml-strip-perl/debian/README.source (added)
+++ trunk/libhtml-strip-perl/debian/README.source Mon Dec 29 16:13:14 2008
@@ -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/libhtml-strip-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-strip-perl/debian/control?rev=28950&op=diff
==============================================================================
--- trunk/libhtml-strip-perl/debian/control (original)
+++ trunk/libhtml-strip-perl/debian/control Mon Dec 29 16:13:14 2008
@@ -1,7 +1,8 @@
 Source: libhtml-strip-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), perl (>= 5.6.0-12)
+Build-Depends: debhelper (>= 7), perl (>= 5.6.0-12), libhtml-parser-perl,
+ quilt
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Damyan Ivanov <dmn at debian.org>
 Standards-Version: 3.8.0

Added: trunk/libhtml-strip-perl/debian/patches/fix-pod-errors.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-strip-perl/debian/patches/fix-pod-errors.patch?rev=28950&op=file
==============================================================================
--- trunk/libhtml-strip-perl/debian/patches/fix-pod-errors.patch (added)
+++ trunk/libhtml-strip-perl/debian/patches/fix-pod-errors.patch Mon Dec 29 16:13:14 2008
@@ -1,0 +1,33 @@
+# Author: Damyan Ivanov <dmn at debian.org>
+# Description: fix POD errors
+#              missing =over and =back's
+# Upstream-Bug: http://rt.cpan.org/Public/Bug/Display.html?id=42021
+--- a/Strip.pm
++++ b/Strip.pm
+@@ -158,6 +158,8 @@ between calls to $hs->parse().
+ 
+ =head2 METHODS
+ 
++=over
++
+ =item new()
+ 
+ Constructor. Can optionally take a hash of settings (with keys
+@@ -201,6 +203,8 @@ any conversion of tags into spaces. Set 
+ Takes a boolean value. If set to false, HTML::Strip will decode HTML
+ entities. Set to true by default.
+ 
++=back
++
+ =head2 LIMITATIONS
+ 
+ =over 4
+@@ -227,6 +231,8 @@ excess whitespace (for example, using C<
+ HTML::Strip will only attempt decoding of HTML entities if
+ L<HTML::Entities> is installed.
+ 
++=back
++
+ =head2 EXPORT
+ 
+ None by default.

Added: trunk/libhtml-strip-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-strip-perl/debian/patches/series?rev=28950&op=file
==============================================================================
--- trunk/libhtml-strip-perl/debian/patches/series (added)
+++ trunk/libhtml-strip-perl/debian/patches/series Mon Dec 29 16:13:14 2008
@@ -1,0 +1,1 @@
+fix-pod-errors.patch

Modified: trunk/libhtml-strip-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-strip-perl/debian/rules?rev=28950&op=diff
==============================================================================
--- trunk/libhtml-strip-perl/debian/rules (original)
+++ trunk/libhtml-strip-perl/debian/rules Mon Dec 29 16:13:14 2008
@@ -1,11 +1,13 @@
 #!/usr/bin/make -f
 
+include /usr/share/quilt/quilt.make
+
 build: build-stamp
-build-stamp:
+build-stamp: $(QUILT_STAMPFN)
 	dh build
 	touch $@
 
-clean:
+clean: unpatch
 	dh $@
 
 install: install-stamp




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