mirror of
https://github.com/apache/cloudstack
synced 2026-08-03 05:43:12 +00:00
Libvirt-java 0.4.9 works just fine with JNA 3.2.4 which is in all distributions. Future libvirt version require at least JNA 3.5.1 due to new methods and memory management, but that is not our concern now. By depending on the JNA in the distribution and adding it to the classpath we can work just fine.
52 lines
2.2 KiB
Plaintext
52 lines
2.2 KiB
Plaintext
Source: cloudstack
|
|
Section: libs
|
|
Priority: extra
|
|
Maintainer: Wido den Hollander <wido@widodh.nl>
|
|
Build-Depends: debhelper (>= 7), openjdk-6-jdk | openjdk-7-jdk, tomcat6, genisoimage,
|
|
python-mysqldb, maven3 | maven (>= 3), python (>= 2.6.6-3~)
|
|
Standards-Version: 3.8.1
|
|
Homepage: http://www.cloudstack.org/
|
|
|
|
Package: cloudstack-common
|
|
Architecture: all
|
|
Depends: bash, genisoimage
|
|
Conflicts: cloud-scripts, cloud-utils, cloud-system-iso, cloud-console-proxy, cloud-daemonize, cloud-deps, cloud-python, cloud-setup
|
|
Description: A common package which contains files which are shared by several CloudStack packages
|
|
|
|
Package: cloudstack-management
|
|
Architecture: all
|
|
Depends: cloudstack-common (= ${source:Version}), tomcat6, sysvinit-utils, chkconfig, sudo, jsvc, python-mysqldb, python-paramiko, augeas-tools
|
|
Conflicts: cloud-server, cloud-client, cloud-client-ui
|
|
Description: CloudStack server library
|
|
The CloudStack management server
|
|
|
|
Package: cloudstack-agent
|
|
Architecture: all
|
|
Depends: openjdk-6-jre | openjdk-7-jre, cloudstack-common (= ${source:Version}), lsb-base (>= 3.2), libcommons-daemon-java, libjna-java, openssh-client, libvirt0, sysvinit-utils, chkconfig, qemu-kvm, libvirt-bin, uuid-runtime, rsync, grep, iproute, ebtables, vlan, wget, jsvc
|
|
Conflicts: cloud-agent, cloud-agent-libs, cloud-agent-deps, cloud-agent-scripts
|
|
Description: CloudStack agent
|
|
The CloudStack agent is in charge of managing shared computing resources in
|
|
a CloudStack powered cloud. Install this package if this computer
|
|
will participate in your cloud as a KVM HyperVisor.
|
|
|
|
Package: cloudstack-usage
|
|
Architecture: all
|
|
Depends: openjdk-6-jre | openjdk-7-jre, cloudstack-common (= ${source:Version}), jsvc
|
|
Description: CloudStack usage monitor
|
|
The CloudStack usage monitor provides usage accounting across the entire cloud for
|
|
cloud operators to charge based on usage parameters.
|
|
|
|
Package: cloudstack-awsapi
|
|
Architecture: all
|
|
Depends: cloudstack-common (= ${source:Version}), cloudstack-management (= ${source:Version})
|
|
Description: CloudStack Amazon EC2 API
|
|
|
|
Package: cloudstack-cli
|
|
Architecture: all
|
|
Depends: cloudstack-common (= ${source:Version})
|
|
Description: The CloudStack CLI called CloudMonkey
|
|
|
|
Package: cloudstack-docs
|
|
Architecture: all
|
|
Description: The CloudStack documentation
|