[libb-hooks-op-check-perl] 03/04: Remove duplicate dependency on perl: ${perl:Depends} takes care of it.

Intrigeri intrigeri at moszumanska.debian.org
Fri Mar 7 10:33:32 UTC 2014


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

intrigeri pushed a commit to branch master
in repository libb-hooks-op-check-perl.

commit 39adc7c484cf090baf525073c0c88c6ad973d1b9
Author: intrigeri <intrigeri at boum.org>
Date:   Fri Mar 7 10:26:35 2014 +0000

    Remove duplicate dependency on perl: ${perl:Depends} takes care of it.
---
 debian/control | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 5581dd4..e4f0dec 100644
--- a/debian/control
+++ b/debian/control
@@ -16,11 +16,9 @@ Package: libb-hooks-op-check-perl
 Architecture: any
 Depends: ${misc:Depends},
          ${perl:Depends},
-         ${shlibs:Depends},
-         perl
+         ${shlibs:Depends}
 Description: Perl wrapper for OP check callbacks
  B::Hooks::OP::Check provides an interface for XS modules to hook into the
  callbacks of PL_check, which is part of perl's core. It allows a C function to
  be invoked as the last stage of optree compilation, depending on the given op
  code number (op_type).
-

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libb-hooks-op-check-perl.git



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