File: control

package info (click to toggle)
felix-resolver 1.14.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,744 kB
  • sloc: java: 9,882; xml: 106; makefile: 4
file content (32 lines) | stat: -rw-r--r-- 1,360 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
Source: felix-resolver
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Kai-Chung Yan (殷啟聰) <seamlikok@gmail.com>
Build-Depends:
 debhelper (>= 11),
 default-jdk-headless,
 libmaven-bundle-plugin-java,
 libmockito-java,
 libosgi-core-java (>= 6.0.0),
 maven-debian-helper (>= 2.0)
Standards-Version: 4.1.3
Vcs-Git: https://anonscm.debian.org/git/pkg-java/felix-resolver.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/felix-resolver.git
Homepage: https://felix.apache.org

Package: libfelix-resolver-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Recommends: ${maven:OptionalDepends}
Description: OSGi Resolver implementation by Apache Felix
 Apache Felix is a community effort to implement the OSGi Framework and Service
 platform and other interesting OSGi-related technologies under the Apache
 license. The OSGi specifications originally targeted embedded devices and home
 services gateways, but they are ideally suited for any project interested in
 the principles of modularity, component-orientation, and/or
 service-orientation. OSGi technology combines aspects of these aforementioned
 principles to define a dynamic service deployment framework that is amenable
 to remote management.
 .
 This package provides the Resolver subproject.