~hudson-ubuntu/+junk/windows-remote-command

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: James Page
  • Date: 2010-12-06 10:47:32 UTC
  • Revision ID: james.page@canonical.com-20101206104732-nctfskg5ky3vinf4
Initial release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: windows-remote-command
 
2
Section: java
 
3
Priority: optional
 
4
Maintainer: Hudson Ubuntu Packagers <hudson-ubuntu@lists.launchpad.net>
 
5
Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper 
 
6
Build-Depends-Indep: libjinterop-wmi-java, libkohsuke-jcifs-java, junit (>= 3.8.1), libcommons-io-java,  
 
7
 default-jdk-doc, libjinterop-wmi-java-doc, libkohsuke-jcifs-java-doc, libmaven-javadoc-plugin-java,
 
8
 libmaven-enforcer-plugin-java, libmaven-compiler-plugin-java
 
9
Standards-Version: 3.9.1
 
10
Homepage: http://hudson.dev.java.net/
 
11
 
 
12
Package: libwindows-remote-command-java
 
13
Architecture: all
 
14
Depends: ${misc:Depends}, ${maven:Depends}
 
15
Recommends: ${maven:OptionalDepends}
 
16
Description: windows-remote-command
 
17
 Executes a command remotely on Windows.
 
18
 
 
19
Package: libwindows-remote-command-java-doc
 
20
Architecture: all
 
21
Section: doc
 
22
Depends: ${misc:Depends}, ${maven:DocDepends}
 
23
Recommends: ${maven:DocOptionalDepends}
 
24
Suggests: libwindows-remote-command-java
 
25
Description: Documentation for windows-remote-command
 
26
 Executes a command remotely on Windows.
 
27
 .
 
28
 This package provides the API documentation for libwindows-remote-command-java.