File: control

package info (click to toggle)
jenkins-crypto-util 1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 112 kB
  • sloc: java: 112; xml: 41; makefile: 6
file content (44 lines) | stat: -rw-r--r-- 1,512 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: jenkins-crypto-util
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: James Page <james.page@ubuntu.com>
DM-Upload-Allowed: yes
Build-Depends: cdbs, debhelper (>= 7), default-jdk, maven-debian-helper
Build-Depends-Indep:
 default-jdk-doc,
 junit,
 libcommons-io-java,
 libmaven-compiler-plugin-java,
 libmaven-javadoc-plugin-java
Standards-Version: 3.9.3
Homepage: https://github.com/jenkinsci/lib-crypto-util
Vcs-Git: git://git.debian.org/git/pkg-java/jenkins-crypto-util.git
Vcs-Browser: http://git.debian.org/?p=pkg-java/jenkins-crypto-util.git

Package: jenkins-crypto-util
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Recommends: ${maven:OptionalDepends}
Description: Jenkins Utility around Java Crypto API
 Utility wrapper around Java Crypto API used by the
 Jenkins CI toolset to ease use including:
 .
  * Retrieve list of root CA's know to the JVM.
  * Validate certificate paths to root CA's.

Package: jenkins-crypto-util-doc
Architecture: all
Section: doc
Depends: ${maven:DocDepends}, ${misc:Depends}
Recommends: ${maven:DocOptionalDepends}
Suggests: jenkins-crypto-util
Description: Documentation for Utility around Java Crypto API
 Utility wrapper around Java Crypto API used by the
 Jenkins CI toolset to ease use including:
 .
  * Retrieve list of root CA's know to the JVM.
  * Validate certificate paths to root CA's.
 .
 This package provides the API documentation for
 jenkins-crypto-util.