r75165 - in /trunk/libtest-base-perl/debian: changelog compat control copyright source/ source/format

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Jun 5 14:44:43 UTC 2011


Author: gregoa
Date: Sun Jun  5 14:44:35 2011
New Revision: 75165

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=75165
Log:
* Switch to source format 3.0 (quilt).
* debian/copyright: update formatting and years of copyright.
* Bump debhelper compatibility level to 8.
* Set Standards-Version to 3.9.2 (no changes).
* Remove version from libspiffy-perl (build) dependency, already satisfied
  in oldstable.
* Add libyaml-perl to Recommends.

Added:
    trunk/libtest-base-perl/debian/source/
    trunk/libtest-base-perl/debian/source/format
Modified:
    trunk/libtest-base-perl/debian/changelog
    trunk/libtest-base-perl/debian/compat
    trunk/libtest-base-perl/debian/control
    trunk/libtest-base-perl/debian/copyright

Modified: trunk/libtest-base-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-base-perl/debian/changelog?rev=75165&op=diff
==============================================================================
--- trunk/libtest-base-perl/debian/changelog (original)
+++ trunk/libtest-base-perl/debian/changelog Sun Jun  5 14:44:35 2011
@@ -1,7 +1,4 @@
 libtest-base-perl (0.60-1) UNRELEASED; urgency=low
-
-  IGNORE-VERSION: 0.60-1
-  preparation for perl 5.14
 
   [ Ryan Niebur ]
   * Email change: Jonathan Yu -> jawnsy at cpan.org
@@ -10,7 +7,14 @@
   * Email change: Ansgar Burchardt -> ansgar at debian.org
 
   [ gregor herrmann ]
-  * New upstream release.
+  * New upstream release (fixes for perl 5.14).
+  * Switch to source format 3.0 (quilt).
+  * debian/copyright: update formatting and years of copyright.
+  * Bump debhelper compatibility level to 8.
+  * Set Standards-Version to 3.9.2 (no changes).
+  * Remove version from libspiffy-perl (build) dependency, already satisfied
+    in oldstable.
+  * Add libyaml-perl to Recommends.
 
  -- gregor herrmann <gregoa at debian.org>  Sat, 23 Apr 2011 20:52:11 +0200
 

Modified: trunk/libtest-base-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-base-perl/debian/compat?rev=75165&op=diff
==============================================================================
--- trunk/libtest-base-perl/debian/compat (original)
+++ trunk/libtest-base-perl/debian/compat Sun Jun  5 14:44:35 2011
@@ -1,1 +1,1 @@
-7
+8

Modified: trunk/libtest-base-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-base-perl/debian/control?rev=75165&op=diff
==============================================================================
--- trunk/libtest-base-perl/debian/control (original)
+++ trunk/libtest-base-perl/debian/control Sun Jun  5 14:44:35 2011
@@ -1,22 +1,29 @@
 Source: libtest-base-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, libspiffy-perl (>= 0.30), libtest-tester-perl,
- libalgorithm-diff-perl, libtext-diff-perl, libtest-deep-perl, libyaml-perl
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: perl,
+ libalgorithm-diff-perl,
+ libspiffy-perl,
+ libtest-deep-perl,
+ libtest-tester-perl,
+ libtext-diff-perl,
+ libyaml-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Damyan Ivanov <dmn at debian.org>, Jonathan Yu <jawnsy at cpan.org>,
  gregor herrmann <gregoa at debian.org>, Ansgar Burchardt <ansgar at debian.org>
-Standards-Version: 3.8.3
+Standards-Version: 3.9.2
 Homepage: http://search.cpan.org/dist/Test-Base/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-base-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtest-base-perl/
 
 Package: libtest-base-perl
 Architecture: all
-Depends: ${perl:Depends}, libspiffy-perl (>= 0.30), libalgorithm-diff-perl,
- libtext-diff-perl, ${misc:Depends}
-Recommends: libtest-deep-perl
+Depends: ${perl:Depends}, ${misc:Depends},
+ libalgorithm-diff-perl,
+ libspiffy-perl,
+ libtext-diff-perl
+Recommends: libtest-deep-perl, libyaml-perl
 Description: data driven testing framework for Perl
  Testing is usually the ugly part of Perl module authoring. Perl gives you a
  standard way to run tests with Test::Harness, and basic testing primitives

Modified: trunk/libtest-base-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-base-perl/debian/copyright?rev=75165&op=diff
==============================================================================
--- trunk/libtest-base-perl/debian/copyright (original)
+++ trunk/libtest-base-perl/debian/copyright Sun Jun  5 14:44:35 2011
@@ -1,40 +1,41 @@
-Format-Specification:
-    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
-Upstream-Maintainer: Ingy döt Net <ingy at cpan.org>
-Upstream-Source: http://search.cpan.org/dist/Test-Base/
-Upstream-Name: Test-Base
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Ingy döt Net <ingy at cpan.org>
+Source: http://search.cpan.org/dist/Test-Base/
+Name: Test-Base
 
 Files: *
-Copyright: 2006, 2008, 2009, Ingy döt Net <ingy at cpan.org>
+Copyright: 2006-2011, Ingy döt Net <ingy at cpan.org>
  2005, Brian Ingerson <ingy at cpan.org>
+License: Artistic or GPL-1+
+
+Files: inc/Module/*
+Copyright: 2002-2010, Adam Kennedy <adamk at cpan.org>
+ 2002-2010, Audrey Tang <autrijus at autrijus.org>
+ 2002-2010, Brian Ingerson <ingy at cpan.org>
 License-Alias: Perl
 License: Artistic | GPL-1+
 
 Files: debian/*
-Copyright: 2009, Jonathan Yu <jawnsy at cpan.org>
+Copyright: 2006, Florian Ragwitz <rafl at debian.org>
+ 2008, 2011, gregor herrmann <gregoa at debian.org>
  2008, Damyan Ivanov <dmn at debian.org>
- 2008, gregor herrmann <gregoa at debian.org>
  2008, Stephen Gran <sgran at debian.org>
- 2006, Florian Ragwitz <rafl at debian.org>
-License: Artistic | GPL-1+
-
-Files: inc/Module/*
-Copyright: 2002-2009, Adam Kennedy <adamk at cpan.org>
- 2002-2009, Audrey Tang <autrijus at autrijus.org>
- 2002-2009, Brian Ingerson <ingy at cpan.org>
-License-Alias: Perl
-License: Artistic | GPL-1+
+ 2009, Ansgar Burchardt <ansgar at debian.org>
+ 2009, Jonathan Yu <jawnsy at cpan.org>
+License: Artistic or GPL-1+
 
 License: Artistic
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the Artistic License, which comes with Perl.
-    On Debian GNU/Linux systems, the complete text of the Artistic License
-    can be found in `/usr/share/common-licenses/Artistic'
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
 
 License: GPL-1+
-    This program is free software; you can redistribute it and/or modify
-    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'
+ This program is free software; you can redistribute it and/or modify
+ 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 systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.

Added: trunk/libtest-base-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-base-perl/debian/source/format?rev=75165&op=file
==============================================================================
--- trunk/libtest-base-perl/debian/source/format (added)
+++ trunk/libtest-base-perl/debian/source/format Sun Jun  5 14:44:35 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)




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