~openstack-ubuntu-testing/melange/quantal-folsom-proposed

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Chuck Short
  • Date: 2011-12-19 16:54:44 UTC
  • Revision ID: zulcss@ubuntu.com-20111219165444-ssvn8588yz9ty560
Initial release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: melange
 
2
Section: net
 
3
Priority: extra
 
4
Maintainer: Chuck Short <zulcss@ubuntu.com>
 
5
Build-Depends: debhelper (>= 8.0.0), python-all (>= 2.6.6-2~)
 
6
Build-Depends-Indep:
 
7
 python-setuptools,
 
8
 python-sqlalchemy,
 
9
 python-eventlet,
 
10
 python-kombu,
 
11
 python-routes,
 
12
 python-webob,
 
13
 python-mox,
 
14
 python-nose,
 
15
 python-pastedeploy,
 
16
 python-netaddr,
 
17
 python-sphinx,
 
18
 python-coverage,
 
19
 python-webtest,
 
20
 python-httplib2,
 
21
 pep8
 
22
Standards-Version: 3.9.2
 
23
Homepage: https://launchpad.net/melange
 
24
 
 
25
Package: melange
 
26
Architecture: any
 
27
Depends: ${shlibs:Depends}, ${misc:Depends}, python, adduser
 
28
Description: IPAM management service for Openstack - Daemons
 
29
 Melange is a network information service that provides a centralized 
 
30
 mechanism for managing IPs, MAC addresses and other information that 
 
31
 needs to be shared across multiple openstack services 
 
32
 (Nova zones, Atlas, Quantum).
 
33
 .
 
34
 This package contains the daemons.
 
35
 
 
36
Package: python-melange
 
37
Architecture: all
 
38
Section: python
 
39
Depends: ${python:Depends}, ${misc:Depends},
 
40
 python-sqlalchemy,
 
41
 python-eventlet,
 
42
 python-kombu,
 
43
 python-routes,
 
44
 python-webob,
 
45
 python-mox,
 
46
 python-pastedeploy,
 
47
 python-paste,
 
48
 python-httplib2
 
49
Description: IPAM management service for Openstack - Python library
 
50
 Melange is a network information service that provides a centralized
 
51
 mechanism for managing IPs, MAC addresses and other information that
 
52
 needs to be shared across multiple openstack services
 
53
 (Nova zones, Atlas, Quantum).
 
54
 .
 
55
 This package contains the python libraries.