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

kanashiro pushed a commit to branch master
in repository libdist-metadata-perl.

commit d1867ab084c0bc77d33acb0aaa984f11f8c506ce
Author: Lucas Kanashiro <kanash...@debian.org>
Date:   Mon Jan 9 14:55:18 2017 -0200

    debian/control: fix dependencies' version, thanks cme
---
 debian/changelog |  1 +
 debian/control   | 18 ++++++++----------
 2 files changed, 9 insertions(+), 10 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ff9adcc..da6d121 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ libdist-metadata-perl (0.927-1) UNRELEASED; urgency=medium
   [ Lucas Kanashiro ]
   * Import upstream version 0.927
   * Declare compliance with Debian policy 3.9.8
+  * debian/control: fix dependencies' version, thanks cme
 
  -- Lucas Kanashiro <kanash...@debian.org>  Mon, 09 Jan 2017 14:38:02 -0200
 
diff --git a/debian/control b/debian/control
index 10fb12f..fb7a8a2 100644
--- a/debian/control
+++ b/debian/control
@@ -7,15 +7,14 @@ Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: libarchive-zip-perl,
-                     libcpan-distnameinfo-perl (>= 0.12),
+                     libcpan-distnameinfo-perl,
                      libfile-spec-native-perl,
-                     libpath-class-perl (>= 0.24),
+                     libpath-class-perl,
                      libtest-fatal-perl,
                      libtest-mockobject-perl,
-                     libtry-tiny-perl (>= 0.09),
-                     perl (>= 5.13.10) | libcpan-meta-perl,
-                     perl (>= 5.15.8) | libmodule-metadata-perl,
-                     perl
+                     libtry-tiny-perl,
+                     perl,
+                     perl (>= 5.15.8) | libmodule-metadata-perl
 Standards-Version: 3.9.8
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libdist-metadata-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libdist-metadata-perl.git
@@ -26,11 +25,10 @@ Architecture: all
 Depends: ${misc:Depends},
          ${perl:Depends},
          libarchive-zip-perl,
-         libcpan-distnameinfo-perl (>= 0.12),
+         libcpan-distnameinfo-perl,
          libfile-spec-native-perl,
-         libpath-class-perl (>= 0.24),
-         libtry-tiny-perl (>= 0.09),
-         perl (>= 5.13.10) | libcpan-meta-perl,
+         libpath-class-perl,
+         libtry-tiny-perl,
          perl (>= 5.15.8) | libmodule-metadata-perl
 Description: module for getting information about a perl module distribution
  Dist::Metadata provides an easy interface for getting various metadata about

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdist-metadata-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