r51488 - in /trunk/libconfig-ini-simple-perl/debian: changelog patches/ patches/pod.patch patches/series source/ source/format

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Jan 24 18:29:19 UTC 2010


Author: gregoa
Date: Sun Jan 24 18:29:06 2010
New Revision: 51488

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=51488
Log:
* Add a patch to fix a POD error, thanks to Steve McIntyre for the bug
  report (closes: #558287).
* Convert to source format 3.0 (quilt).

Added:
    trunk/libconfig-ini-simple-perl/debian/patches/
    trunk/libconfig-ini-simple-perl/debian/patches/pod.patch
    trunk/libconfig-ini-simple-perl/debian/patches/series
    trunk/libconfig-ini-simple-perl/debian/source/
    trunk/libconfig-ini-simple-perl/debian/source/format
Modified:
    trunk/libconfig-ini-simple-perl/debian/changelog

Modified: trunk/libconfig-ini-simple-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-ini-simple-perl/debian/changelog?rev=51488&op=diff
==============================================================================
--- trunk/libconfig-ini-simple-perl/debian/changelog (original)
+++ trunk/libconfig-ini-simple-perl/debian/changelog Sun Jan 24 18:29:06 2010
@@ -12,6 +12,11 @@
   * debian/watch: Update to ignore development releases.
 
 
+  [ gregor herrmann ]
+  * Add a patch to fix a POD error, thanks to Steve McIntyre for the bug
+    report (closes: #558287).
+  * Convert to source format 3.0 (quilt).
+
  -- Roberto C. Sanchez <roberto at connexer.com>  Tue, 13 Oct 2009 15:59:47 -0400
 
 libconfig-ini-simple-perl (0.02-1) unstable; urgency=low

Added: trunk/libconfig-ini-simple-perl/debian/patches/pod.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-ini-simple-perl/debian/patches/pod.patch?rev=51488&op=file
==============================================================================
--- trunk/libconfig-ini-simple-perl/debian/patches/pod.patch (added)
+++ trunk/libconfig-ini-simple-perl/debian/patches/pod.patch Sun Jan 24 18:29:06 2010
@@ -1,0 +1,17 @@
+Author: gregor herrmann <gregoa at debian.org>
+Description: fix POD formatting
+Bug-Debian: http://bugs.debian.org/558287
+Origin: vendor
+Forwarded: no
+
+--- a/lib/Config/INI/Simple.pm
++++ b/lib/Config/INI/Simple.pm
+@@ -257,7 +257,7 @@
+ 
+ Comments begin with either a ; or a # and must be on their own line. The object's hashref
+ will contain the variables under their blocks. The default block is "default" (see B<new> for
+-defaults). So, B<$conf->{Block2}->{VAR2} = Value2>
++defaults). So, B<$conf-E<gt>{Block2}-E<gt>{VAR2} = Value2>
+ 
+ =head1 METHODS
+ 

Added: trunk/libconfig-ini-simple-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-ini-simple-perl/debian/patches/series?rev=51488&op=file
==============================================================================
--- trunk/libconfig-ini-simple-perl/debian/patches/series (added)
+++ trunk/libconfig-ini-simple-perl/debian/patches/series Sun Jan 24 18:29:06 2010
@@ -1,0 +1,1 @@
+pod.patch

Added: trunk/libconfig-ini-simple-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-ini-simple-perl/debian/source/format?rev=51488&op=file
==============================================================================
--- trunk/libconfig-ini-simple-perl/debian/source/format (added)
+++ trunk/libconfig-ini-simple-perl/debian/source/format Sun Jan 24 18:29:06 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




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