[SCM] Debian package for Log::Report branch, master, updated. debian/0.94-1-15-g4030444

gregor herrmann gregoa at debian.org
Sun Jun 2 17:51:01 UTC 2013


The following commit has been merged in the master branch:
commit 68abd148c071caab52c74c87d31ad7f837928424
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Jun 2 19:40:20 2013 +0200

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

diff --git a/debian/control b/debian/control
index 431bd89..e445b9f 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,8 @@ Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Fabrizio Regalli <fabreg at fabreg.it>
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: libtest-pod-perl,
+Build-Depends-Indep: libdevel-globaldestruction-perl (>= 0.09),
+ libtest-pod-perl,
  perl
 Standards-Version: 3.9.3
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/liblog-report-perl.git
@@ -13,7 +14,8 @@ Homepage: https://metacpan.org/release/Log-Report/
 
 Package: liblog-report-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends}, ${perl:Depends},
+ libdevel-globaldestruction-perl (>= 0.09)
 Description: perl module to report problems, with pluggable handlers and language support
  Handling messages to users can be a hassle, certainly when the same module is 
  used for command-line and in a graphical interfaces, and has to cope with 

-- 
Debian package for Log::Report



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