r20626 - in /trunk/libtime-duration-parse-perl/debian: changelog control patches/ patches/pod-error.patch patches/series rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon Jun 2 15:08:16 UTC 2008


Author: gregoa
Date: Mon Jun  2 15:08:16 2008
New Revision: 20626

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=20626
Log:
Add patch pod-error.patch; adds a missing "=back" to the inline POD; add
quilt framework.

Added:
    trunk/libtime-duration-parse-perl/debian/patches/
    trunk/libtime-duration-parse-perl/debian/patches/pod-error.patch
    trunk/libtime-duration-parse-perl/debian/patches/series
Modified:
    trunk/libtime-duration-parse-perl/debian/changelog
    trunk/libtime-duration-parse-perl/debian/control
    trunk/libtime-duration-parse-perl/debian/rules

Modified: trunk/libtime-duration-parse-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtime-duration-parse-perl/debian/changelog?rev=20626&op=diff
==============================================================================
--- trunk/libtime-duration-parse-perl/debian/changelog (original)
+++ trunk/libtime-duration-parse-perl/debian/changelog Mon Jun  2 15:08:16 2008
@@ -1,6 +1,11 @@
 libtime-duration-parse-perl (0.06-1) unstable; urgency=low
 
+  [ AGOSTINI Yves ]
   * New upstream release 
+
+  [ gregor herrmann ]
+  * Add patch pod-error.patch; adds a missing "=back" to the inline POD; add
+    quilt framework.
 
  -- AGOSTINI Yves <agostini at univ-metz.fr>  Sun, 01 Jun 2008 21:11:47 +0200
 

Modified: trunk/libtime-duration-parse-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtime-duration-parse-perl/debian/control?rev=20626&op=diff
==============================================================================
--- trunk/libtime-duration-parse-perl/debian/control (original)
+++ trunk/libtime-duration-parse-perl/debian/control Mon Jun  2 15:08:16 2008
@@ -1,7 +1,7 @@
 Source: libtime-duration-parse-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5)
+Build-Depends: debhelper (>= 5), quilt (>= 0.40)
 Build-Depends-Indep: perl (>= 5.6.10-12), libexporter-lite-perl,
  libtime-duration-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>

Added: trunk/libtime-duration-parse-perl/debian/patches/pod-error.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtime-duration-parse-perl/debian/patches/pod-error.patch?rev=20626&op=file
==============================================================================
--- trunk/libtime-duration-parse-perl/debian/patches/pod-error.patch (added)
+++ trunk/libtime-duration-parse-perl/debian/patches/pod-error.patch Mon Jun  2 15:08:16 2008
@@ -1,0 +1,14 @@
+Author: gregor herrmann <gregoa at debian.org>
+Description: small error in POD
+
+--- libtime-duration-parse-perl.orig/lib/Time/Duration/Parse.pm
++++ libtime-duration-parse-perl/lib/Time/Duration/Parse.pm
+@@ -88,6 +88,8 @@
+ error in a given string, it dies an exception saying "Unknown
+ timespec: blah blah blah". This function is exported by default.
+ 
++=back
++
+ =head1 AUTHOR
+ 
+ Tatsuhiko Miyagawa E<lt>miyagawa at bulknews.netE<gt>

Added: trunk/libtime-duration-parse-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtime-duration-parse-perl/debian/patches/series?rev=20626&op=file
==============================================================================
--- trunk/libtime-duration-parse-perl/debian/patches/series (added)
+++ trunk/libtime-duration-parse-perl/debian/patches/series Mon Jun  2 15:08:16 2008
@@ -1,0 +1,1 @@
+pod-error.patch

Modified: trunk/libtime-duration-parse-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtime-duration-parse-perl/debian/rules?rev=20626&op=diff
==============================================================================
--- trunk/libtime-duration-parse-perl/debian/rules (original)
+++ trunk/libtime-duration-parse-perl/debian/rules Mon Jun  2 15:08:16 2008
@@ -11,24 +11,24 @@
 # 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
-	# Add commands to compile the package here
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
 	$(MAKE) test
 	touch $@
 
-clean:
+clean: unpatch
 	dh_testdir
 	dh_testroot
 	dh_clean build-stamp install-stamp
-	# Add commands to clean up after the build process here
 	[ ! -f Makefile ] || $(MAKE) realclean
 
 install: install-stamp
@@ -36,7 +36,6 @@
 	dh_testdir
 	dh_testroot
 	dh_clean -k
-	# Add commands to install the package into $(TMP) here
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
 	[ ! -d $(TMP)/usr/lib/perl5 ] || \
 		rmdir --ignore-fail-on-non-empty --parents --verbose \
@@ -49,7 +48,7 @@
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-	dh_installdocs 
+	dh_installdocs
 	dh_installchangelogs Changes
 	dh_perl
 	dh_compress




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