File: control

package info (click to toggle)
voms-clients-java 3.3.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 532 kB
  • sloc: java: 2,903; xml: 354; sh: 85; makefile: 27
file content (36 lines) | stat: -rw-r--r-- 1,299 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-compat (= 13),
 maven-debian-helper (>= 2.2),
 libmaven-javadoc-plugin-java,
 junit4,
 libvoms-api-java-java (>= 3.3.6),
 libcommons-cli-java,
 libcommons-io-java,
 asciidoctor
Standards-Version: 4.7.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://github.com/italiangrid/voms-clients

Package: voms-clients-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.