This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository activemq.
commit 32ce8af6a495b22a79e64f73bfa2dcb03c5ec5e0 Author: Markus Koschany <[email protected]> Date: Sun Jan 8 20:20:41 2017 +0100 libactivemq-java: Depend on libshiro-java and symlink system jar files into /usr/share/activemq directory. --- debian/activemq.links | 8 ++++++++ debian/control | 1 + 2 files changed, 9 insertions(+) diff --git a/debian/activemq.links b/debian/activemq.links index d9b2230..271e1e4 100644 --- a/debian/activemq.links +++ b/debian/activemq.links @@ -42,3 +42,11 @@ /usr/share/java/xbean-spring.jar /usr/share/activemq/lib/optional/xbean-spring.jar /usr/share/java/xpp3.jar /usr/share/activemq/lib/optional/xpp3.jar /usr/share/java/jmdns.jar /usr/share/activemq/lib/optional/jmdns.jar +/usr/share/java/shiro-aspectj.jar /usr/share/activemq/lib/optional/shiro-aspectj.jar +/usr/share/java/shiro-core.jar /usr/share/activemq/lib/optional/shiro-core.jar +/usr/share/java/shiro-ehcache.jar /usr/share/activemq/lib/optional/shiro-ehcache.jar +/usr/share/java/shiro-guice.jar /usr/share/activemq/lib/optional/shiro-guice.jar +/usr/share/java/shiro-quartz.jar /usr/share/activemq/lib/optional/shiro-quartz.jar +/usr/share/java/shiro-spring.jar /usr/share/activemq/lib/optional/shiro-spring.jar +/usr/share/java/shiro-tools-hasher.jar /usr/share/activemq/lib/optional/shiro-tools-hasher.jar +/usr/share/java/shiro-web.jar /usr/share/activemq/lib/optional/shiro-web.jar diff --git a/debian/control b/debian/control index 0eb1e1e..411201d 100644 --- a/debian/control +++ b/debian/control @@ -80,6 +80,7 @@ Architecture: all Depends: libactivemq-protobuf-java, libhawtbuf-java, + libshiro-java, libspring-beans-java, libspring-context-java, libspring-core-java, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/activemq.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

