[libbiblio-thesaurus-perl] 04/05: Add explicit (build) dependency on libcgi-pm-perl.

gregor herrmann gregoa at debian.org
Wed Jun 17 14:57:08 UTC 2015


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

gregoa pushed a commit to branch master
in repository libbiblio-thesaurus-perl.

commit f880ebcb22b630552ff69f93d6fe6cc6405b6877
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Jun 17 16:50:58 2015 +0200

    Add explicit (build) dependency on libcgi-pm-perl.
    
    Closes: #789056
---
 debian/control | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index f5f67bc..48c754a 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,8 @@ Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl,
+Build-Depends-Indep: libcgi-pm-perl | perl (<< 5.19),
+                     perl,
                      libtest-pod-perl,
                      libtest-pod-coverage-perl
 Standards-Version: 3.9.6
@@ -16,7 +17,8 @@ Homepage: https://metacpan.org/release/Biblio-Thesaurus
 Package: libbiblio-thesaurus-perl
 Architecture: all
 Depends: ${misc:Depends},
-         ${perl:Depends}
+         ${perl:Depends},
+         libcgi-pm-perl | perl (<< 5.19)
 Description: Perl extension for managing ISO thesaurus
  A Thesaurus is a classification structure. It can be seen as a graph where
  nodes are terms and the vertices are relations between terms.

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



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