[libpackage-deprecationmanager-perl] 06/08: debian/control: update build and runtime dependencies:

Lucas Kanashiro kanashiro.duarte at gmail.com
Sun Mar 27 15:17:13 UTC 2016


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

kanashiro-guest pushed a commit to branch master
in repository libpackage-deprecationmanager-perl.

commit dee85ef8404f6d64439619748116a86a77ce7971
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Sun Mar 27 12:04:00 2016 -0300

    debian/control: update build and runtime dependencies:
    
    - Add libnamespace-autoclean-perl and libsub-name-perl
---
 debian/changelog | 2 ++
 debian/control   | 6 +++++-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 43eaa9b..7cf7be4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ libpackage-deprecationmanager-perl (0.16-1) UNRELEASED; urgency=medium
   * Add debian/docs with new CONTRIBUTING.md file
   * Update years of upstream copyright
   * Update Debian packaging copyright
+  * debian/control: update build and runtime dependencies:
+    - Add libnamespace-autoclean-perl and libsub-name-perl
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Sun, 27 Mar 2016 11:47:14 -0300
 
diff --git a/debian/control b/debian/control
index acc7bd5..414328e 100644
--- a/debian/control
+++ b/debian/control
@@ -7,9 +7,11 @@ Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: perl (>= 5.19.5),
+                     libnamespace-autoclean-perl,
                      libpackage-stash-perl,
                      libparams-util-perl,
                      libsub-install-perl,
+                     libsub-name-perl,
                      libtest-fatal-perl,
                      libtest-warnings-perl
 Standards-Version: 3.9.6
@@ -22,9 +24,11 @@ Architecture: all
 Depends: ${misc:Depends},
          ${perl:Depends},
          perl (>= 5.19.5),
+         libnamespace-autoclean-perl,
          libpackage-stash-perl,
          libparams-util-perl,
-         libsub-install-perl
+         libsub-install-perl,
+         libsub-name-perl
 Description: module for managing deprecation warnings for Perl distributions
  Package::DeprecationManager allows you to manage a set of deprecations for
  one or more modules. It will issue one warning per deprecated feature used,

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



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