File: control

package info (click to toggle)
plexus-cipher 1.7-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 188 kB
  • ctags: 114
  • sloc: java: 776; xml: 139; makefile: 4
file content (42 lines) | stat: -rw-r--r-- 1,849 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
Source: plexus-cipher
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Ludovic Claude <ludovic.claude@laposte.net>
Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper (>= 2.2)
Build-Depends-Indep: default-jdk-doc,
                     junit,
                     libmaven-javadoc-plugin-java,
                     libplexus-container-default1.5-java,
                     libsisu-maven-plugin-java
Standards-Version: 4.0.0
Vcs-Git: https://anonscm.debian.org/git/pkg-java/plexus-cipher.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/plexus-cipher.git
Homepage: https://github.com/sonatype/plexus-cipher

Package: libplexus-cipher-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Recommends: ${maven:OptionalDepends}
Suggests: libplexus-cipher-java-doc
Description: Plexus Cipher Component used by Maven
 The Plexus project provides a full software stack for creating and
 executing software projects. Based on the Plexus container, the applications
 can utilise component-oriented programming to build modular, reusable
 components that can easily be assembled and reused.
 .
 This package provides a cipher component for Plexus.

Package: libplexus-cipher-java-doc
Architecture: all
Section: doc
Depends: ${maven:DocDepends}, ${misc:Depends}
Recommends: ${maven:DocOptionalDepends}
Suggests: libplexus-cipher-java
Description: Documentation for Plexus Cipher Component used by Maven
 The Plexus project provides a full software stack for creating and
 executing software projects. Based on the Plexus container, the applications
 can utilise component-oriented programming to build modular, reusable
 components that can easily be assembled and reused.
 .
 This package contains the API documentation of libplexus-cipher-java.