File: control

package info (click to toggle)
trilead-putty-extension 1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 148 kB
  • sloc: java: 291; xml: 60; makefile: 6
file content (44 lines) | stat: -rw-r--r-- 1,494 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: 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>
DM-Upload-Allowed: yes
Build-Depends:
 cdbs,
 debhelper (>= 7),
 default-jdk,
 javahelper,
 maven-debian-helper
Build-Depends-Indep:
 default-jdk-doc,
 junit (>= 3.8.1),
 libcommons-io-java,
 libjenkins-trilead-ssh2-java,
 libjenkins-trilead-ssh2-java-doc,
 libmaven-javadoc-plugin-java
Standards-Version: 3.9.3
Homepage: https://trilead-putty-extension.dev.java.net/
Vcs-Git: git://git.debian.org/git/pkg-java/trilead-putty-extension.git
Vcs-Browser: http://git.debian.org/?p=pkg-java/trilead-putty-extension.git

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 programatically convert the
 PuTTY key file (.ppk) to the OpenSSH format.

Package: libtrilead-putty-extension-java-doc
Architecture: all
Section: doc
Depends: ${maven:DocDepends}, ${misc:Depends}
Recommends: ${maven:DocOptionalDepends}
Suggests: libtrilead-putty-extension-java
Description: Documentation for libtrilead-putty-extension-java
 This is a small library that allows you to programatically convert the
 PuTTY key file (.ppk) to the OpenSSH format.
 .
 This package provides the API documentation for
 libtrilead-putty-extension-java.