[SCM] Debian packaging of libb-hooks-parser-perl branch, master, updated. debian/0.11-1-2-g24100b9

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


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

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

diff --git a/debian/control b/debian/control
index 2cff633..f7e800d 100644
--- a/debian/control
+++ b/debian/control
@@ -1,24 +1,32 @@
 Source: libb-hooks-parser-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ryan Niebur <ryan at debian.org>,
+           Fabrizio Regalli <fabreg at fabreg.it>,
+           Florian Schlichting <fschlich at zedat.fu-berlin.de>,
+           Nathan Handler <nhandler at ubuntu.com>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 9.20120312), libb-hooks-op-check-perl,
-  libtest-exception-perl, libb-hooks-endofscope-perl, libparent-perl,
-  perl, libextutils-depends-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Ryan Niebur <ryan at debian.org>, Fabrizio Regalli <fabreg at fabreg.it>,
- Florian Schlichting <fschlich at zedat.fu-berlin.de>,
- Nathan Handler <nhandler at ubuntu.com>
+Build-Depends: debhelper (>= 9.20120312),
+               libb-hooks-op-check-perl,
+               libtest-exception-perl,
+               libb-hooks-endofscope-perl,
+               perl,
+               libextutils-depends-perl
 Standards-Version: 3.9.3
-Homepage: http://search.cpan.org/dist/B-Hooks-Parser/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libb-hooks-parser-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libb-hooks-parser-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libb-hooks-parser-perl.git
+Homepage: http://search.cpan.org/dist/B-Hooks-Parser/
 
 Package: libb-hooks-parser-perl
 Architecture: any
-Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends},
-  libb-hooks-op-check-perl, libparent-perl
+Depends: ${perl:Depends},
+         ${shlibs:Depends},
+         ${misc:Depends},
+         libb-hooks-op-check-perl,
+         perl
 Description: module providing an interface to Perl's parser variables
  B::Hooks::Parser provides an API for parts of the perl parser. It can
  be used to modify the code during parsing, providing functions to get
  and set the line currently worked on, the position on that line and to
  inject Perl code at the current parsing position.
+

-- 
Debian packaging of libb-hooks-parser-perl



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