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
|
Source: trilead-putty-extension
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: James Page <james.page@ubuntu.com>
Build-Depends:
debhelper-compat (= 13),
default-jdk,
javahelper,
junit (>= 3.8.1),
libcommons-io-java,
libjenkins-trilead-ssh2-java,
maven-debian-helper
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/java-team/trilead-putty-extension.git
Vcs-Browser: https://salsa.debian.org/java-team/trilead-putty-extension
Homepage: https://trilead-putty-extension.kohsuke.org/
Package: libtrilead-putty-extension-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Recommends: ${maven:OptionalDepends}
Description: PuTTY key support for Trilead SSH2 library
This is a small library that allows you to programmatically convert the
PuTTY key file (.ppk) to the OpenSSH format.
|