[SCM] tool for reconciling source and copyright branch, master, updated. debian/0.1-1-g55f4720

Nicholas Bamber nicholas at periapt.co.uk
Mon Dec 17 15:37:43 UTC 2012


The following commit has been merged in the master branch:
commit 55f4720e7006dfa02784033a24be34a04eee9754
Author: Nicholas Bamber <nicholas at periapt.co.uk>
Date:   Mon Dec 17 15:37:25 2012 +0000

    now builds under pbuilder

diff --git a/debian/control b/debian/control
index 649925b..24aaf7e 100644
--- a/debian/control
+++ b/debian/control
@@ -3,15 +3,16 @@ Section: devel
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Nicholas Bamber <nicholas at periapt.co.uk>
-Build-Depends: debhelper (>= 8)
+Build-Depends: debhelper (>= 8),
+ libmodule-build-perl (>= 0.400000) | perl (>= 5.17)
 Build-Depends-Indep: perl, libdebian-copyright-perl (>= 0.2),
  libtest-compile-perl, libtest-deep-perl, libtest-output-perl,
  libtest-nowarnings-perl, libclass-xsaccessor-perl, libconfig-any-perl,
  libdpkg-perl, libparse-debianchangelog-perl, libemail-address-perl,
  liblist-moreutils-perl, libfile-slurp-perl, libfile-mmagic-perl,
  libfile-fnmatch-perl, libset-intspan-perl, libtext-levenshteinxs-perl,
- libsmart-comments-perl, libmodule-build-perl (>= 0.40) | perl (>= 5.17),
- libreadonly-perl, libreadonly-xs-perl, devscripts, libyaml-libyaml-perl
+ libsmart-comments-perl, libreadonly-perl, libreadonly-xs-perl, devscripts,
+ libyaml-libyaml-perl, libtest-exception-perl
 Standards-Version: 3.9.3
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/license-reconcile.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/license-reconcile.git
diff --git a/t/lib/TestData.pm b/t/lib/TestData.pm
index 8baf7f2..b67092c 100644
--- a/t/lib/TestData.pm
+++ b/t/lib/TestData.pm
@@ -68,7 +68,7 @@ Readonly our $DLR_ERROR1 => {
 };
 Readonly our $DLR_ERROR2 => {
     test=>'CopyrightParsing',
-    msg=>'Invalid field given (Flossy) at /usr/local/share/perl/5.14.2/Debian/Copyright.pm line 141
+    msg=>'Invalid field given (Flossy) at /usr/share/perl5/Debian/Copyright.pm line 142
 ',
 };
 Readonly our $DLR_ERROR3 => {

-- 
tool for reconciling source and copyright



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