[padre] 01/04: Explicitly build depend on libmodule-build-perl

gregor herrmann gregoa at debian.org
Sat Aug 30 19:44:44 UTC 2014


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

gregoa pushed a commit to branch master
in repository padre.

commit 5d528ddb24807c0910f6b12d29f8bb5d098dbb5c
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Aug 30 12:25:04 2014 -0700

    Explicitly build depend on libmodule-build-perl
    
    to avoid warnings during tests which lead to a build failure.
    
    Cf. #759838
---
 debian/control | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 6422018..f7cef0f 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,9 @@ Uploaders: Damyan Ivanov <dmn at debian.org>,
            Dominique Dumont <dod at debian.org>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 9)
+Build-Depends: debhelper (>= 9),
+               libmodule-build-perl,
+               perl (>= 5.11)
 Build-Depends-Indep: imagemagick,
                      libcapture-tiny-perl,
                      libclass-adapter-perl,
@@ -64,8 +66,7 @@ Build-Depends-Indep: imagemagick,
                      perl (>= 5.13.0) | libthreads-shared-perl (>= 1.33),
                      xauth,
                      xfonts-base,
-                     xvfb,
-                     perl (>= 5.11)
+                     xvfb
 Standards-Version: 3.9.5
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/padre.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/padre.git

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



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