r14774 - in /trunk/libtest-harness-perl/debian: changelog control patches/ patches/manpage-error.patch patches/series rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Mon Feb 11 22:12:50 UTC 2008


Author: gregoa-guest
Date: Mon Feb 11 22:12:24 2008
New Revision: 14774

URL: http://svn.debian.org/wsvn/?sc=1&rev=14774
Log:
Add patch manpage-error.patch (lintian issued a
  manpage-has-errors-from-man warning); add quilt framework.

Added:
    trunk/libtest-harness-perl/debian/patches/
    trunk/libtest-harness-perl/debian/patches/manpage-error.patch
    trunk/libtest-harness-perl/debian/patches/series
Modified:
    trunk/libtest-harness-perl/debian/changelog
    trunk/libtest-harness-perl/debian/control
    trunk/libtest-harness-perl/debian/rules

Modified: trunk/libtest-harness-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libtest-harness-perl/debian/changelog?rev=14774&op=diff
==============================================================================
--- trunk/libtest-harness-perl/debian/changelog (original)
+++ trunk/libtest-harness-perl/debian/changelog Mon Feb 11 22:12:24 2008
@@ -2,8 +2,10 @@
 
   * New upstream release.
   * Add /me to Uploaders.
+  * Add patch manpage-error.patch (lintian issued a
+    manpage-has-errors-from-man warning); add quilt framework.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Mon, 11 Feb 2008 22:41:54 +0100
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Mon, 11 Feb 2008 23:06:04 +0100
 
 libtest-harness-perl (3.07-1) unstable; urgency=low
 

Modified: trunk/libtest-harness-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libtest-harness-perl/debian/control?rev=14774&op=diff
==============================================================================
--- trunk/libtest-harness-perl/debian/control (original)
+++ trunk/libtest-harness-perl/debian/control Mon Feb 11 22:12:24 2008
@@ -1,7 +1,7 @@
 Source: libtest-harness-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 6)
+Build-Depends: debhelper (>= 6), quilt
 Build-Depends-Indep: perl (>= 5.8.0-7)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Gunnar Wolf <gwolf at debian.org>,

Added: trunk/libtest-harness-perl/debian/patches/manpage-error.patch
URL: http://svn.debian.org/wsvn/trunk/libtest-harness-perl/debian/patches/manpage-error.patch?rev=14774&op=file
==============================================================================
--- trunk/libtest-harness-perl/debian/patches/manpage-error.patch (added)
+++ trunk/libtest-harness-perl/debian/patches/manpage-error.patch Mon Feb 11 22:12:24 2008
@@ -1,0 +1,11 @@
+--- libtest-harness-perl.orig/bin/prove
++++ libtest-harness-perl/bin/prove
+@@ -62,7 +62,7 @@
+ 
+ =head1 NOTES
+ 
+-=head2 .proverc
++=head2 F<~/.proverc> / F<./.proverc>
+ 
+ If F<~/.proverc> or F<./.proverc> exist they will be read and any
+ options they contain processed before the command line options. Options

Added: trunk/libtest-harness-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/trunk/libtest-harness-perl/debian/patches/series?rev=14774&op=file
==============================================================================
--- trunk/libtest-harness-perl/debian/patches/series (added)
+++ trunk/libtest-harness-perl/debian/patches/series Mon Feb 11 22:12:24 2008
@@ -1,0 +1,1 @@
+manpage-error.patch

Modified: trunk/libtest-harness-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libtest-harness-perl/debian/rules?rev=14774&op=diff
==============================================================================
--- trunk/libtest-harness-perl/debian/rules (original)
+++ trunk/libtest-harness-perl/debian/rules Mon Feb 11 22:12:24 2008
@@ -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.
@@ -18,7 +20,7 @@
 TMP     =$(CURDIR)/debian/tmp
 
 build: build-stamp
-build-stamp:
+build-stamp: $(QUILT_STAMPFN)
 	dh_testdir
 
 	# Add commands to compile the package here
@@ -28,7 +30,7 @@
 
 	touch build-stamp
 
-clean:
+clean: unpatch
 	dh_testdir
 	dh_testroot
 




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