File: control

package info (click to toggle)
voms-clients-java 3.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 568 kB
  • sloc: java: 2,885; xml: 358; sh: 115; makefile: 24
file content (36 lines) | stat: -rw-r--r-- 1,282 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
Source: voms-clients-java
Priority: optional
Maintainer: Mattias Ellert <mattias.ellert@physics.uu.se>
Build-Depends:
 debhelper (>= 13),
 maven-debian-helper (>= 2.2),
 libmaven-javadoc-plugin-java,
 junit4,
 libvoms-api-java-java (>= 3.3.2),
 libcommons-cli-java,
 libcommons-io-java
Standards-Version: 4.6.2
Section: java
Vcs-Browser: https://salsa.debian.org/ellert/voms-clients-java
Vcs-Git: https://salsa.debian.org/ellert/voms-clients-java.git
Homepage: https://wiki.italiangrid.it/VOMS

Package: voms-clients-java
Section: java
Architecture: all
Depends:
 ${misc:Depends},
 ${maven:Depends},
 default-jre-headless | java8-runtime-headless
Conflicts:
 voms-clients (<< 2.0.12)
Description: Virtual Organization Membership Service Java clients
 The Virtual Organization Membership Service (VOMS) is an attribute authority
 which serves as central repository for VO user authorization information,
 providing support for sorting users into group hierarchies, keeping track of
 their roles and other attributes in order to issue trusted attribute
 certificates and SAML assertions used in the Grid environment for
 authorization purposes.
 .
 This package provides the Java version of the command line clients for VOMS:
 voms-proxy-init, voms-proxy-destroy and voms-proxy-info.