r60803 - in /trunk/libmath-calculus-newtonraphson-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:18:55 UTC 2010


Author: gregoa
Date: Thu Jul 29 02:18:48 2010
New Revision: 60803

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

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

Modified: trunk/libmath-calculus-newtonraphson-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-calculus-newtonraphson-perl/debian/changelog?rev=60803&op=diff
==============================================================================
--- trunk/libmath-calculus-newtonraphson-perl/debian/changelog (original)
+++ trunk/libmath-calculus-newtonraphson-perl/debian/changelog Thu Jul 29 02:18:48 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:39 +0100
 
 libmath-calculus-newtonraphson-perl (0.1-1) unstable; urgency=low

Added: trunk/libmath-calculus-newtonraphson-perl/debian/patches/pod.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-calculus-newtonraphson-perl/debian/patches/pod.patch?rev=60803&op=file
==============================================================================
--- trunk/libmath-calculus-newtonraphson-perl/debian/patches/pod.patch (added)
+++ trunk/libmath-calculus-newtonraphson-perl/debian/patches/pod.patch Thu Jul 29 02:18:48 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/NewtonRaphson.pm
++++ b/NewtonRaphson.pm
+@@ -62,6 +62,8 @@
+ # Constructor
+ # ###########
+ 
++=over
++
+ =item new
+ 
+   $exp = Math::Calculus::NewtonRaphson->new;
+@@ -183,6 +185,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-newtonraphson-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-calculus-newtonraphson-perl/debian/patches/series?rev=60803&op=file
==============================================================================
--- trunk/libmath-calculus-newtonraphson-perl/debian/patches/series (added)
+++ trunk/libmath-calculus-newtonraphson-perl/debian/patches/series Thu Jul 29 02:18:48 2010
@@ -1,0 +1,1 @@
+pod.patch

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




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