[license-reconcile] 02/02: Fix t/17-copyright.t for usage with recent libset-intspan-perl

Axel Beckert abe at deuxchevaux.org
Sat Sep 28 16:35:20 UTC 2013


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository license-reconcile.

commit b1f6b1fe3d8cecb1f75bc5dc75b9e66d2fc640fc
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sat Sep 28 18:35:04 2013 +0200

    Fix t/17-copyright.t for usage with recent libset-intspan-perl
    
    Add version to build-dependency
---
 debian/changelog |    2 ++
 debian/control   |    2 +-
 t/17-copyright.t |    2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2614264..a273c44 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ license-reconcile (0.4) UNRELEASED; urgency=low
   TODO: Fix $VERSION in all files, most of them are still set to 0.1!
 
   * Fix random order issues in t/17-copyright.t
+  * Fix t/17-copyright.t for usage with recent libset-intspan-perl, add
+    version to build-dependency.
 
  -- Axel Beckert <abe at debian.org>  Sat, 28 Sep 2013 18:32:43 +0200
 
diff --git a/debian/control b/debian/control
index 31289a2..57598db 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,7 @@ Build-Depends-Indep: perl,
                      libparse-debianchangelog-perl,
                      libreadonly-perl,
                      libreadonly-xs-perl,
-                     libset-intspan-perl,
+                     libset-intspan-perl (>= 1.19),
                      libsmart-comments-perl,
                      libtest-compile-perl,
                      libtest-deep-perl,
diff --git a/t/17-copyright.t b/t/17-copyright.t
index 3c3cf24..4ddc4c9 100644
--- a/t/17-copyright.t
+++ b/t/17-copyright.t
@@ -92,7 +92,7 @@ my @list = Debian::LicenseReconcile::Errors->list;
 cmp_deeply(\@list, [
     {
         test=>'Copyright parsing',
-        msg=>"Trying to parse 1997--1998: Set::IntSpan::_copy_run_list: Bad order: 1997--1998",
+        msg=>"Trying to parse 1997--1998: Set::IntSpan::_copy_run_list: Bad order 2: 1997--1998",
     },
 ], 'bad copyright');
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/license-reconcile.git



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