r62052 - in /branches/unstable/libdate-calc-perl/debian: changelog control patches/SvPV.patch patches/spelling.patch

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Thu Aug 26 08:46:03 UTC 2010


Author: ansgar-guest
Date: Thu Aug 26 08:45:52 2010
New Revision: 62052

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=62052
Log:
  + new patch: SvPV.patch
  + Add build-dep on perl (>= 5.10.1) | libtest-simple-perl (>= 0.88) and
    libtest-exception-perl for included test.

Added:
    branches/unstable/libdate-calc-perl/debian/patches/spelling.patch
Modified:
    branches/unstable/libdate-calc-perl/debian/changelog
    branches/unstable/libdate-calc-perl/debian/control
    branches/unstable/libdate-calc-perl/debian/patches/SvPV.patch

Modified: branches/unstable/libdate-calc-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/branches/unstable/libdate-calc-perl/debian/changelog?rev=62052&op=diff
==============================================================================
--- branches/unstable/libdate-calc-perl/debian/changelog (original)
+++ branches/unstable/libdate-calc-perl/debian/changelog Thu Aug 26 08:45:52 2010
@@ -3,6 +3,9 @@
   * Team Upload.
   * Use SvPV to stringify the SV in case it is not already a string.
     (Closes: #558272)
+    + new patch: SvPV.patch
+    + Add build-dep on perl (>= 5.10.1) | libtest-simple-perl (>= 0.88) and
+      libtest-exception-perl for included test.
   * Use source format 3.0 (quilt).
   * debian/copyright: Formatting changes for current DEP-5 proposal;
     refer to /usr/share/common-licenses/GPL-1.

Modified: branches/unstable/libdate-calc-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/branches/unstable/libdate-calc-perl/debian/control?rev=62052&op=diff
==============================================================================
--- branches/unstable/libdate-calc-perl/debian/control (original)
+++ branches/unstable/libdate-calc-perl/debian/control Thu Aug 26 08:45:52 2010
@@ -4,7 +4,8 @@
 Uploaders: Christian Hammers <ch at debian.org>, Martín Ferrari <tincho at debian.org>,
  Damyan Ivanov <dmn at debian.org>, Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
 Build-Depends: debhelper (>= 7.0.50~), libcarp-clan-perl,
- libbit-vector-perl (>= 7.0)
+ libbit-vector-perl (>= 7.0), perl (>= 5.10.1) | libtest-simple-perl (>= 0.88),
+ libtest-exception-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Standards-Version: 3.9.1
 Homepage: http://search.cpan.org/dist/Date-Calc/

Modified: branches/unstable/libdate-calc-perl/debian/patches/SvPV.patch
URL: http://svn.debian.org/wsvn/pkg-perl/branches/unstable/libdate-calc-perl/debian/patches/SvPV.patch?rev=62052&op=diff
==============================================================================
--- branches/unstable/libdate-calc-perl/debian/patches/SvPV.patch (original)
+++ branches/unstable/libdate-calc-perl/debian/patches/SvPV.patch Thu Aug 26 08:45:52 2010
@@ -77,3 +77,22 @@
  
      if ( DATECALC_STRING(scalar,string,length) )
      {
+--- /dev/null
++++ libdate-calc-perl/t/debian-558272.t
+@@ -0,0 +1,16 @@
++#! /usr/bin/perl
++
++use strict;
++use warnings;
++
++use Test::More 0.88;
++use Test::Exception;
++
++use_ok("Date::Calc");
++
++my $string = "Oct";
++$string =~ /(.*)/;
++
++lives_and { is Date::Calc::Decode_Month($1), 10 } 'Decode_Month($1) works';
++
++done_testing();

Added: branches/unstable/libdate-calc-perl/debian/patches/spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/branches/unstable/libdate-calc-perl/debian/patches/spelling.patch?rev=62052&op=file
==============================================================================
--- branches/unstable/libdate-calc-perl/debian/patches/spelling.patch (added)
+++ branches/unstable/libdate-calc-perl/debian/patches/spelling.patch Thu Aug 26 08:45:52 2010
@@ -1,0 +1,27 @@
+From: Ansgar Burchardt <ansgar at 43-1.org>
+Date: Thu, 26 Aug 2010 17:15:34 +0900
+Origin: vendor
+Subject: Fix spelling errors in documentation
+
+--- libdate-calc-perl.orig/Calendar.pod
++++ libdate-calc-perl/Calendar.pod
+@@ -398,7 +398,7 @@
+ which your profile contains "half" holidays, or when you add
+ or subtract fractions of a day.
+ 
+-Sometimes it is not possible to accomodate the requested number
++Sometimes it is not possible to accommodate the requested number
+ of work days, and a rest remains.
+ 
+ This rest can currently only assume the value "0.0" (zero),
+--- libdate-calc-perl.orig/lib/Date/Calendar/Year.pod
++++ libdate-calc-perl/lib/Date/Calendar/Year.pod
+@@ -345,7 +345,7 @@
+ can be queried with the "labels()" and "search()" methods,
+ and appears when printing a calendar, for instance.
+ 
+-The character ":" (mnemonic: divided into two halfs) specifies
++The character ":" (mnemonic: divided into two halves) specifies
+ that the date in question is only a "half" holiday, i.e., you
+ only get half a day off instead of a full day. Some companies
+ have this sort of thing. C<:-)>




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