r7924 - in /trunk/libhtml-treebuilder-xpath-perl/debian: changelog control patches/ patches/manpage.diff patches/series rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Mon Sep 24 16:54:56 UTC 2007


Author: gregoa-guest
Date: Mon Sep 24 16:54:56 2007
New Revision: 7924

URL: http://svn.debian.org/wsvn/?sc=1&rev=7924
Log:
fix lintian warning by adding a one line (actually: a one newline) patch to fix the POD

Added:
    trunk/libhtml-treebuilder-xpath-perl/debian/patches/
    trunk/libhtml-treebuilder-xpath-perl/debian/patches/manpage.diff
    trunk/libhtml-treebuilder-xpath-perl/debian/patches/series
Modified:
    trunk/libhtml-treebuilder-xpath-perl/debian/changelog
    trunk/libhtml-treebuilder-xpath-perl/debian/control
    trunk/libhtml-treebuilder-xpath-perl/debian/rules

Modified: trunk/libhtml-treebuilder-xpath-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libhtml-treebuilder-xpath-perl/debian/changelog?rev=7924&op=diff
==============================================================================
--- trunk/libhtml-treebuilder-xpath-perl/debian/changelog (original)
+++ trunk/libhtml-treebuilder-xpath-perl/debian/changelog Mon Sep 24 16:54:56 2007
@@ -1,6 +1,4 @@
 libhtml-treebuilder-xpath-perl (0.08-1) UNRELEASED; urgency=low
-
-    TODO: fix lintian warning
 
   * Initial Release. (closes: #441850).
 

Modified: trunk/libhtml-treebuilder-xpath-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libhtml-treebuilder-xpath-perl/debian/control?rev=7924&op=diff
==============================================================================
--- trunk/libhtml-treebuilder-xpath-perl/debian/control (original)
+++ trunk/libhtml-treebuilder-xpath-perl/debian/control Mon Sep 24 16:54:56 2007
@@ -1,7 +1,7 @@
 Source: libhtml-treebuilder-xpath-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5.0.0)
+Build-Depends: debhelper (>= 5.0.0), quilt
 Build-Depends-Indep: perl (>= 5.8.8-7), libtest-pod-perl, libtest-pod-coverage-perl, libhtml-tree-perl, libxml-xpathengine-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jeremiah C. Foster <jeremiah at jeremiahfoster.com>

Added: trunk/libhtml-treebuilder-xpath-perl/debian/patches/manpage.diff
URL: http://svn.debian.org/wsvn/trunk/libhtml-treebuilder-xpath-perl/debian/patches/manpage.diff?rev=7924&op=file
==============================================================================
--- trunk/libhtml-treebuilder-xpath-perl/debian/patches/manpage.diff (added)
+++ trunk/libhtml-treebuilder-xpath-perl/debian/patches/manpage.diff Mon Sep 24 16:54:56 2007
@@ -1,0 +1,12 @@
+Index: libhtml-treebuilder-xpath-perl/lib/HTML/TreeBuilder/XPath.pm
+===================================================================
+--- libhtml-treebuilder-xpath-perl/lib/HTML/TreeBuilder/XPath.pm	(revision 7923)
++++ libhtml-treebuilder-xpath-perl/lib/HTML/TreeBuilder/XPath.pm	(working copy)
+@@ -320,6 +320,7 @@
+ 1;
+ 
+ __END__
++
+ =head1 NAME
+ 
+ HTML::TreeBuilder::XPath - add XPath support to HTML::TreeBuilder

Added: trunk/libhtml-treebuilder-xpath-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/trunk/libhtml-treebuilder-xpath-perl/debian/patches/series?rev=7924&op=file
==============================================================================
--- trunk/libhtml-treebuilder-xpath-perl/debian/patches/series (added)
+++ trunk/libhtml-treebuilder-xpath-perl/debian/patches/series Mon Sep 24 16:54:56 2007
@@ -1,0 +1,1 @@
+manpage.diff

Modified: trunk/libhtml-treebuilder-xpath-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libhtml-treebuilder-xpath-perl/debian/rules?rev=7924&op=diff
==============================================================================
--- trunk/libhtml-treebuilder-xpath-perl/debian/rules (original)
+++ trunk/libhtml-treebuilder-xpath-perl/debian/rules Mon Sep 24 16:54:56 2007
@@ -6,6 +6,8 @@
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
+
+include /usr/share/quilt/quilt.make
 
 # If set to a true value then MakeMaker's prompt function will
 # always return the default without waiting for user input.
@@ -19,7 +21,7 @@
 
 TMP     =$(CURDIR)/debian/$(PACKAGE)
 
-build: build-stamp
+build: patch build-stamp
 build-stamp:
 	dh_testdir
 
@@ -30,7 +32,7 @@
 
 	touch build-stamp
 
-clean:
+clean: unpatch
 	dh_testdir
 	dh_testroot
 




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