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

carandraug-guest pushed a commit to branch master
in repository libdist-zilla-plugin-test-compile-perl.

commit 45dc74e32f2a5f9d3e46238d9df2660cfbd6e825
Author: Carnë Draug <carandraug+...@gmail.com>
Date:   Wed Jan 25 20:13:42 2017 +0000

    Optional dependencies on perl modules to support older perl versions
---
 debian/changelog | 5 -----
 debian/control   | 4 +++-
 2 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6194b38..6cbb0e5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,5 @@
 libdist-zilla-plugin-test-compile-perl (2.056-1) UNRELEASED; urgency=low
 
-  TODO:
-  - d/control: "perl (>= 5.17.6)" is a dh-make-perl deficiency. 
"Module::CoreList: '2.77'"
-    should be translated to "perl (>= 5.17.6) | libmodule-corelist-perl (>= 
2.77)"
-    then we also need for CPAN::Meta::Requirement: "perl (>= 5.15.7)"
-
   * Initial Release. (Closes: #852618)
 
  -- Carnë Draug <carandraug+...@gmail.com>  Wed, 25 Jan 2017 16:58:26 +0000
diff --git a/debian/control b/debian/control
index 81ae969..b09d84a 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,9 @@ Build-Depends-Indep: libcpan-meta-check-perl (>= 0.011),
  libtest-deep-perl,
  libtest-minimumversion-perl,
  libtest-warnings-perl,
- perl (>= 5.17.6)
+ perl (>= 5.15.7) | libcpan-meta-requirements-perl,
+ perl (>= 5.17.6) | libmodule-corelist-perl (>= 2.77),
+ perl
 Standards-Version: 3.9.8
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libdist-zilla-plugin-test-compile-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libdist-zilla-plugin-test-compile-perl.git

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-plugin-test-compile-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to