[libtest-pod-perl] 05/06: Remove unused dependency (build and runtime)

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Tue Jul 28 15:10:50 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-pod-perl.

commit 84708f3e8c3114984425494e0e519370d54d521f
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Tue Jul 28 12:05:53 2015 -0300

    Remove unused dependency (build and runtime)
---
 debian/changelog | 1 +
 debian/control   | 6 ++----
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a9cd561..758d0d8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libtest-pod-perl (1.51-1) UNRELEASED; urgency=medium
   * Team upload.
   * Import upstream version 1.51
   * Set debhelper >= 9
+  * Remove unused dependency (build and runtime)
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Tue, 28 Jul 2015 11:57:56 -0300
 
diff --git a/debian/control b/debian/control
index 9a48767..2697fe3 100644
--- a/debian/control
+++ b/debian/control
@@ -9,8 +9,7 @@ Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 9),
                libmodule-build-perl
-Build-Depends-Indep: perl,
-                     libio-stringy-perl
+Build-Depends-Indep: perl
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-pod-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-pod-perl.git
@@ -19,8 +18,7 @@ Homepage: https://metacpan.org/release/Test-Pod
 Package: libtest-pod-perl
 Architecture: all
 Depends: ${perl:Depends},
-         ${misc:Depends},
-         libio-stringy-perl
+         ${misc:Depends}
 Description: module to test for POD errors
  Test::Pod is a simple test for Perl's Plain Old Documentation (POD) format. It
  checks your distribution's module, script and documentation files for issues

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



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