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 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133
|
Source: pgpainless
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
Jérôme Charaoui <jerome@riseup.net>,
Build-Depends:
debhelper-compat (= 13),
default-jdk,
default-jdk-doc <!nodoc>,
gradle-debian-helper,
javahelper,
junit5 <!nocheck>,
libbcpg-java (>= 1.80),
libbcutil-java (>= 1.80),
libjsr305-java,
libjunit5-system-exit-java (>=2.0.2) <!nocheck>,
libslf4j-java,
libsop-java-java (>= 7.0.1),
libsop-java-picocli-java (>= 7.0.1),
maven-debian-helper,
maven-repo-helper,
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/java-team/pgpainless.git
Vcs-Browser: https://salsa.debian.org/java-team/pgpainless
Homepage: https://pgpainless.org/
Rules-Requires-Root: no
Package: libpgpainless-core-java
Architecture: all
Depends:
libbcpg-java (>= 1.80),
libbcutil-java (>= 1.80),
libjsr305-java,
libslf4j-java,
${maven:Depends},
${misc:Depends},
Description: Easy to use OpenPGP library
PGPainless is a modern implementation of OpenPGP in Java. It offers an
ergonomic interface on top of the BouncyCastle cryptographic toolkit
that makes it straightforward to deal with OpenPGP data.
.
This package contains the core PGPainless classes.
Package: libpgpainless-core-java-doc
Build-Profiles: <!nodoc>
Architecture: all
Multi-Arch: foreign
Section: doc
Depends:
libjs-jquery,
libjs-jquery-ui,
${misc:Depends},
Description: Easy to use OpenPGP library - docs
PGPainless is a modern implementation of OpenPGP in Java. It offers an
ergonomic interface on top of the BouncyCastle cryptographic toolkit
that makes it straightforward to deal with OpenPGP data.
.
This package contains documentation for libpgpainless-core-java.
Package: libpgpainless-sop-java
Architecture: all
Depends:
libjsr305-java,
libpgpainless-core-java (= ${source:Version}),
libsop-java-java (>= 7.0.1),
${maven:Depends},
${misc:Depends},
Description: Stateless OpenPGP Protocol with PGPainless - library
PGPainless is a modern implementation of OpenPGP in Java. It offers an
ergonomic interface on top of the BouncyCastle cryptographic toolkit
that makes it straightforward to deal with OpenPGP data.
.
This package contains the PGPainless-SOP implementation classes.
Package: libpgpainless-sop-java-doc
Build-Profiles: <!nodoc>
Architecture: all
Multi-Arch: foreign
Section: doc
Depends:
${misc:Depends},
Description: Stateless OpenPGP Protocol with PGPainless - library - docs
PGPainless is a modern implementation of OpenPGP in Java. It offers an
ergonomic interface on top of the BouncyCastle cryptographic toolkit
that makes it straightforward to deal with OpenPGP data.
.
This package contains documentation for libpgpainless-sop-java.
Package: libpgpainless-cli-java
Architecture: all
Depends:
libjsr305-java,
libpgpainless-sop-java (= ${source:Version}),
libsop-java-picocli-java (>= 7.0.1),
${maven:Depends},
${misc:Depends},
Description: Stateless OpenPGP Protocol with PGPainless - runtime library
PGPainless is a modern implementation of OpenPGP in Java. It offers an
ergonomic interface on top of the BouncyCastle cryptographic toolkit
that makes it straightforward to deal with OpenPGP data.
.
This package provides CLI command classes for PGPainless-SOP via picocli.
Package: libpgpainless-cli-java-doc
Build-Profiles: <!nodoc>
Architecture: all
Multi-Arch: foreign
Section: doc
Depends:
${misc:Depends},
Description: Stateless OpenPGP Protocol with PGPainless - runtime library - docs
PGPainless is a modern implementation of OpenPGP in Java. It offers an
ergonomic interface on top of the BouncyCastle cryptographic toolkit
that makes it straightforward to deal with OpenPGP data.
.
This package contains documentation for libpgpainless-cli-java.
Package: pgpainless-cli
Architecture: all
Depends:
default-jre-headless,
java-wrappers,
libpgpainless-cli-java (= ${source:Version}),
${maven:Depends},
${misc:Depends},
Description: Stateless OpenPGP Protocol with PGPainless - runtime executable
PGPainless is a modern implementation of OpenPGP in Java. It offers an
ergonomic interface on top of the BouncyCastle cryptographic toolkit
that makes it straightforward to deal with OpenPGP data.
.
This package provide the command-line interface for the PGPainless Stateless
OpenPGP Protocol.
|