[liblucy-perl] 01/04: Fix build-depend on libmodule-build-perl alone (not as fallback for older perl). Closes: bug#752355. Thanks to Niko Tyni.

Jonas Smedegaard dr at jones.dk
Sun Jun 22 23:53:18 UTC 2014


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

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

commit c74626e83ff11816bd3bc7b6a1ee13964664a17d
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Mon Jun 23 01:23:09 2014 +0200

    Fix build-depend on libmodule-build-perl alone (not as fallback for older perl). Closes: bug#752355. Thanks to Niko Tyni.
---
 debian/rules | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/debian/rules b/debian/rules
index 4a1959a..62db3ad 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,13 +27,8 @@ DEB_UPSTREAM_PACKAGE = Lucy
 DEB_UPSTREAM_URL = http://www.cpan.org/authors/id/C/CR/CREAMYG
 DEB_UPSTREAM_TARBALL_MD5 = b43bae463f9a7f8283ea3e7ad2ca3b25
 
-# Needed by upstream build
-bdeps = perl (<< 5.19.0) | libmodule-build-perl
-
 # Needed by upstream testsuite
 deps-test = libcache-memcached-fast-perl, libreadonly-perl
 deps-test +=, memcached
 
-CDBS_BUILD_DEPENDS +=, $(bdeps), $(deps), $(deps-test)
-CDBS_DEPENDS_$(pkg) = $(deps)
-CDBS_RECOMMENDS_$(pkg) = $(recommends)
+CDBS_BUILD_DEPENDS +=, $(deps-test)

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



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