r60801 - in /trunk/libmath-calculus-differentiate-perl/debian: changelog patches/ patches/pod.patch patches/series source/ source/format

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Jul 29 02:12:59 UTC 2010


Author: gregoa
Date: Thu Jul 29 02:12:51 2010
New Revision: 60801

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=60801
Log:
* Convert to source format 3.0 (quilt).
* Add a patch to fix POD errors.

Added:
    trunk/libmath-calculus-differentiate-perl/debian/patches/
    trunk/libmath-calculus-differentiate-perl/debian/patches/pod.patch
    trunk/libmath-calculus-differentiate-perl/debian/patches/series
    trunk/libmath-calculus-differentiate-perl/debian/source/
    trunk/libmath-calculus-differentiate-perl/debian/source/format
Modified:
    trunk/libmath-calculus-differentiate-perl/debian/changelog

Modified: trunk/libmath-calculus-differentiate-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-calculus-differentiate-perl/debian/changelog?rev=60801&op=diff
==============================================================================
--- trunk/libmath-calculus-differentiate-perl/debian/changelog (original)
+++ trunk/libmath-calculus-differentiate-perl/debian/changelog Thu Jul 29 02:12:51 2010
@@ -7,6 +7,10 @@
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 
+  [ gregor herrmann ]
+  * Convert to source format 3.0 (quilt).
+  * Add a patch to fix POD errors.
+
  -- gregor herrmann <gregoa at debian.org>  Sun, 16 Nov 2008 20:44:38 +0100
 
 libmath-calculus-differentiate-perl (0.3-1) unstable; urgency=low

Added: trunk/libmath-calculus-differentiate-perl/debian/patches/pod.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-calculus-differentiate-perl/debian/patches/pod.patch?rev=60801&op=file
==============================================================================
--- trunk/libmath-calculus-differentiate-perl/debian/patches/pod.patch (added)
+++ trunk/libmath-calculus-differentiate-perl/debian/patches/pod.patch Thu Jul 29 02:12:51 2010
@@ -1,0 +1,26 @@
+Description: fix POD errors
+Origin: vendor
+Forwarded: no
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2010-07-28
+
+--- a/Differentiate.pm
++++ b/Differentiate.pm
+@@ -52,6 +52,8 @@
+ 
+ =head1 METHODS
+ 
++=over
++
+ =item new
+ 
+   $exp = Math::Calculus::Differentiate->new;
+@@ -147,6 +149,8 @@
+ then any errors that occur during the execution of the method are stored. If failure occurs,
+ call this method to get a textual representation of the error.
+ 
++=back
++
+ =head1 SEE ALSO
+ 
+ The author of this module has a website at L<http://www.jwcs.net/~jonathan/>, which has

Added: trunk/libmath-calculus-differentiate-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-calculus-differentiate-perl/debian/patches/series?rev=60801&op=file
==============================================================================
--- trunk/libmath-calculus-differentiate-perl/debian/patches/series (added)
+++ trunk/libmath-calculus-differentiate-perl/debian/patches/series Thu Jul 29 02:12:51 2010
@@ -1,0 +1,1 @@
+pod.patch

Added: trunk/libmath-calculus-differentiate-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-calculus-differentiate-perl/debian/source/format?rev=60801&op=file
==============================================================================
--- trunk/libmath-calculus-differentiate-perl/debian/source/format (added)
+++ trunk/libmath-calculus-differentiate-perl/debian/source/format Thu Jul 29 02:12:51 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




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