r62050 - in /branches/unstable/libdate-calc-perl/debian: changelog control copyright patches/ patches/SvPV.patch patches/series source/ source/format

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


Author: ansgar-guest
Date: Thu Aug 26 08:19:04 2010
New Revision: 62050

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=62050
Log:
* Team Upload.
* Use SvPV to stringify the SV in case it is not already a string.
  (Closes: #558272)
* Use source format 3.0 (quilt).
* debian/copyright: Formatting changes for current DEP-5 proposal;
  refer to /usr/share/common-licenses/GPL-1.
* Bump Standards-Version to 3.9.1.

Added:
    branches/unstable/libdate-calc-perl/debian/patches/
    branches/unstable/libdate-calc-perl/debian/patches/SvPV.patch
    branches/unstable/libdate-calc-perl/debian/patches/series
    branches/unstable/libdate-calc-perl/debian/source/
    branches/unstable/libdate-calc-perl/debian/source/format
Modified:
    branches/unstable/libdate-calc-perl/debian/changelog
    branches/unstable/libdate-calc-perl/debian/control
    branches/unstable/libdate-calc-perl/debian/copyright

Modified: branches/unstable/libdate-calc-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/branches/unstable/libdate-calc-perl/debian/changelog?rev=62050&op=diff
==============================================================================
--- branches/unstable/libdate-calc-perl/debian/changelog (original)
+++ branches/unstable/libdate-calc-perl/debian/changelog Thu Aug 26 08:19:04 2010
@@ -1,3 +1,15 @@
+libdate-calc-perl (6.0-2) unstable; urgency=low
+
+  * Team Upload.
+  * Use SvPV to stringify the SV in case it is not already a string.
+    (Closes: #558272)
+  * Use source format 3.0 (quilt).
+  * debian/copyright: Formatting changes for current DEP-5 proposal;
+    refer to /usr/share/common-licenses/GPL-1.
+  * Bump Standards-Version to 3.9.1.
+
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Thu, 26 Aug 2010 17:18:17 +0900
+
 libdate-calc-perl (6.0-1) unstable; urgency=low
 
   * New upstream release

Modified: branches/unstable/libdate-calc-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/branches/unstable/libdate-calc-perl/debian/control?rev=62050&op=diff
==============================================================================
--- branches/unstable/libdate-calc-perl/debian/control (original)
+++ branches/unstable/libdate-calc-perl/debian/control Thu Aug 26 08:19:04 2010
@@ -6,7 +6,7 @@
 Build-Depends: debhelper (>= 7.0.50~), libcarp-clan-perl,
  libbit-vector-perl (>= 7.0)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Standards-Version: 3.8.3
+Standards-Version: 3.9.1
 Homepage: http://search.cpan.org/dist/Date-Calc/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdate-calc-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdate-calc-perl/

Modified: branches/unstable/libdate-calc-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/branches/unstable/libdate-calc-perl/debian/copyright?rev=62050&op=diff
==============================================================================
--- branches/unstable/libdate-calc-perl/debian/copyright (original)
+++ branches/unstable/libdate-calc-perl/debian/copyright Thu Aug 26 08:19:04 2010
@@ -1,13 +1,11 @@
-Format-Specification:
-    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
-Upstream-Maintainer: Steffen Beyer <STBEY at cpan.org>
-Upstream-Source: http://search.cpan.org/dist/Date-Calc/
-Upstream-Name: Date-Calc
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Steffen Beyer <STBEY at cpan.org>
+Source: http://search.cpan.org/dist/Date-Calc/
+Name: Date-Calc
 
 Files: *
 Copyright: 1995-2009, Steffen Beyer <STBEY at cpan.org>
-License-Alias: Perl
-License: GPL-1+ | Artistic
+License: Artistic or GPL-1+
 
 Files: DateCalc.c, DateCalc.h, Toolbox.h
 Copyright: 1993-2009, Steffen Beyer <sb at engelschall.com>
@@ -16,7 +14,7 @@
 Files: debian/*
 Copyright: 2009, Jonathan Yu <jawnsy at cpan.org>
  1998-2009, various members of the Debian Perl Group, cf. debian/changelog
-License: GPL-1+ | Artistic
+License: Artistic or GPL-1+
 
 License: Artistic
     This program is free software; you can redistribute it and/or modify
@@ -29,8 +27,8 @@
     it under the terms of the GNU General Public License as published by
     the Free Software Foundation; either version 1, or (at your option)
     any later version.
-    On Debian GNU/Linux systems, the complete text of the GNU General
-    Public License can be found in `/usr/share/common-licenses/GPL'
+    On Debian GNU/Linux systems, the complete text of version 1 of the GNU
+    General Public License can be found in `/usr/share/common-licenses/GPL-1'.
 
 License: LGPL-2+
     This library is free software; you can redistribute it and/or modify

Added: 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=62050&op=file
==============================================================================
--- branches/unstable/libdate-calc-perl/debian/patches/SvPV.patch (added)
+++ branches/unstable/libdate-calc-perl/debian/patches/SvPV.patch Thu Aug 26 08:19:04 2010
@@ -1,0 +1,79 @@
+From: Ansgar Burchardt <ansgar at 43-1.org>
+Date: Thu, 26 Aug 2010 17:08:56 +0900
+Origin: vendor
+Bug-Debian: http://bugs.debian.org/558272
+Bug: https://rt.cpan.org/Ticket/Display.html?id=60233
+Subject: Use SvPV to strigify the SV in case it is not already a string
+
+--- libdate-calc-perl.orig/Calc.xs
++++ libdate-calc-perl/Calc.xs
+@@ -51,9 +51,8 @@
+ 
+ 
+ #define DATECALC_STRING(ref,var,len) \
+-    ( ref && !(SvROK(ref)) && SvPOK(ref) && \
+-    (var = (charptr)SvPV(ref,PL_na)) && \
+-    ((len = (N_int)SvCUR(ref)) | 1) )
++    ( ref && !(SvROK(ref)) && \
++    (var = (charptr)SvPV(ref,len)) )
+ 
+ #define DATECALC_SCALAR(ref,typ,var) \
+     ( ref && !(SvROK(ref)) && ((var = (typ)SvIV(ref)) | 1) )
+@@ -1268,7 +1267,7 @@
+ PPCODE:
+ {
+     charptr string;
+-    N_int   length;
++    STRLEN  length;
+     Z_int   lang;
+ 
+     if ((items == 1) or (items == 2))
+@@ -1295,7 +1294,7 @@
+ PPCODE:
+ {
+     charptr string;
+-    N_int   length;
++    STRLEN  length;
+     Z_int   lang;
+ 
+     if ((items == 1) or (items == 2))
+@@ -1333,7 +1332,7 @@
+ PPCODE:
+ {
+     charptr string;
+-    N_int   length;
++    STRLEN  length;
+     Z_int   lang;
+     Z_int   year;
+     Z_int   month;
+@@ -1369,7 +1368,7 @@
+ PPCODE:
+ {
+     charptr string;
+-    N_int   length;
++    STRLEN  length;
+     Z_int   lang;
+     Z_int   year;
+     Z_int   month;
+@@ -1780,8 +1779,8 @@
+ {
+     charptr string;
+     charptr buffer;
+-    N_int length;
+-    N_int index;
++    STRLEN length;
++    STRLEN index;
+ 
+     if ( DATECALC_STRING(scalar,string,length) )
+     {
+@@ -1808,8 +1807,8 @@
+ {
+     charptr string;
+     charptr buffer;
+-    N_int length;
+-    N_int index;
++    STRLEN length;
++    STRLEN index;
+ 
+     if ( DATECALC_STRING(scalar,string,length) )
+     {

Added: branches/unstable/libdate-calc-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/branches/unstable/libdate-calc-perl/debian/patches/series?rev=62050&op=file
==============================================================================
--- branches/unstable/libdate-calc-perl/debian/patches/series (added)
+++ branches/unstable/libdate-calc-perl/debian/patches/series Thu Aug 26 08:19:04 2010
@@ -1,0 +1,2 @@
+SvPV.patch
+spelling.patch

Added: branches/unstable/libdate-calc-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/branches/unstable/libdate-calc-perl/debian/source/format?rev=62050&op=file
==============================================================================
--- branches/unstable/libdate-calc-perl/debian/source/format (added)
+++ branches/unstable/libdate-calc-perl/debian/source/format Thu Aug 26 08:19:04 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




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