File: control

package info (click to toggle)
activemq-activeio 3.1.4-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 676 kB
  • sloc: java: 5,222; xml: 393; sh: 7; makefile: 2
file content (36 lines) | stat: -rw-r--r-- 1,176 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Source: activemq-activeio
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
 Damien Raude-Morvan <drazzib@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 default-jdk,
 junit4,
 libcommons-logging-java,
 libgeronimo-j2ee-management-1.1-spec-java,
 libmaven-bundle-plugin-java,
 libsurefire-java,
 maven-debian-helper (>= 1.4)
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/java-team/activemq-activeio
Vcs-Git: https://salsa.debian.org/java-team/activemq-activeio.git
Homepage: http://activemq.apache.org/

Package: libactivemq-activeio-java
Architecture: all
Depends:
 ${maven:Depends},
 ${misc:Depends}
Recommends:
 ${maven:OptionalDepends}
Description: ActiveMQ ActiveIO protocol implementation framework
 Apache ActiveMQ is a message broker built around Java Message Service (JMS)
 API : allow sending messages between two or more clients in a loosely coupled,
 reliable, and asynchronous way.
 .
 ActiveMQ ActiveIO provides a high performance IO framework for
 implementing network protocols.
 .
 This package, used by Apache ActiveMQ, contains a Java library for ActiveIO.