67a0fe19d5841f553322213eefb3633be7a7dbbf
[openstack-build/horizon-build.git] / debian / control
1 Source: horizon
2 Section: net
3 Priority: extra
4 Maintainer: Chuck Short <zulcss@ubuntu.com>
5 Build-Depends:
6  debhelper (>= 8.0.0),
7  pylint,
8  python-all (>= 2.6.6-3~),
9  python-django-nose,
10  python-mox,
11  python-netaddr,
12  python-nose,
13  python-pbr,
14  python-setuptools,
15  python-sphinx
16 Standards-Version: 3.9.3
17 Homepage: http://launchpad.net/horizon
18 Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-server-dev/horizon/juno/files
19 Vcs-Bzr: https://code.launchpad.net/~ubuntu-server-dev/horizon/juno
20
21 Package: python-django-horizon
22 Section: python
23 Architecture: all
24 Depends:
25  python-ceilometerclient (>= 1.0.6),
26  python-cinderclient (>= 1.0.7),
27  python-cloudfiles,
28  python-compressor (>= 1.4),
29  python-django (>= 1.4),
30  python-glanceclient (>= 0.13.1),
31  python-heatclient (>= 0.2.9) ,
32  python-keystoneclient (>= 0.10.0),
33  python-lockfile,
34  python-memcache,
35  python-netaddr,
36  python-neutronclient (>= 2.3.6),
37  python-novaclient (>= 2.17.0),
38  python-openstack-auth (>= 1.1.6),
39  python-saharaclient (>= 0.6.0),
40  python-swiftclient (>= 2.2.0),
41  python-troveclient (>= 1.0.4),
42  python-tz,
43  ${misc:Depends},
44  ${python:Depends}
45 Recommends: memcached
46 Suggests: python-lesscpy
47 Description: Django module providing web based interaction with OpenStack
48  The Django-Nova project is a Django module that is used to provide web based
49  interactions with the OpenStack Nova cloud controller.
50
51 Package: openstack-dashboard
52 Architecture: all
53 Pre-Depends: dpkg (>= 1.15.7.2)
54 Depends:
55  adduser,
56  apache2 | httpd,
57  libapache2-mod-wsgi (>= 2.3),
58  python-django-horizon (= ${source:Version}),
59  ${misc:Depends},
60  ${python:Depends}
61 Recommends: openstack-dashboard-ubuntu-theme
62 Description: django web interface to Openstack
63  The OpenStack Dashboard is a reference implementation of a Django site that
64  uses the Django-Nova project to provide web based interactions with the
65  OpenStack Nova cloud controller.
66
67 Package: python-django-openstack
68 Section: oldlibs
69 Architecture: all
70 Depends: python-django-horizon (= ${source:Version}), ${misc:Depends}
71 Description: dummy transitonal package
72  This transitional package from the python-django-openstack to the
73  python-django-horizon package. Once this package and its dependencies are
74  installed you can remove it.
75
76 Package: openstack-dashboard-ubuntu-theme
77 Architecture: all
78 Depends:
79  openstack-dashboard (= ${source:Version}),
80  ${misc:Depends},
81  ${python:Depends}
82 Description: Ubuntu theme for the Openstack dashboard
83  A custom Ubuntu theme for Horizon.  This package is optional and overrides the
84  default theme and branding.