[SCM] Debian packaging of liblog-any-adapter-perl branch, master, updated. 736072396ce3288b22f686104efe94c720a1e81a

gregor herrmann gregoa at debian.org
Thu Dec 22 17:52:19 UTC 2011


The following commit has been merged in the master branch:
commit a6e84727af5fb63acecb7b1a553a3e654eaf7873
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Dec 22 18:48:47 2011 +0100

    Add (build) dependency on libdevel-globaldestruction-perl.

diff --git a/debian/control b/debian/control
index e9509c0..08fdaca 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,10 @@ Source: liblog-any-adapter-perl
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, liblog-any-perl, libscope-guard-perl
+Build-Depends-Indep: perl,
+ libdevel-globaldestruction-perl,
+ liblog-any-perl,
+ libscope-guard-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ernesto Hernández-Novich (USB) <emhn at usb.ve>
 Standards-Version: 3.9.2
@@ -12,7 +15,10 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/liblog-any-ad
 
 Package: liblog-any-adapter-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, liblog-any-perl, libscope-guard-perl
+Depends: ${misc:Depends}, ${perl:Depends},
+ libdevel-globaldestruction-perl,
+ liblog-any-perl,
+ libscope-guard-perl
 Description: class methods to tell Log::Any where to send its logs
  The Log::Any::Adapter distribution implements Log::Any class methods to
  specify where logs should be sent. It is a separate distribution so as

-- 
Debian packaging of liblog-any-adapter-perl



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