r60773 - in /trunk/libcgi-xmlform-perl/debian: changelog patches/ patches/pod.patch patches/series source/ source/format

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed Jul 28 21:16:24 UTC 2010


Author: gregoa
Date: Wed Jul 28 21:16:13 2010
New Revision: 60773

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

Added:
    trunk/libcgi-xmlform-perl/debian/patches/
    trunk/libcgi-xmlform-perl/debian/patches/pod.patch
    trunk/libcgi-xmlform-perl/debian/patches/series
    trunk/libcgi-xmlform-perl/debian/source/
    trunk/libcgi-xmlform-perl/debian/source/format
Modified:
    trunk/libcgi-xmlform-perl/debian/changelog

Modified: trunk/libcgi-xmlform-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-xmlform-perl/debian/changelog?rev=60773&op=diff
==============================================================================
--- trunk/libcgi-xmlform-perl/debian/changelog (original)
+++ trunk/libcgi-xmlform-perl/debian/changelog Wed Jul 28 21:16:13 2010
@@ -20,6 +20,8 @@
   * Change my email address.
   * debian/control: Changed: (build-)depend on perl instead of perl-
     modules.
+  * Convert to source format 3.0 (quilt).
+  * Add a patch to fix an error from pod2man.
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:27:55 +0200
 

Added: trunk/libcgi-xmlform-perl/debian/patches/pod.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-xmlform-perl/debian/patches/pod.patch?rev=60773&op=file
==============================================================================
--- trunk/libcgi-xmlform-perl/debian/patches/pod.patch (added)
+++ trunk/libcgi-xmlform-perl/debian/patches/pod.patch Wed Jul 28 21:16:13 2010
@@ -1,0 +1,29 @@
+Description: fix error from pod2man
+Origin: vendor
+Forwarded: no
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2010-07-28
+
+--- a/XMLForm.pm
++++ b/XMLForm.pm
+@@ -552,14 +552,20 @@
+ There are a few caveats to using this module:
+ 
+ =over
++
+ =item * Parameters must be on the form in the order they will appear in the XML.
++
+ =item * There is no support for multiple attribute setting (i.e. you can only
+ set one attribute for an element at a time).
++
+ =item * You can't set an attribute B<and> a value for that element, it's one or the
+ other.
++
+ =item * You can use this module in place of CGI.pm, since it's a subclass.
++
+ =item * There are bound to be lots of bugs! Although it's in production use
+ right now - just watch CPAN for regular updates.
++
+ =back
+ 
+ =head1 AUTHOR

Added: trunk/libcgi-xmlform-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-xmlform-perl/debian/patches/series?rev=60773&op=file
==============================================================================
--- trunk/libcgi-xmlform-perl/debian/patches/series (added)
+++ trunk/libcgi-xmlform-perl/debian/patches/series Wed Jul 28 21:16:13 2010
@@ -1,0 +1,1 @@
+pod.patch

Added: trunk/libcgi-xmlform-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-xmlform-perl/debian/source/format?rev=60773&op=file
==============================================================================
--- trunk/libcgi-xmlform-perl/debian/source/format (added)
+++ trunk/libcgi-xmlform-perl/debian/source/format Wed Jul 28 21:16:13 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




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