r21819 - in /trunk/libtest-tap-model-perl/debian: README.source changelog control patches/ patches/pod-fix.patch patches/series rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Tue Jun 17 16:50:03 UTC 2008


Author: gregoa
Date: Tue Jun 17 16:50:02 2008
New Revision: 21819

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=21819
Log:
Add patch pod-fix.patch: fixes a broken NAME entry; add quilt framework;
add debian/README.source as required by policy.

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

Added: trunk/libtest-tap-model-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-tap-model-perl/debian/README.source?rev=21819&op=file
==============================================================================
--- trunk/libtest-tap-model-perl/debian/README.source (added)
+++ trunk/libtest-tap-model-perl/debian/README.source Tue Jun 17 16:50:02 2008
@@ -1,0 +1,4 @@
+This package uses quilt for managing patches.
+
+If you are unfamiliar with quilt take a look at
+/usr/share/doc/quilt/README.source

Modified: trunk/libtest-tap-model-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-tap-model-perl/debian/changelog?rev=21819&op=diff
==============================================================================
--- trunk/libtest-tap-model-perl/debian/changelog (original)
+++ trunk/libtest-tap-model-perl/debian/changelog Tue Jun 17 16:50:02 2008
@@ -19,6 +19,8 @@
   * Install example.pl as example.
   * debian/control: remove libmodule-build-perl, add libmethod-alias-perl to
     (build) dependencies.
+  * Add patch pod-fix.patch: fixes a broken NAME entry; add quilt framework;
+    add debian/README.source as required by policy.
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 15 Jun 2008 17:44:16 +0200
 

Modified: trunk/libtest-tap-model-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-tap-model-perl/debian/control?rev=21819&op=diff
==============================================================================
--- trunk/libtest-tap-model-perl/debian/control (original)
+++ trunk/libtest-tap-model-perl/debian/control Tue Jun 17 16:50:02 2008
@@ -1,7 +1,7 @@
 Source: libtest-tap-model-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5)
+Build-Depends: debhelper (>= 5), quilt (>= 0.40)
 Build-Depends-Indep: perl (>= 5.8.0-7), libmethod-alias-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Florian Ragwitz <rafl at debianforum.de>,

Added: trunk/libtest-tap-model-perl/debian/patches/pod-fix.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-tap-model-perl/debian/patches/pod-fix.patch?rev=21819&op=file
==============================================================================
--- trunk/libtest-tap-model-perl/debian/patches/pod-fix.patch (added)
+++ trunk/libtest-tap-model-perl/debian/patches/pod-fix.patch Tue Jun 17 16:50:02 2008
@@ -1,0 +1,14 @@
+Author: gregor herrmann <gregoa at debian.org>
+Description: add missing whatis
+
+--- libtest-tap-model-perl.orig/lib/Test/TAP/Model/File/Consolidated.pm
++++ libtest-tap-model-perl/lib/Test/TAP/Model/File/Consolidated.pm
+@@ -110,7 +110,7 @@
+ 
+ =head1 NAME
+ 
+-Test::TAP::Model::File::Consolidated - 
++Test::TAP::Model::File::Consolidated - Consolidated version of Test::TAP::Model::File
+ 
+ =head1 SYNOPSIS
+ 

Added: trunk/libtest-tap-model-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-tap-model-perl/debian/patches/series?rev=21819&op=file
==============================================================================
--- trunk/libtest-tap-model-perl/debian/patches/series (added)
+++ trunk/libtest-tap-model-perl/debian/patches/series Tue Jun 17 16:50:02 2008
@@ -1,0 +1,1 @@
+pod-fix.patch

Modified: trunk/libtest-tap-model-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-tap-model-perl/debian/rules?rev=21819&op=diff
==============================================================================
--- trunk/libtest-tap-model-perl/debian/rules (original)
+++ trunk/libtest-tap-model-perl/debian/rules Tue Jun 17 16:50:02 2008
@@ -11,19 +11,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) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
 	$(MAKE) 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