r23552 - in /trunk/libtest-tap-htmlmatrix-perl/debian: README.source changelog control patches/ patches/pod.patch patches/series rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Jul 26 11:34:38 UTC 2008


Author: gregoa
Date: Sat Jul 26 11:34:35 2008
New Revision: 23552

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=23552
Log:
add pod.patch + quilt + debian/README.source

Added:
    trunk/libtest-tap-htmlmatrix-perl/debian/README.source
    trunk/libtest-tap-htmlmatrix-perl/debian/patches/
    trunk/libtest-tap-htmlmatrix-perl/debian/patches/pod.patch
    trunk/libtest-tap-htmlmatrix-perl/debian/patches/series
Modified:
    trunk/libtest-tap-htmlmatrix-perl/debian/changelog
    trunk/libtest-tap-htmlmatrix-perl/debian/control
    trunk/libtest-tap-htmlmatrix-perl/debian/rules

Added: trunk/libtest-tap-htmlmatrix-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-tap-htmlmatrix-perl/debian/README.source?rev=23552&op=file
==============================================================================
--- trunk/libtest-tap-htmlmatrix-perl/debian/README.source (added)
+++ trunk/libtest-tap-htmlmatrix-perl/debian/README.source Sat Jul 26 11:34:35 2008
@@ -1,0 +1,6 @@
+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/libtest-tap-htmlmatrix-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-tap-htmlmatrix-perl/debian/changelog?rev=23552&op=diff
==============================================================================
--- trunk/libtest-tap-htmlmatrix-perl/debian/changelog (original)
+++ trunk/libtest-tap-htmlmatrix-perl/debian/changelog Sat Jul 26 11:34:35 2008
@@ -18,7 +18,10 @@
   * Add build dependencies on libtest-pod-perl, libtest-pod-coverage-perl to
     activate additional tests and set needed environment variable in
     debian/rules.
-  * Set Standards-Version to 3.8.0 (no changes).
+  * Add patch pod.patch: creates a stub for output_dir, otherwise the
+    Pod-Coverage test fails. Add quilt framework.
+  * Set Standards-Version to 3.8.0; add debian/README.source to document
+    quilt usage.
   * Refresh debian/rules, no functional changes; install new upstream
     changelog and new example script.
 

Modified: trunk/libtest-tap-htmlmatrix-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-tap-htmlmatrix-perl/debian/control?rev=23552&op=diff
==============================================================================
--- trunk/libtest-tap-htmlmatrix-perl/debian/control (original)
+++ trunk/libtest-tap-htmlmatrix-perl/debian/control Sat Jul 26 11:34:35 2008
@@ -1,7 +1,7 @@
 Source: libtest-tap-htmlmatrix-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5), libmodule-build-perl
+Build-Depends: debhelper (>= 5), libmodule-build-perl, quilt (>= 0.40)
 Build-Depends-Indep: perl (>= 5.8.0-7), libtest-tap-model-perl (>= 0.8),
  libpetal-perl, libpetal-utils-perl, liburi-perl,
  libtest-pod-perl, libtest-pod-coverage-perl

Added: trunk/libtest-tap-htmlmatrix-perl/debian/patches/pod.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-tap-htmlmatrix-perl/debian/patches/pod.patch?rev=23552&op=file
==============================================================================
--- trunk/libtest-tap-htmlmatrix-perl/debian/patches/pod.patch (added)
+++ trunk/libtest-tap-htmlmatrix-perl/debian/patches/pod.patch Sat Jul 26 11:34:35 2008
@@ -1,0 +1,14 @@
+Author: gregor herrmann <gregoa at debian.org>
+Description: add stub for output_dir, otherwise POD::Coverage test fails
+
+--- a/lib/Test/TAP/HTMLMatrix.pm
++++ b/lib/Test/TAP/HTMLMatrix.pm
+@@ -235,6 +235,8 @@
+ 
+ This is also the method implementing stringification.
+ 
++=item output_dir
++
+ =item model
+ 
+ =item extra

Added: trunk/libtest-tap-htmlmatrix-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-tap-htmlmatrix-perl/debian/patches/series?rev=23552&op=file
==============================================================================
--- trunk/libtest-tap-htmlmatrix-perl/debian/patches/series (added)
+++ trunk/libtest-tap-htmlmatrix-perl/debian/patches/series Sat Jul 26 11:34:35 2008
@@ -1,0 +1,1 @@
+pod.patch

Modified: trunk/libtest-tap-htmlmatrix-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-tap-htmlmatrix-perl/debian/rules?rev=23552&op=diff
==============================================================================
--- trunk/libtest-tap-htmlmatrix-perl/debian/rules (original)
+++ trunk/libtest-tap-htmlmatrix-perl/debian/rules Sat Jul 26 11:34:35 2008
@@ -14,19 +14,21 @@
 # always return the default without waiting for user input.
 export PERL_MM_USE_DEFAULT=1
 
+include /usr/share/quilt/quilt.make
+
 PERL   ?= /usr/bin/perl
 PACKAGE = $(shell dh_listpackages)
 TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 build: build-stamp
-build-stamp:
+build-stamp: $(QUILT_STAMPFN)
 	dh_testdir
 	$(PERL) Build.PL installdirs=vendor
 	$(PERL) Build
 	BITE_THE_BULLET=1 $(PERL) Build test
 	touch $@
 
-clean:
+clean: unpatch
 	dh_testdir
 	dh_testroot
 	dh_clean build-stamp install-stamp




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