r34052 - in /trunk/libtext-autoformat-perl/debian: changelog control patches/ patches/fix-pod-errors patches/series rules

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Sat Apr 25 05:11:12 UTC 2009


Author: ryan52-guest
Date: Sat Apr 25 05:11:07 2009
New Revision: 34052

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=34052
Log:
add quilt patching to fix pod2man errors

Added:
    trunk/libtext-autoformat-perl/debian/patches/
    trunk/libtext-autoformat-perl/debian/patches/fix-pod-errors
    trunk/libtext-autoformat-perl/debian/patches/series
Modified:
    trunk/libtext-autoformat-perl/debian/changelog
    trunk/libtext-autoformat-perl/debian/control
    trunk/libtext-autoformat-perl/debian/rules

Modified: trunk/libtext-autoformat-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-autoformat-perl/debian/changelog?rev=34052&op=diff
==============================================================================
--- trunk/libtext-autoformat-perl/debian/changelog (original)
+++ trunk/libtext-autoformat-perl/debian/changelog Sat Apr 25 05:11:07 2009
@@ -15,8 +15,9 @@
   * debhelper 7
   * use module name in long description
   * remove duplicate fields in debian/control
+  * add quilt patching to fix pod2man errors
 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Fri, 24 Apr 2009 22:07:12 -0700
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Fri, 24 Apr 2009 22:10:21 -0700
 
 libtext-autoformat-perl (1.14.0-1) unstable; urgency=low
 

Modified: trunk/libtext-autoformat-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-autoformat-perl/debian/control?rev=34052&op=diff
==============================================================================
--- trunk/libtext-autoformat-perl/debian/control (original)
+++ trunk/libtext-autoformat-perl/debian/control Sat Apr 25 05:11:07 2009
@@ -8,7 +8,7 @@
 Homepage: http://search.cpan.org/dist/Text-Autoformat/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtext-autoformat-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtext-autoformat-perl/
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7), quilt
 Build-Depends-Indep: perl, libtext-reform-perl, libversion-perl
 
 Package: libtext-autoformat-perl

Added: trunk/libtext-autoformat-perl/debian/patches/fix-pod-errors
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-autoformat-perl/debian/patches/fix-pod-errors?rev=34052&op=file
==============================================================================
--- trunk/libtext-autoformat-perl/debian/patches/fix-pod-errors (added)
+++ trunk/libtext-autoformat-perl/debian/patches/fix-pod-errors Sat Apr 25 05:11:07 2009
@@ -1,0 +1,9 @@
+--- a/lib/Text/Autoformat.pm
++++ b/lib/Text/Autoformat.pm
+@@ -1,5 +1,5 @@
+ package Text::Autoformat;
+-
++ 
+ use strict; use vars qw($VERSION @ISA @EXPORT @EXPORT_OK); use Carp;
+ use 5.005;
+ use version; $VERSION = qv('1.666.0');

Added: trunk/libtext-autoformat-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-autoformat-perl/debian/patches/series?rev=34052&op=file
==============================================================================
--- trunk/libtext-autoformat-perl/debian/patches/series (added)
+++ trunk/libtext-autoformat-perl/debian/patches/series Sat Apr 25 05:11:07 2009
@@ -1,0 +1,1 @@
+fix-pod-errors

Modified: trunk/libtext-autoformat-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-autoformat-perl/debian/rules?rev=34052&op=diff
==============================================================================
--- trunk/libtext-autoformat-perl/debian/rules (original)
+++ trunk/libtext-autoformat-perl/debian/rules Sat Apr 25 05:11:07 2009
@@ -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