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

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


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

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

diff --git a/debian/control b/debian/control
index 97ce255..b529214 100644
--- a/debian/control
+++ b/debian/control
@@ -1,26 +1,30 @@
 Source: libb-hooks-endofscope-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jose Luis Rivas <ghostbar38 at gmail.com>,
+           Antonio Radici <antonio at dyne.org>,
+           gregor herrmann <gregoa at debian.org>,
+           Fabrizio Regalli <fabreg at fabreg.it>,
+           Florian Schlichting <fschlich at zedat.fu-berlin.de>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, libvariable-magic-perl (>= 0.48),
- libsub-exporter-perl,
- perl (>= 5.10.1) | libtest-more-perl (>= 0.89)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jose Luis Rivas <ghostbar38 at gmail.com>,
- Antonio Radici <antonio at dyne.org>, gregor herrmann <gregoa at debian.org>,
- Fabrizio Regalli <fabreg at fabreg.it>,
- Florian Schlichting <fschlich at zedat.fu-berlin.de>
+Build-Depends-Indep: perl,
+                     libvariable-magic-perl (>= 0.48),
+                     libsub-exporter-perl
 Standards-Version: 3.9.3
-Homepage: http://search.cpan.org/dist/B-Hooks-EndOfScope/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libb-hooks-endofscope-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libb-hooks-endofscope-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libb-hooks-endofscope-perl.git
+Homepage: http://search.cpan.org/dist/B-Hooks-EndOfScope/
 
 Package: libb-hooks-endofscope-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libvariable-magic-perl (>= 0.48),
- libsub-exporter-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libvariable-magic-perl (>= 0.48),
+         libsub-exporter-perl
 Description: module for executing code after a scope finished compilation
  B::Hooks::EndOfScope allows you to execute code when perl finished
  compiling the surrounding scope. It exports a single function,
  'on_scope_end $codeblock', which can be used e.g. for introspection in
  the constructor of your class.
+

-- 
Debian packaging of libb-hooks-endofscope-perl



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