File: control

package info (click to toggle)
java-sip-api 1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 496 kB
  • ctags: 1,012
  • sloc: java: 1,694; xml: 118; makefile: 4
file content (27 lines) | stat: -rw-r--r-- 990 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
Source: java-sip-api
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Ingo Bauersachs <ingo@jitsi.org>
Build-Depends: debhelper (>= 10),
 default-jdk,
 libmaven-bundle-plugin-java,
 maven-debian-helper (>= 2.0)
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/collab-maint/java-sip-api.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/java-sip-api.git
Homepage: https://github.com/opentelecoms-org/java-sip-api

Package: libsip-api-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Suggests: ${maven:OptionalDepends}
Description: SIP API for Java
 The SIP API specification provides a standard portable
 interface to share information between SIP Clients and
 SIP Servers, providing call control elements enabling
 converged-network applications.
 .
 This is a reimplementation of the JSR 32 specification
 due to a non-free license of the reference implementation.