Statistics
| Branch: | Tag: | Revision:

root / debian / control @ 45b6a5b4

History | View | Annotate | Download (6.3 kB)

1
Source: ganeti
2
Section: admin
3
Priority: extra
4
Maintainer: Debian Ganeti Team <pkg-ganeti-devel@lists.alioth.debian.org>
5
Uploaders: Guido Trotter <ultrotter@debian.org>,
6
 Apollon Oikonomopoulos <apoikos@gmail.com>
7
Build-Depends: debhelper (>= 9),
8
 python-all, ghc (>= 6.12), ghc-ghci,
9
 libghc-curl-dev, libghc-json-dev, libghc-snap-server-dev,
10
 libghc-network-dev, libcurl4-gnutls-dev, libghc-parallel-dev,
11
 libghc-utf8-string-dev, libghc-deepseq-dev, libghc-hslogger-dev,
12
 libghc-crypto-dev, libghc-text-dev, libghc-hinotify-dev,
13
 libghc-regex-pcre-dev, libghc-attoparsec-dev, libghc-vector-dev, libpcre3-dev,
14
 python-simplejson, python-pyparsing, python-openssl, python-bitarray,
15
 python-support (>= 0.6), python-pyinotify, python-pycurl,
16
 python-paramiko, python-ipaddr, python-sphinx (>= 1.0.7+dfsg), graphviz,
17
 qemu-utils, socat, iproute2 | iproute, bash-completion
18
Standards-Version: 3.9.4
19
X-Python-Version: >= 2.6
20
Homepage: http://code.google.com/p/ganeti/
21
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ganeti/ganeti.git
22
Vcs-Git: git://anonscm.debian.org/pkg-ganeti/ganeti.git
23

    
24
Package: ganeti
25
Architecture: all
26
Breaks: ganeti2 (<< 2.7.0-2), ganeti-htools (<< ${source:Version}),
27
 ganeti-htools (>= ${source:Version}.1~)
28
Replaces: ganeti2 (<< 2.7.0-2)
29
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, lvm2,
30
 openssh-client, openssh-server, bridge-utils, iproute2 | iproute,
31
 iputils-arping, openssl, python-simplejson, python-pyparsing, python-openssl,
32
 python-pyinotify, python-pycurl, python-paramiko, python-bitarray,
33
 python-ipaddr, socat, fping, ganeti-haskell (>= ${source:Version}),
34
 ganeti-haskell (<< ${source:Version}.1~), adduser
35
Recommends: drbd8-utils (>= 8.0.7), qemu-system-x86 | qemu-kvm |
36
 xen-linux-system-amd64 | xen-linux-system-686-pae,
37
 ganeti-instance-debootstrap, ndisc6, ganeti-htools
38
Suggests: ganeti-doc
39
Provides: ${python:Provides}
40
Description: Cluster-based virtualization management software
41
 Ganeti is a virtual server cluster management software tool built on top
42
 of the Xen virtual machine monitor and other Open Source software. After
43
 setting it up it will provide you with an automated environment to
44
 manage highly available virtual machine instances.
45
 .
46
 It has been designed to facilitate cluster management of virtual servers
47
 and to provide fast and simple recovery after physical failures using
48
 commodity hardware.
49
 .
50
 It will take care of operations such as redundant disk creation and
51
 management, operating system installation  (in cooperation with OS-specific
52
 install scripts), startup, shutdown, failover of instances between physical
53
 systems.
54

    
55
Package: ganeti2
56
Architecture: all
57
Depends: ganeti, ${misc:Depends}
58
Description: transitional dummy package
59
 This is a transitional dummy package for ganeti. It can safely be removed.
60

    
61
Package: ganeti-haskell
62
Architecture: any
63
Depends: ${shlibs:Depends}, ${misc:Depends}
64
Replaces: ganeti2 (<< 2.7.0-2)
65
Breaks: ganeti2 (<< 2.7.0-2)
66
Description: Cluster-based virtualization management software - Haskell components
67
 Ganeti is a virtual server cluster management software tool built on top
68
 of the Xen virtual machine monitor and other Open Source software. After
69
 setting it up it will provide you with an automated environment to
70
 manage highly available virtual machine instances.
71
 .
72
 It has been designed to facilitate cluster management of virtual servers
73
 and to provide fast and simple recovery after physical failures using
74
 commodity hardware.
75
 .
76
 It will take care of operations such as redundant disk creation and
77
 management, operating system installation  (in cooperation with OS-specific
78
 install scripts), startup, shutdown, failover of instances between physical
79
 systems.
80
 .
81
 This package contains the architecture-dependent components of Ganeti written
82
 in Haskell.
83

    
84
Package: ganeti-htools
85
Architecture: any
86
Depends: ${shlibs:Depends}, ${misc:Depends}
87
Breaks: ganeti2 (<< 2.4)
88
Description: Cluster allocation tools for Ganeti
89
 These are additional tools used for enhanced allocation and capacity
90
 calculation on Ganeti clusters.
91
 .
92
 The tools provided are:
93
   - hail, an iallocator script for ganeti
94
   - hbal, used to redistribute instances on the cluster
95
   - hspace, used for capacity calculation
96
   - hscan, used to gather cluster files for offline use in hbal/hspace
97
   - hroller, used to calculate rolling maintenances
98

    
99
Package: ganeti-doc
100
Architecture: all
101
Section: doc
102
Depends: ${shlibs:Depends}, ${misc:Depends}, ${sphinxdoc:Depends}
103
Replaces: ganeti2 (<< 2.7.0-2)
104
Breaks: ganeti2 (<< 2.7.0-2)
105
Description: Cluster-based virtualization management software - documentation
106
 Ganeti is a virtual server cluster management software tool built on top
107
 of the Xen virtual machine monitor and other Open Source software. After
108
 setting it up it will provide you with an automated environment to
109
 manage highly available virtual machine instances.
110
 .
111
 It has been designed to facilitate cluster management of virtual servers
112
 and to provide fast and simple recovery after physical failures using
113
 commodity hardware.
114
 .
115
 It will take care of operations such as redundant disk creation and
116
 management, operating system installation  (in cooperation with OS-specific
117
 install scripts), startup, shutdown, failover of instances between physical
118
 systems.
119
 .
120
 This package contains the full HTML documentation for Ganeti.
121

    
122
Package: python-ganeti-rapi
123
Architecture: all
124
Section: python
125
Depends: ${python:Depends}, ${misc:Depends}, python-pycurl, python-simplejson
126
Suggests: ganeti-doc
127
Replaces: ganeti2 (<< 2.7.0-2)
128
Breaks: ganeti2 (<< 2.7.0-2)
129
Description: Cluster-based virtualization management software - RAPI client library
130
 Ganeti is a virtual server cluster management software tool built on top
131
 of the Xen virtual machine monitor and other Open Source software. After
132
 setting it up it will provide you with an automated environment to
133
 manage highly available virtual machine instances.
134
 .
135
 It has been designed to facilitate cluster management of virtual servers
136
 and to provide fast and simple recovery after physical failures using
137
 commodity hardware.
138
 .
139
 It will take care of operations such as redundant disk creation and
140
 management, operating system installation  (in cooperation with OS-specific
141
 install scripts), startup, shutdown, failover of instances between physical
142
 systems.
143
 .
144
 This package contains a RAPI (Remote API) client library for Python.