[SCM] Debian packaging of libppix-editortools-perl branch, master, updated. 290e132558a0927b24e1f5108eb959c6b76963d2

Florian Schlichting fschlich at zedat.fu-berlin.de
Thu Mar 8 14:14:07 UTC 2012


The following commit has been merged in the master branch:
commit 333109b6063e7140149a905af0b9386a48f345d5
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Thu Mar 8 14:42:06 2012 +0100

    Added build-dependency on Test::More 0.88
    
    Test::NoWarnings is loaded in Makefile.PL, but its absence doesn't hurt.
    In Debian, we're looking at warnings emitted by tests anyway, aren't we?

diff --git a/debian/changelog b/debian/changelog
index 2ade113..5311bcf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,11 +2,6 @@ libppix-editortools-perl (0.15-1) UNRELEASED; urgency=low
 
   [ Fabrizio Regalli ]
   TODO:
-  - d/copyright:
-    + inc/Module/* missing
-  - new build dependencies: Test::More: 0.88, Test::NoWarnings: 0.084
-    in theory. in practice Test::NoWarnings isn't used anywhere
-  - d/control: comma between gregoa and fabreg missing
   - lintian: several manpage-has-bad-whatis-entry warnings
 
   * New upstream release.
@@ -19,7 +14,10 @@ libppix-editortools-perl (0.15-1) UNRELEASED; urgency=low
   * debian/copyright: Replace DEP5 Format-Specification URL from
     svn.debian.org to anonscm.debian.org URL.
 
- -- Fabrizio Regalli <fabreg at fabreg.it>  Mon, 13 Jun 2011 23:01:40 +0200
+  [ Florian Schlichting ]
+  * Added build-dependency on Test::More 0.88.
+
+ -- Florian Schlichting <fschlich at zedat.fu-berlin.de>  Thu, 08 Mar 2012 14:36:10 +0100
 
 libppix-editortools-perl (0.13-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 2606936..411e536 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,8 @@ Build-Depends-Indep: perl,
  libclass-xsaccessor-perl,
  libppi-perl,
  libtest-differences-perl,
- libtest-most-perl
+ libtest-most-perl,
+ perl (>= 5.10.1) | libtest-more-perl (>= 0.88)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ryan Niebur <ryan at debian.org>,
  Jonathan Yu <jawnsy at cpan.org>,

-- 
Debian packaging of libppix-editortools-perl



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