r37430 - in /trunk/libhtml-highlight-perl/debian: changelog control patches/ patches/fix-pod.patch patches/series rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Jun 4 19:17:46 UTC 2009


Author: gregoa
Date: Thu Jun  4 19:16:39 2009
New Revision: 37430

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=37430
Log:
Add a patch to fix a POD error; add quilt framework.

Added:
    trunk/libhtml-highlight-perl/debian/patches/
    trunk/libhtml-highlight-perl/debian/patches/fix-pod.patch
    trunk/libhtml-highlight-perl/debian/patches/series
Modified:
    trunk/libhtml-highlight-perl/debian/changelog
    trunk/libhtml-highlight-perl/debian/control
    trunk/libhtml-highlight-perl/debian/rules

Modified: trunk/libhtml-highlight-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-highlight-perl/debian/changelog?rev=37430&op=diff
==============================================================================
--- trunk/libhtml-highlight-perl/debian/changelog (original)
+++ trunk/libhtml-highlight-perl/debian/changelog Thu Jun  4 19:16:39 2009
@@ -15,6 +15,7 @@
   * debian/copyright: switch to new format.
   * debian/control: make short description a noun phrase.
   * Add Ernesto back to Uploaders.
+  * Add a patch to fix a POD error; add quilt framework.
 
  -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Thu, 04 Jun 2009 09:19:06 -0430
 

Modified: trunk/libhtml-highlight-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-highlight-perl/debian/control?rev=37430&op=diff
==============================================================================
--- trunk/libhtml-highlight-perl/debian/control (original)
+++ trunk/libhtml-highlight-perl/debian/control Thu Jun  4 19:16:39 2009
@@ -1,7 +1,7 @@
 Source: libhtml-highlight-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
 Build-Depends-Indep: perl (>= 5.6.0-16)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Damyan Ivanov <dmn at debian.org>, Gunnar Wolf <gwolf at debian.org>,

Added: trunk/libhtml-highlight-perl/debian/patches/fix-pod.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-highlight-perl/debian/patches/fix-pod.patch?rev=37430&op=file
==============================================================================
--- trunk/libhtml-highlight-perl/debian/patches/fix-pod.patch (added)
+++ trunk/libhtml-highlight-perl/debian/patches/fix-pod.patch Thu Jun  4 19:16:39 2009
@@ -1,0 +1,22 @@
+Author: gregor herrmann <gregoa at debian.org>
+Descriotion: fix pod error (=item outside of =over)
+
+--- a/Highlight.pm
++++ b/Highlight.pm
+@@ -247,6 +247,7 @@
+ This module provides Google-like highlighting of words or patterns in HTML
+ documents. This feature is typically used to highlight search results.
+ 
++=over
+ 
+ =item The construcutor:
+ 
+@@ -341,6 +342,8 @@
+ That means only the first occurence of each of the words is taken into
+ account.
+ 
++=back
++
+ =head1 SUPPORT
+ 
+ No official support is provided, but I welcome any comments, patches

Added: trunk/libhtml-highlight-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-highlight-perl/debian/patches/series?rev=37430&op=file
==============================================================================
--- trunk/libhtml-highlight-perl/debian/patches/series (added)
+++ trunk/libhtml-highlight-perl/debian/patches/series Thu Jun  4 19:16:39 2009
@@ -1,0 +1,1 @@
+fix-pod.patch

Modified: trunk/libhtml-highlight-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-highlight-perl/debian/rules?rev=37430&op=diff
==============================================================================
--- trunk/libhtml-highlight-perl/debian/rules (original)
+++ trunk/libhtml-highlight-perl/debian/rules Thu Jun  4 19:16:39 2009
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh --with quilt $@




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