[shiro] 04/04: Moved optional dependencies to Suggests
Emmanuel Bourg
ebourg-guest at alioth.debian.org
Wed Oct 16 16:13:59 UTC 2013
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository shiro.
commit 2050819625c6b696bb530e1995c10a423082addf
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Wed Oct 16 18:13:03 2013 +0200
Moved optional dependencies to Suggests
---
debian/control | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index ca43a62..525ecb4 100644
--- a/debian/control
+++ b/debian/control
@@ -24,8 +24,8 @@ Homepage: http://shiro.apache.org
Package: libshiro-java
Architecture: all
-Depends: ${maven:Depends}, ${misc:Depends}
-Suggests: ${maven:OptionalDepends}
+Depends: ${misc:Depends}, libcommons-beanutils-java, libslf4j-java
+Suggests: libaspectj-java, libcommons-cli-java, libehcache-java, libjstl1.1-java, libquartz-java, libservlet2.5-java, libspring-context-java
Description: Apache Shiro - Java Security Framework
Apache Shiro is a powerful and flexible open-source security framework
that cleanly handles authentication, authorization, enterprise session
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/shiro.git
More information about the pkg-java-commits
mailing list