r45533 - in /trunk/libclass-makemethods-perl/debian: README.source changelog control patches/ patches/fix-pod.patch patches/series rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Oct 8 19:58:59 UTC 2009


Author: gregoa
Date: Thu Oct  8 19:58:54 2009
New Revision: 45533

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=45533
Log:
Add patch to fix some POD/man problems; add quilt framework.

Added:
    trunk/libclass-makemethods-perl/debian/README.source
    trunk/libclass-makemethods-perl/debian/patches/
    trunk/libclass-makemethods-perl/debian/patches/fix-pod.patch
    trunk/libclass-makemethods-perl/debian/patches/series
Modified:
    trunk/libclass-makemethods-perl/debian/changelog
    trunk/libclass-makemethods-perl/debian/control
    trunk/libclass-makemethods-perl/debian/rules

Added: trunk/libclass-makemethods-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-makemethods-perl/debian/README.source?rev=45533&op=file
==============================================================================
--- trunk/libclass-makemethods-perl/debian/README.source (added)
+++ trunk/libclass-makemethods-perl/debian/README.source Thu Oct  8 19:58:54 2009
@@ -1,0 +1,5 @@
+This package uses quilt to manage all modifications to the upstream
+source.  Changes are stored in the source package as diffs in
+debian/patches and applied during the build.
+
+See /usr/share/doc/quilt/README.source for a detailed explanation.

Modified: trunk/libclass-makemethods-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-makemethods-perl/debian/changelog?rev=45533&op=diff
==============================================================================
--- trunk/libclass-makemethods-perl/debian/changelog (original)
+++ trunk/libclass-makemethods-perl/debian/changelog Thu Oct  8 19:58:54 2009
@@ -13,6 +13,7 @@
   * Set Standards-Version to 3.8.3 (no changes).
   * Switch from CDBS to debhelper 7.
   * New format for debian/copyright.
+  * Add patch to fix some POD/man problems; add quilt framework.
 
  -- gregor herrmann <gregoa at debian.org>  Thu, 08 Oct 2009 21:07:44 +0200
 

Modified: trunk/libclass-makemethods-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-makemethods-perl/debian/control?rev=45533&op=diff
==============================================================================
--- trunk/libclass-makemethods-perl/debian/control (original)
+++ trunk/libclass-makemethods-perl/debian/control Thu Oct  8 19:58:54 2009
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Eric Dorland <eric at debian.org>, gregor herrmann <gregoa at debian.org>
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7.0.50~), quilt (>= 0.46-7)
 Build-Depends-Indep: perl
 Standards-Version: 3.8.3
 Homepage: http://search.cpan.org/dist/Class-MakeMethods/

Added: trunk/libclass-makemethods-perl/debian/patches/fix-pod.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-makemethods-perl/debian/patches/fix-pod.patch?rev=45533&op=file
==============================================================================
--- trunk/libclass-makemethods-perl/debian/patches/fix-pod.patch (added)
+++ trunk/libclass-makemethods-perl/debian/patches/fix-pod.patch Thu Oct  8 19:58:54 2009
@@ -1,0 +1,43 @@
+Author: gregor herrmann <gregoa at debian.org>
+Description: fix POD/man issues
+
+--- a/MakeMethods/Docs/RelatedModules.pod
++++ b/MakeMethods/Docs/RelatedModules.pod
+@@ -482,6 +482,8 @@
+ 
+ =head2 Class::Hook
+ 
++=over 4
++
+ =item Distribution
+ 
+ CPAN. Uploaded 12/01.
+@@ -490,6 +492,7 @@
+ 
+ I have not yet reviewed this module in detail.
+ 
++=back
+ 
+ =head2 Class::Holon
+ 
+--- a/MakeMethods/Template/Generic.pm
++++ b/MakeMethods/Template/Generic.pm
+@@ -897,6 +897,7 @@
+ =item set_false
+ 
+ Sets the value to zero.
++
+ =back
+ 
+ =cut
+--- a/MakeMethods/Template/StructBuiltin.pm
++++ b/MakeMethods/Template/StructBuiltin.pm
+@@ -9,7 +9,7 @@
+ 
+ =head1 NAME
+ 
+-Class::MakeMethods::Template::StructBuiltin
++Class::MakeMethods::Template::StructBuiltin - generates a wrapper around some builtin function
+ 
+ =head1 SYNOPSIS
+ 

Added: trunk/libclass-makemethods-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-makemethods-perl/debian/patches/series?rev=45533&op=file
==============================================================================
--- trunk/libclass-makemethods-perl/debian/patches/series (added)
+++ trunk/libclass-makemethods-perl/debian/patches/series Thu Oct  8 19:58:54 2009
@@ -1,0 +1,1 @@
+fix-pod.patch

Modified: trunk/libclass-makemethods-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-makemethods-perl/debian/rules?rev=45533&op=diff
==============================================================================
--- trunk/libclass-makemethods-perl/debian/rules (original)
+++ trunk/libclass-makemethods-perl/debian/rules Thu Oct  8 19:58:54 2009
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh --with quilt $@




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