[libtest-manifest-perl] 03/05: Drop explicitly runtime dependency on unversioned perl

Lucas Kanashiro kanashiro.duarte at gmail.com
Tue Dec 29 02:45:13 UTC 2015


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

kanashiro-guest pushed a commit to branch master
in repository libtest-manifest-perl.

commit 218d2a9ebae4017b44fbdba41fa4722b4e26a86b
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Mon Dec 28 22:32:38 2015 -0200

    Drop explicitly runtime dependency on unversioned perl
---
 debian/changelog | 1 +
 debian/control   | 3 +--
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 367c6ae..a166e98 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ libtest-manifest-perl (2.02-2) UNRELEASED; urgency=medium
 
   * Bump debhelper compatibility level to 9
   * Declare compliance with Debian policy 3.9.6
+  * Drop explicitly runtime dependency on unversioned perl
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Mon, 28 Dec 2015 22:29:22 -0200
 
diff --git a/debian/control b/debian/control
index d42567c..951e3f0 100644
--- a/debian/control
+++ b/debian/control
@@ -19,8 +19,7 @@ Homepage: https://metacpan.org/release/Test-Manifest
 Package: libtest-manifest-perl
 Architecture: all
 Depends: ${misc:Depends},
-         ${perl:Depends},
-         perl
+         ${perl:Depends}
 Description: Perl module for interacting with a test manifest file
  Test::Manifest is a Perl test framework that allows you to run any tests you
  want based on the t/test_manifest file, in any order you desire (rather than

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



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