r7878 - in /trunk/libhash-withdefaults-perl/debian: control patches/ patches/podnewline.diff patches/series rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sat Sep 22 20:35:45 UTC 2007


Author: gregoa-guest
Date: Sat Sep 22 20:35:44 2007
New Revision: 7878

URL: http://svn.debian.org/wsvn/?sc=1&rev=7878
Log:
add patch to fix pod/man

Added:
    trunk/libhash-withdefaults-perl/debian/patches/
    trunk/libhash-withdefaults-perl/debian/patches/podnewline.diff
    trunk/libhash-withdefaults-perl/debian/patches/series
Modified:
    trunk/libhash-withdefaults-perl/debian/control
    trunk/libhash-withdefaults-perl/debian/rules

Modified: trunk/libhash-withdefaults-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libhash-withdefaults-perl/debian/control?rev=7878&op=diff
==============================================================================
--- trunk/libhash-withdefaults-perl/debian/control (original)
+++ trunk/libhash-withdefaults-perl/debian/control Sat Sep 22 20:35:44 2007
@@ -1,7 +1,7 @@
 Source: libhash-withdefaults-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)
 Maintainer:  Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Carl Fürstenberg <azatoth at gmail.com>, David Paleino <d.paleino at gmail.com>

Added: trunk/libhash-withdefaults-perl/debian/patches/podnewline.diff
URL: http://svn.debian.org/wsvn/trunk/libhash-withdefaults-perl/debian/patches/podnewline.diff?rev=7878&op=file
==============================================================================
--- trunk/libhash-withdefaults-perl/debian/patches/podnewline.diff (added)
+++ trunk/libhash-withdefaults-perl/debian/patches/podnewline.diff Sat Sep 22 20:35:44 2007
@@ -1,0 +1,12 @@
+Index: libhash-withdefaults-perl/WithDefaults.pm
+===================================================================
+--- libhash-withdefaults-perl/WithDefaults.pm	(revision 7877)
++++ libhash-withdefaults-perl/WithDefaults.pm	(working copy)
+@@ -552,6 +552,7 @@
+ 1;
+ 
+ __END__
++
+ =head1 NAME
+ 
+ Hash::WithDefaults - class for hashes with key-casing requirements supporting defaults

Added: trunk/libhash-withdefaults-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/trunk/libhash-withdefaults-perl/debian/patches/series?rev=7878&op=file
==============================================================================
--- trunk/libhash-withdefaults-perl/debian/patches/series (added)
+++ trunk/libhash-withdefaults-perl/debian/patches/series Sat Sep 22 20:35:44 2007
@@ -1,0 +1,1 @@
+podnewline.diff

Modified: trunk/libhash-withdefaults-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libhash-withdefaults-perl/debian/rules?rev=7878&op=diff
==============================================================================
--- trunk/libhash-withdefaults-perl/debian/rules (original)
+++ trunk/libhash-withdefaults-perl/debian/rules Sat Sep 22 20:35:44 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
 
@@ -31,7 +33,7 @@
 
 	touch $@
 
-clean:
+clean: unpatch
 	dh_testdir
 	dh_testroot
 




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