[libclass-base-perl] 08/09: Add (build) dependency on libclone-perl.
gregor herrmann
gregoa at debian.org
Fri Jan 12 18:16:35 UTC 2018
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libclass-base-perl.
commit 311ae118a761deb3ae2658b013b57b4209e60e40
Author: gregor herrmann <gregoa at debian.org>
Date: Fri Jan 12 19:14:51 2018 +0100
Add (build) dependency on libclone-perl.
---
debian/control | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index f3980f9..2b5d1d7 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,8 @@ Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10)
-Build-Depends-Indep: perl
+Build-Depends-Indep: libclone-perl,
+ perl
Standards-Version: 4.1.3
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libclass-base-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libclass-base-perl.git
@@ -15,7 +16,8 @@ Homepage: https://metacpan.org/release/Class-Base
Package: libclass-base-perl
Architecture: all
Depends: ${misc:Depends},
- ${perl:Depends}
+ ${perl:Depends},
+ libclone-perl
Description: useful base class for deriving other modules
Class::Base implements a simple base class from which other modules
can be derived, thereby inheriting a number of useful methods such as
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libclass-base-perl.git
More information about the Pkg-perl-cvs-commits
mailing list