File: control

package info (click to toggle)
backport9 1.10-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 116 kB
  • sloc: java: 351; xml: 58; makefile: 2
file content (48 lines) | stat: -rw-r--r-- 1,762 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
Source: backport9
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Louis-Philippe Véronneau <pollo@debian.org>
Section: java
Priority: optional
Build-Depends: debhelper-compat (= 13),
               default-jdk,
               default-jdk-doc,
               maven-debian-helper,
               junit4,
               libmaven-compiler-plugin-java,
               libmaven-javadoc-plugin-java,
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/java-team/backport9
Vcs-Git: https://salsa.debian.org/java-team/backport9.git
Homepage: https://github.com/headius/backport9
Rules-Requires-Root: no

Package: libbackport9-java
Architecture: all
Depends: ${maven:Depends},
         ${misc:Depends}
Recommends: ${maven:OptionalDepends}
Description: Collection of backports and utilities for apps and libraries
 backport9 is a collection of backports and utilities to support libraries and
 apps that want to use Java 9 features but still function on Java 8.
 .
 Modules is a light shim library that wraps Java 9 and previous reflection APIs
 to allow a uniform API into "module"-like behaviors on all recent JDKs.
 .
 Buffers is a binary-compatible calling shims for java.nio.Buffer and
 subclasses.
 .
 Stack is a look-alike wrapper around the Java 9 StackWalker API with Java 8
 support.

Package: libbackport9-java-doc
Architecture: all
Section: doc
Depends: ${maven:docDepends},
         ${misc:Depends},
         default-jdk-doc
Suggests: libbackport9-java
Description: Documentation for the backport9 Java library
 backport9 is a collection of backports and utilities to support libraries and
 apps that want to use Java 9 features but still function on Java 8.
 .
 This package contains the API Javadoc.