[libcatalyst-authentication-credential-http-perl] 04/05: Fix (build-)depend on libcatalyst-plugin-authentication-perl favored over catalyst-modules. Closes: Bug#768092.
Jonas Smedegaard
dr at jones.dk
Tue Nov 4 22:16:33 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository libcatalyst-authentication-credential-http-perl.
commit f15a5640b335f3f1d46f19851c04288b8e7ee2c8
Author: Jonas Smedegaard <dr at jones.dk>
Date: Tue Nov 4 23:06:37 2014 +0100
Fix (build-)depend on libcatalyst-plugin-authentication-perl favored over catalyst-modules. Closes: Bug#768092.
---
debian/rules | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 6f62e34..f3eeaba 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,10 +32,11 @@ DEB_UPSTREAM_PACKAGE = Catalyst-Authentication-Credential-HTTP
DEB_UPSTREAM_URL = http://www.cpan.org/authors/id/B/BO/BOBTFISH
# Needed by upstream build and (always) at runtime
-perl-deps = catalyst-modules catalyst class-accessor
+perl-deps = catalyst class-accessor
perl-deps += string-escape uri
deps = $(patsubst %,$(comma) lib%-perl,$(perl-deps))
deps +=, libossp-uuid-perl | libdata-uuid-perl
+deps +=, libcatalyst-plugin-authentication-perl | catalyst-modules
# Needed by upstream testsuite
deps-test = libtest-exception-perl, libtest-mockobject-perl
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcatalyst-authentication-credential-http-perl.git
More information about the Pkg-perl-cvs-commits
mailing list