r53899 - in /trunk/libconfig-yaml-perl/debian: changelog control patches/ patches/fix-pod-spelling.patch patches/series source/ source/format

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Mar 7 17:51:17 UTC 2010


Author: jawnsy-guest
Date: Sun Mar  7 17:51:08 2010
New Revision: 53899

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=53899
Log:
* Use 3.0 (quilt) source format
* Add patch to fix POD spelling problems

Added:
    trunk/libconfig-yaml-perl/debian/patches/
    trunk/libconfig-yaml-perl/debian/patches/fix-pod-spelling.patch
    trunk/libconfig-yaml-perl/debian/patches/series
    trunk/libconfig-yaml-perl/debian/source/
    trunk/libconfig-yaml-perl/debian/source/format
Modified:
    trunk/libconfig-yaml-perl/debian/changelog
    trunk/libconfig-yaml-perl/debian/control

Modified: trunk/libconfig-yaml-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-yaml-perl/debian/changelog?rev=53899&op=diff
==============================================================================
--- trunk/libconfig-yaml-perl/debian/changelog (original)
+++ trunk/libconfig-yaml-perl/debian/changelog Sun Mar  7 17:51:08 2010
@@ -1,4 +1,4 @@
-libconfig-yaml-perl (1.42-1.1) UNRELEASED; urgency=low
+libconfig-yaml-perl (1.42-2) UNRELEASED; urgency=low
 
   * Adopt this package (Closes: #572532)
   * Standards-Version 3.8.4 (no changes)
@@ -7,6 +7,8 @@
   * Use new short debhelper 7 rules format
   * Update copyright to new DEP5 format
   * Rewrite control description
+  * Use 3.0 (quilt) source format
+  * Add patch to fix POD spelling problems
 
  -- Jonathan Yu <jawnsy at cpan.org>  Sun, 07 Mar 2010 13:08:27 -0500
 

Modified: trunk/libconfig-yaml-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-yaml-perl/debian/control?rev=53899&op=diff
==============================================================================
--- trunk/libconfig-yaml-perl/debian/control (original)
+++ trunk/libconfig-yaml-perl/debian/control Sun Mar  7 17:51:08 2010
@@ -2,7 +2,8 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, libyaml-perl
+Build-Depends-Indep: perl, libyaml-perl, libtest-pod-perl,
+ libtest-pod-coverage-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <jawnsy at cpan.org>
 Standards-Version: 3.8.4

Added: trunk/libconfig-yaml-perl/debian/patches/fix-pod-spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-yaml-perl/debian/patches/fix-pod-spelling.patch?rev=53899&op=file
==============================================================================
--- trunk/libconfig-yaml-perl/debian/patches/fix-pod-spelling.patch (added)
+++ trunk/libconfig-yaml-perl/debian/patches/fix-pod-spelling.patch Sun Mar  7 17:51:08 2010
@@ -1,0 +1,15 @@
+Description: fix POD spelling errors
+Author: Jonathan Yu <jawnsy at cpan.org>
+Origin: vendor
+Forwarded: no
+--- a/lib/Config/YAML.pm
++++ b/lib/Config/YAML.pm
+@@ -77,7 +77,7 @@
+ creation. It is required, and must be the first parameter given. If
+ the second parameter is C<output>, then it is used to specify the file
+ to which configuration data will later be written out.  This
+-positional dependancy makes it possible to have parameters named
++positional dependency makes it possible to have parameters named
+ "config" and/or "output" in config files.
+ 
+ Initial configuration values can be passed as subsequent parameters to

Added: trunk/libconfig-yaml-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-yaml-perl/debian/patches/series?rev=53899&op=file
==============================================================================
--- trunk/libconfig-yaml-perl/debian/patches/series (added)
+++ trunk/libconfig-yaml-perl/debian/patches/series Sun Mar  7 17:51:08 2010
@@ -1,0 +1,1 @@
+fix-pod-spelling.patch

Added: trunk/libconfig-yaml-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-yaml-perl/debian/source/format?rev=53899&op=file
==============================================================================
--- trunk/libconfig-yaml-perl/debian/source/format (added)
+++ trunk/libconfig-yaml-perl/debian/source/format Sun Mar  7 17:51:08 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




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