[libtext-sass-perl] 04/05: Fix favor build-dependency on recent perl over recent libmodule-build-perl, and also build-depend unversioned on libmodule-build-perl (see bug#752989). Thanks to Niko Tyni and Gregor Herrmann.

Jonas Smedegaard dr at jones.dk
Wed Jul 2 15:31:39 UTC 2014


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

js pushed a commit to branch master
in repository libtext-sass-perl.

commit e898287542a4443a69533fb331f269cd10beb3f1
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Wed Jul 2 17:19:01 2014 +0200

    Fix favor build-dependency on recent perl over recent libmodule-build-perl, and also build-depend unversioned on libmodule-build-perl (see bug#752989). Thanks to Niko Tyni and Gregor Herrmann.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 5a087ee..768bcc7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,7 +34,7 @@ binary-post-install/$(pkg)::
 deps = libreadonly-perl, libconvert-color-perl
 
 # Needed by upstream build
-deps-build = libmodule-build-perl (>= 0.390000) | perl (>= 5.17.1)
+deps-build = perl (>= 5.17.1) | libmodule-build-perl (>= 0.390000)
 
 # Needed by upstream tests
 deps-test = libtest-distribution-perl, libtest-perl-critic-perl

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



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