[libparse-plainconfig-perl] 05/06: d/control: update version of build and runtime dependencies

Lucas Kanashiro kanashiro at moszumanska.debian.org
Wed Jun 21 00:14:28 UTC 2017


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

kanashiro pushed a commit to branch master
in repository libparse-plainconfig-perl.

commit e3ee869ca4bed28581c89c9563a9c4d321fd2d2f
Author: Lucas Kanashiro <kanashiro at debian.org>
Date:   Tue Jun 20 20:47:22 2017 -0300

    d/control: update version of build and runtime dependencies
---
 debian/changelog | 1 +
 debian/control   | 8 ++++----
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d3550c1..b9f32d1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libparse-plainconfig-perl (3.05-1) UNRELEASED; urgency=medium
   * Import upstream version 3.05
   * Bump debhelper compatibility level to 10
   * Declare compliance with Debian Policy 4.0.0
+  * d/control: update version of build and runtime dependencies
 
  -- Lucas Kanashiro <kanashiro at debian.org>  Tue, 20 Jun 2017 17:33:16 -0300
 
diff --git a/debian/control b/debian/control
index 704e8fb..9df2c4e 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,8 @@ Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 10)
-Build-Depends-Indep: libclass-ehierarchy-perl,
-                     libparanoid-perl (>= 2.01),
+Build-Depends-Indep: libclass-ehierarchy-perl (>= 2.0),
+                     libparanoid-perl (>= 2.05),
                      perl
 Standards-Version: 4.0.0
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libparse-plainconfig-perl.git
@@ -17,8 +17,8 @@ Package: libparse-plainconfig-perl
 Architecture: all
 Depends: ${misc:Depends},
          ${perl:Depends},
-         libclass-ehierarchy-perl,
-         libparanoid-perl (>= 2.01)
+         libclass-ehierarchy-perl (>= 2.0),
+         libparanoid-perl (>= 2.05)
 Description: parser for plain-text configuration files
  Parse::PlainConfig provides a simple way to write a config object class that
  supports all the basic primitive data types (scalar, array, and hashes) while

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



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