[libstatistics-normality-perl] 04/05: add dependency which upstream forgot

gregor herrmann gregoa at debian.org
Wed Sep 14 16:56:46 UTC 2016


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

gregoa pushed a commit to branch master
in repository libstatistics-normality-perl.

commit 644f37c013da5266dccfc1de5306c3a760d2e6e5
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Sep 14 18:49:26 2016 +0200

    add dependency which upstream forgot
    
    cf. also https://rt.cpan.org/Public/Bug/Display.html?id=107810
    
    Gbp-Dch: Ignore
---
 debian/control | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index a72513e..438ae7d 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: gregor herrmann <gregoa at debian.org>
 Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: perl
+Build-Depends-Indep: perl,
+                     libstatistics-distributions-perl
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libstatistics-normality-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libstatistics-normality-perl.git
@@ -13,7 +14,7 @@ Testsuite: autopkgtest-pkg-perl
 
 Package: libstatistics-normality-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends}, ${perl:Depends}, libstatistics-distributions-perl
 Description: module for testing normal distribution of data
  Various situations call for testing whether an empirical sample can be
  presumed to have been drawn from a normally (Gaussian) distributed

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libstatistics-normality-perl.git



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