r22470 - in /trunk/libtest-mocktime-perl: debian/control debian/patches/ debian/patches/fix_pod.diff debian/patches/series debian/rules lib/Test/MockTime.pod

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Sun Jun 29 14:41:13 UTC 2008


Author: ansgar-guest
Date: Sun Jun 29 14:41:13 2008
New Revision: 22470

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=22470
Log:
use quilt to apply patches

Added:
    trunk/libtest-mocktime-perl/debian/patches/
    trunk/libtest-mocktime-perl/debian/patches/fix_pod.diff
    trunk/libtest-mocktime-perl/debian/patches/series
    trunk/libtest-mocktime-perl/lib/Test/MockTime.pod
      - copied unchanged from r22462, branches/upstream/libtest-mocktime-perl/current/lib/Test/MockTime.pod
Modified:
    trunk/libtest-mocktime-perl/debian/control
    trunk/libtest-mocktime-perl/debian/rules

Modified: trunk/libtest-mocktime-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-mocktime-perl/debian/control?rev=22470&op=diff
==============================================================================
--- trunk/libtest-mocktime-perl/debian/control (original)
+++ trunk/libtest-mocktime-perl/debian/control Sun Jun 29 14:41:13 2008
@@ -1,7 +1,7 @@
 Source: libtest-mocktime-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7), quilt
 Build-Depends-Indep: perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ansgar Burchardt <ansgar at 43-1.org>

Added: trunk/libtest-mocktime-perl/debian/patches/fix_pod.diff
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-mocktime-perl/debian/patches/fix_pod.diff?rev=22470&op=file
==============================================================================
--- trunk/libtest-mocktime-perl/debian/patches/fix_pod.diff (added)
+++ trunk/libtest-mocktime-perl/debian/patches/fix_pod.diff Sun Jun 29 14:41:13 2008
@@ -1,0 +1,22 @@
+Index: libtest-mocktime-perl/lib/Test/MockTime.pod
+===================================================================
+--- libtest-mocktime-perl.orig/lib/Test/MockTime.pod
++++ libtest-mocktime-perl/lib/Test/MockTime.pod
+@@ -41,6 +41,8 @@
+ 
+ =head1 Functions
+ 
++=over
++
+ =item set_absolute_time
+ 
+ If given a single, numeric argument, the argument is an absolute time (for
+@@ -115,6 +117,8 @@
+ restore the default time handling values.  C<restore_time> is an alias. When
+ exported with the 'all' tag, this subroutine is exported as C<restore_time>.
+ 
++=back
++
+ =head1 AUTHOR
+ 
+ David Dick <ddick at cpan.org>

Added: trunk/libtest-mocktime-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-mocktime-perl/debian/patches/series?rev=22470&op=file
==============================================================================
--- trunk/libtest-mocktime-perl/debian/patches/series (added)
+++ trunk/libtest-mocktime-perl/debian/patches/series Sun Jun 29 14:41:13 2008
@@ -1,0 +1,1 @@
+fix_pod.diff

Modified: trunk/libtest-mocktime-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-mocktime-perl/debian/rules?rev=22470&op=diff
==============================================================================
--- trunk/libtest-mocktime-perl/debian/rules (original)
+++ trunk/libtest-mocktime-perl/debian/rules Sun Jun 29 14:41:13 2008
@@ -1,11 +1,13 @@
 #!/usr/bin/make -f
 
+include /usr/share/quilt/quilt.make
+
 build: build-stamp
-build-stamp:
+build-stamp: $(QUILT_STAMPFN)
 	dh build
 	touch $@
 
-clean:
+clean: unpatch
 	dh $@
 
 install: install-stamp




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