[liblog-report-optional-perl] 03/03: control

gregor herrmann gregoa at debian.org
Sun Jun 15 13:17:07 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository liblog-report-optional-perl.

commit 8c046540dcf10fa75497c266449256f17026ae08
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Jun 15 15:16:57 2014 +0200

    control
---
 debian/control | 25 +++++++++++++++----------
 1 file changed, 15 insertions(+), 10 deletions(-)

diff --git a/debian/control b/debian/control
index 8f87b0d..d9c46c2 100644
--- a/debian/control
+++ b/debian/control
@@ -1,11 +1,11 @@
 Source: liblog-report-optional-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
+Section: perl
+Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: libstring-print-perl (>= 0.13),
- perl
+Build-Depends-Indep: libstring-print-perl,
+                     perl
 Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/liblog-report-optional-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/liblog-report-optional-perl.git
@@ -13,9 +13,14 @@ Homepage: https://metacpan.org/release/Log-Report-Optional
 
 Package: liblog-report-optional-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libstring-print-perl (>= 0.13)
-Description: Log::Report in the lightest form
- (no description was found)
- .
- This description was automagically extracted from the module by dh-make-perl.
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libstring-print-perl
+Breaks: liblog-report-perl (<< 1.00)
+Replaces: liblog-report-perl (<< 1.00)
+Description: wrapper around Log::Report and Log::Report::Minimal
+ Log::Report::Optional will allow libraries (helper modules) to have a
+ dependency to a small module instead of the full Log-Report distribution. The
+ full power of Log::Report is only released when the main program uses that
+ module. In that case, the module using the 'Optional' will also use the full
+ Log::Report, otherwise the dressed-down Log::Report::Minimal version.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/liblog-report-optional-perl.git



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