File: control

package info (click to toggle)
felix-scr 2.1.20-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 2,776 kB
  • sloc: java: 31,529; xml: 3,458; sh: 9; makefile: 2
file content (50 lines) | stat: -rw-r--r-- 2,013 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Source: felix-scr
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Build-Depends: debhelper-compat (= 13), default-jdk, maven-debian-helper,
               libosgi-compendium-java, libosgi-core-java, libfelix-gogo-runtime-java,
               libeclipse-osgi-services-java, libanimal-sniffer-java,
               libmaven-bundle-plugin-java, libmaven-javadoc-plugin-java
Standards-Version: 4.5.0
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/java-team/felix-scr.git
Vcs-Browser: https://salsa.debian.org/java-team/felix-scr
Homepage: https://github.com/apache/felix-dev/tree/master/scr

Package: libfelix-scr-java
Architecture: all
Depends: ${misc:Depends}, ${maven:Depends}
Suggests: ${maven:OptionalDepends}, libfelix-scr-java-doc
Description: Felix Service Component Runtime
 The Felix project is an implementation of the OSGi R7 core framework
 specification.
 .
 OSGi framework is a module system and service platform for the Java
 programming language that implements a complete and dynamic component
 model.
 .
 This subproject implements the OSGi Declarative Services specification
 providing a service-oriented component model to simplify OSGi-based
 development.

Package: libfelix-scr-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Recommends: ${maven:DocDepends}, ${maven:DocOptionalDepends}
Suggests: libfelix-scr-java
Description: Documentation for Felix Service Component Runtime
 The Felix project is an implementation of the OSGi R7 core framework
 specification.
 .
 OSGi framework is a module system and service platform for the Java
 programming language that implements a complete and dynamic component
 model.
 .
 This subproject implements the OSGi Declarative Services specification
 providing a service-oriented component model to simplify OSGi-based
 development.
 .
 This package contains the API documentation of libfelix-scr-java.