Revision fb14696f

b/debian/control
2 2
Section: admin
3 3
Priority: extra
4 4
Maintainer: GRNET Ganeti Team <ganeti-dev@lists.grnet.gr>
5
Build-Depends: debhelper (>= 7)
6
Build-Depends-Indep: python-simplejson, python-pyparsing, python-openssl,
7
 python-support (>= 0.6), socat, python-pyinotify, python-pycurl,
8
 python-paramiko, python-ipaddr, python-bitarray, python-fdsend
5
Build-Depends: debhelper (>= 7),
6
 ghc6 (>= 6.12), libghc6-curl-dev, libghc6-json-dev,
7
 libghc6-network-dev, libcurl4-gnutls-dev, libghc6-parallel-dev,
8
 python-simplejson, python-pyparsing, python-openssl,
9
 python-support (>= 0.6), python-pyinotify, python-pycurl,
10
 python-paramiko, python--ipaddr, python-bitarray, python-fdsend
11
 socat, iproute
9 12
Standards-Version: 3.9.2
10 13
Homepage: http://code.grnet.gr/projects/snf-ganeti/
11 14
Vcs-Browser: https://code.grnet.gr/git/snf-ganeti
12 15

  
13 16
Package: snf-ganeti
14 17
Architecture: all
15
Conflicts: ganeti, ganeti2, ganeti-htools
16
Replaces: ganeti2, ganeti-htools
18
Conflicts: ganeti
17 19
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, lvm2,
18 20
 openssh-client, openssh-server, bridge-utils, iproute, iputils-arping,
19 21
 openssl, python-simplejson, python-pyparsing, python-openssl,
20
 python-pyinotify, python-pycurl, python-paramiko, python-ipaddr, 
21
 python-bitarray, socat, libjs-jquery, fping, python-fdsend
22
 python-pyinotify, python-pycurl, python-paramiko, python-fdsend
23
 socat, libjs-jquery, fping
22 24
Recommends: drbd8-utils (>= 8.0.7), qemu-kvm |
23 25
 xen-linux-system-2.6.32-5-xen-amd64 | xen-linux-system-2.6.32-5-xen-686,
24 26
 ganeti-instance-debootstrap, ndisc6, ceph-common
25
#Breaks: ganeti-htools (<< 0.3)
27
Breaks: ganeti-htools (<< 0.3)
26 28
Suggests: drbd8-module-source (>= 8.0.7)
27
Provides: ${python:Provides}, ganeti2, ganeti-htools
29
Provides: ${python:Provides}
28 30
Description: Cluster-based virtualization management software
29 31
 Ganeti is a virtual server cluster management software tool built on top
30 32
 of the Xen virtual machine monitor and other Open Source software. After
......
39 41
 management, operating system installation  (in cooperation with OS-specific
40 42
 install scripts), startup, shutdown, failover of instances between physical
41 43
 systems.
44

  
45
Package: ganeti-htools
46
Architecture: any
47
Depends: ${shlibs:Depends}, ${misc:Depends}
48
Breaks: ganeti2 (<< 2.4)
49
Description: Cluster allocation tools for Ganeti
50
 These are additional tools used for enhanced allocation and capacity
51
 calculation on Ganeti clusters.
52
 .
53
 The tools provided are:
54
   - hail, an iallocator script for ganeti
55
   - hbal, used to redistribute instances on the cluster
56
   - hspace, used for capacity calculation
57
   - hscan, used to gather cluster files for offline use in hbal/hspace

Also available in: Unified diff