[libimport-into-perl] 04/06: Add (build) dependency on libmodule-runtime-perl.

gregor herrmann gregoa at debian.org
Sat Jul 12 12:52:36 UTC 2014


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

gregoa pushed a commit to branch master
in repository libimport-into-perl.

commit 5b56694ed2f197a8bd2d5c529b0f88c001149a44
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jul 12 14:51:05 2014 +0200

    Add (build) dependency on libmodule-runtime-perl.
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 2e79f93..ad99f3d 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Nuno Carvalho <smash at cpan.org>
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl
+Build-Depends-Indep: perl, libmodule-runtime-perl
 Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libimport-into-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libimport-into-perl.git
@@ -12,7 +12,7 @@ Homepage: https://metacpan.org/release/Import-Into
 
 Package: libimport-into-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends}, ${perl:Depends}, libmodule-runtime-perl
 Description: module for importing packages into other packages
  Import::Into creates a global method import::into which you can call on
  any package to import it into another package. This is useful because

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



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