[SCM] Debian packaging of libb-hooks-op-check-perl branch, master, updated. debian/0.19-1-2-gc6d2d1a

gregor herrmann gregoa at debian.org
Thu Jul 5 20:11:53 UTC 2012


The following commit has been merged in the master branch:
commit bb9e7b9050e9d2e96450af7a63a27b8733ee765e
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 12:14:59 2012 -0600

    debian/control: update {versioned,alternative} (build) dependencies.

diff --git a/debian/control b/debian/control
index 01e2440..11f2df7 100644
--- a/debian/control
+++ b/debian/control
@@ -1,22 +1,26 @@
 Source: libb-hooks-op-check-perl
-Section: perl
-Priority: optional
-Build-Depends: debhelper (>= 7), perl, libextutils-depends-perl (>= 0.302),
- perl (>= 5.10.1) | libparent-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jeremiah C. Foster <jeremiah at jeremiahfoster.com>,
- Jotam Jr. Trejo <jotamjr at debian.org.sv>
+           Jotam Jr. Trejo <jotamjr at debian.org.sv>
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7),
+               perl,
+               libextutils-depends-perl (>= 0.302)
 Standards-Version: 3.9.2
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libb-hooks-op-check-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libb-hooks-op-check-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libb-hooks-op-check-perl.git
 Homepage: http://search.cpan.org/dist/B-Hooks-OP-Check/
 
 Package: libb-hooks-op-check-perl
 Architecture: any
-Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
- perl (>= 5.10.1) | libparent-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         ${shlibs:Depends},
+         perl
 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).
+

-- 
Debian packaging of libb-hooks-op-check-perl



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