[libparse-plainconfig-perl] 13/16: debian/control: add build and runtime dependency on Class::EHierarchy

Lucas Kanashiro kanashiro at moszumanska.debian.org
Wed Jun 29 18:16:21 UTC 2016


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 465edd5853f10b12f52ce1386567f7a74a4ff1bb
Author: Lucas Kanashiro <kanashiro at debian.org>
Date:   Wed Jun 29 12:48:05 2016 -0300

    debian/control: add build and runtime dependency on Class::EHierarchy
---
 debian/changelog | 1 +
 debian/control   | 6 ++++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7e31596..e73bd49 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -45,6 +45,7 @@ libparse-plainconfig-perl (3.02-1) UNRELEASED; urgency=low
   * Update Debian packaging copyright
   * Bump debhelper compatibility level to 9
   * Declare compliance with Debian policy 3.9.8
+  * debian/control: add build and runtime dependency on Class::EHierarchy
 
  -- Lucas Kanashiro <kanashiro at debian.org>  Wed, 29 Jun 2016 12:29:27 -0300
 
diff --git a/debian/control b/debian/control
index a54d048..cf092a3 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,9 @@ Uploaders: Damyan Ivanov <dmn at debian.org>,
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: perl,
-                     libparanoid-perl
+Build-Depends-Indep: libclass-ehierarchy-perl,
+                     libparanoid-perl,
+                     perl
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libparse-plainconfig-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libparse-plainconfig-perl.git
@@ -16,6 +17,7 @@ Package: libparse-plainconfig-perl
 Architecture: all
 Depends: ${misc:Depends},
          ${perl:Depends},
+         libclass-ehierarchy-perl,
          libparanoid-perl
 Description: parser for plain-text configuration files
  Parse::PerlConfig provides OO objects which can parse and generate

-- 
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