File: control

package info (click to toggle)
adjutant-ui 11.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 720 kB
  • sloc: python: 2,454; sh: 475; makefile: 157; javascript: 146
file content (42 lines) | stat: -rw-r--r-- 1,263 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Source: adjutant-ui
Section: python
Priority: optional
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
Build-Depends:
 debhelper-compat (= 11),
 dh-python,
 openstack-pkg-tools,
 python3-all,
 python3-pbr,
 python3-setuptools,
 python3-sphinx,
Build-Depends-Indep:
 python3-django-horizon,
 python3-hacking,
 python3-coverage,
 python3-reno,
 python3-selenium,
 python3-testtools,
 python3-xvfbwrapper,
 python3-openstackdocstheme,
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/openstack-team/horizon-plugins/adjutant-ui
Vcs-Git: https://salsa.debian.org/openstack-team/horizon-plugins/adjutant-ui.git
Homepage: https://github.com/openstack/adjutant-ui

Package: python3-adjutant-ui
Architecture: all
Depends:
 python3-pbr,
 python3-django-horizon,
 ${misc:Depends},
 ${python3:Depends},
Description: OpenStack admin framework - Horizon dashboard plugin
 Adjutant is an admin framework to bridge a public cloud business logic (maybe
 an ERP, or your own system) to an OpenStack deployment. Adjutant provides
 (among others) user sign-up, password reset, role management, and more, all of
 this in a self-service way.
 .
 This package contains the OpenStack Horizon dashboard plugin.