Skip to content

Commit e7ff6ec

Browse files
committed
debian: Depend on jsch from the repository
This way we don't need to distribute the JAR in cloud-deps
1 parent a84ec12 commit e7ff6ec

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

debian/cloud-deps.install

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,4 @@
2828
/usr/share/java/axis2-1.5.1.jar
2929
/usr/share/java/wsdl4j-1.6.2.jar
3030
/usr/share/java/bcprov-jdk16-1.46.jar
31-
/usr/share/java/jsch-0.1.42.jar
3231
/usr/share/java/jasypt-1.*.jar

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Provides: vmops-utils
3333
Conflicts: vmops-utils
3434
Replaces: vmops-utils
3535
Architecture: any
36-
Depends: openjdk-6-jre, python, libcglib-java (>= 2.2.2)
36+
Depends: openjdk-6-jre, python, libcglib-java (>= 2.2.2), libjsch-java (>= 0.1.42)
3737
Description: CloudStack utility library
3838
The CloudStack utility libraries provide a set of Java classes used
3939
in the CloudStack environment.

wscript_configure

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ systemjars = {
9191
"ecj.jar",
9292
"cglib.jar",
9393
"asm3.jar",
94+
"jsch.jar",
9495
"jetty.jar",
9596
"jetty-util.jar",
9697
"jetty-start-daemon.jar",

0 commit comments

Comments
 (0)