File: control

package info (click to toggle)
java-sdp-api 1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 176 kB
  • sloc: java: 492; xml: 115; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,008 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
Source: java-sdp-api
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Ingo Bauersachs <ingo@jitsi.org>
Section: java
Priority: optional
Build-Depends: debhelper-compat (= 13),
               default-jdk,
               libmaven-bundle-plugin-java,
               maven-debian-helper
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/java-team/java-sdp-api
Vcs-Git: https://salsa.debian.org/java-team/java-sdp-api.git
Homepage: https://github.com/opentelecoms-org/java-sdp-api

Package: libsdp-api-java
Architecture: all
Depends: ${maven:Depends},
         ${misc:Depends}
Suggests: ${maven:OptionalDepends}
Description: SDP API for Java
 The IETF protocol SDP specifies messages that describe multi-media
 sessions and are included within other protocol messages as payload.
 The API will enable users to manipulate SDP messages.
 .
 This is a reimplementation of the JSR 141 specification
 due to a non-free license of the reference implementation.