File: control

package info (click to toggle)
libjpam-java 0.0~svn33%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 848 kB
  • sloc: xml: 1,186; java: 702; ansic: 158; makefile: 20
file content (44 lines) | stat: -rw-r--r-- 1,618 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
Source: libjpam-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Thomas Koch <thomas@koch.ro>,
           Pierre Gruet <pgt@debian.org>
Build-Depends: debhelper-compat (= 13),
               default-jdk,
               javahelper,
               maven-debian-helper
Build-Depends-Indep: libmaven-javadoc-plugin-java,
                     libcommons-logging-java,
                     default-jdk-doc,
                     junit4 <!nocheck>
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/java-team/libjpam-java
Vcs-Git: https://salsa.debian.org/java-team/libjpam-java.git
Homepage: https://jpam.sf.net
Rules-Requires-Root: no

Package: libjpam-java
Architecture: all
Depends: ${misc:Depends},
         ${maven:Depends}
Recommends: ${maven:OptionalDepends}
Suggests: libjpam-java-doc
Description: bridge between Java and PAM authentication facilities
 JPAM permits the use of PAM authentication facilities by Java. PAM, or
 Pluggable Authentication Modules, is a standard security architecture used on
 many operating systems.

Package: libjpam-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
         ${maven:DocDepends}
Recommends: ${maven:DocOptionalDepends}
Suggests: libjpam-java
Description: bridge between Java and PAM authentication facilities (javadoc)
 JPAM permits the use of PAM authentication facilities by Java. PAM, or
 Pluggable Authentication Modules, is a standard security architecture used on
 many operating systems.
 .
 This package contains the API documentation of libjpam-java.