debian: Depend on jsch from the repository

This way we don't need to distribute the JAR in cloud-deps
This commit is contained in:
Wido den Hollander 2012-09-11 13:31:50 +02:00
parent a84ec1218d
commit e7ff6ecd77
3 changed files with 2 additions and 2 deletions

View File

@ -28,5 +28,4 @@
/usr/share/java/axis2-1.5.1.jar
/usr/share/java/wsdl4j-1.6.2.jar
/usr/share/java/bcprov-jdk16-1.46.jar
/usr/share/java/jsch-0.1.42.jar
/usr/share/java/jasypt-1.*.jar

2
debian/control vendored
View File

@ -33,7 +33,7 @@ Provides: vmops-utils
Conflicts: vmops-utils
Replaces: vmops-utils
Architecture: any
Depends: openjdk-6-jre, python, libcglib-java (>= 2.2.2)
Depends: openjdk-6-jre, python, libcglib-java (>= 2.2.2), libjsch-java (>= 0.1.42)
Description: CloudStack utility library
The CloudStack utility libraries provide a set of Java classes used
in the CloudStack environment.

View File

@ -91,6 +91,7 @@ systemjars = {
"ecj.jar",
"cglib.jar",
"asm3.jar",
"jsch.jar",
"jetty.jar",
"jetty-util.jar",
"jetty-start-daemon.jar",