Codebase list python-castellan / debian/0.18.0-1
* Fixed (build-)depends for this release. * Building sphinx doc with Python 3. Thomas Goirand 5 years ago
3 changed file(s) with 27 addition(s) and 25 deletion(s). Raw diff Collapse all Expand all
44
55 [ Thomas Goirand ]
66 * New upstream release.
7 * Fixed (build-)depends for this release.
8 * Building sphinx doc with Python 3.
79
810 -- Thomas Goirand <zigo@debian.org> Wed, 22 Aug 2018 15:54:50 +0200
911
1010 python-all,
1111 python-pbr (>= 2.0.0),
1212 python-setuptools,
13 python-sphinx (>= 1.6.2),
1413 python3-all,
1514 python3-pbr (>= 2.0.0),
1615 python3-setuptools,
16 python3-sphinx (>= 1.6.2),
1717 Build-Depends-Indep:
1818 python-babel,
19 python-barbicanclient (>= 4.0.0),
20 python-cryptography (>= 1.9),
19 python-barbicanclient (>= 4.5.2),
20 python-cryptography (>= 2.1),
2121 python-hacking (>= 0.10),
22 python-keystoneauth1 (>= 3.3.0),
23 python-openstackdocstheme (>= 1.17.0),
24 python-oslo.config (>= 1:5.1.0),
22 python-keystoneauth1 (>= 3.4.0),
23 python-oslo.config (>= 1:5.2.0),
2524 python-oslo.context (>= 2.19.2),
2625 python-oslo.i18n (>= 3.15.3),
27 python-oslo.log (>= 3.30.0),
26 python-oslo.log (>= 3.36.0),
2827 python-oslo.utils (>= 3.33.0),
29 python-oslotest (>= 1:1.10.0),
28 python-oslotest (>= 1:3.2.0),
3029 python-stevedore (>= 1.20.0),
3130 python-testscenarios,
3231 python-testtools (>= 2.2.0),
3332 python3-babel,
34 python3-barbicanclient (>= 4.0.0),
35 python3-cryptography (>= 1.9),
36 python3-keystoneauth1 (>= 3.3.0),
37 python3-oslo.config (>= 1:5.1.0),
33 python3-barbicanclient (>= 4.5.2),
34 python3-cryptography (>= 2.1),
35 python3-keystoneauth1 (>= 3.4.0),
36 python3-openstackdocstheme (>= 1.18.1),
37 python3-oslo.config (>= 1:5.2.0),
3838 python3-oslo.context (>= 2.19.2),
3939 python3-oslo.i18n (>= 3.15.3),
40 python3-oslo.log (>= 3.30.0),
40 python3-oslo.log (>= 3.36.0),
4141 python3-oslo.utils (>= 3.33.0),
42 python3-oslotest (>= 1:1.10.0),
42 python3-oslotest (>= 1:3.2.0),
4343 python3-stevedore (>= 1.20.0),
4444 python3-subunit,
4545 python3-testscenarios,
5555 Architecture: all
5656 Depends:
5757 python-babel,
58 python-barbicanclient (>= 4.0.0),
59 python-cryptography (>= 1.9),
60 python-keystoneauth1 (>= 3.3.0),
61 python-oslo.config (>= 1:5.1.0),
58 python-barbicanclient (>= 4.5.2),
59 python-cryptography (>= 2.1),
60 python-keystoneauth1 (>= 3.4.0),
61 python-oslo.config (>= 1:5.2.0),
6262 python-oslo.context (>= 2.19.2),
6363 python-oslo.i18n (>= 3.15.3),
64 python-oslo.log (>= 3.30.0),
64 python-oslo.log (>= 3.36.0),
6565 python-oslo.utils (>= 3.33.0),
6666 python-pbr (>= 2.0.0),
6767 python-stevedore (>= 1.20.0),
9797 Architecture: all
9898 Depends:
9999 python3-babel,
100 python3-barbicanclient (>= 4.0.0),
101 python3-cryptography (>= 1.9),
102 python3-keystoneauth1 (>= 3.3.0),
103 python3-oslo.config (>= 1:5.1.0),
100 python3-barbicanclient (>= 4.5.2),
101 python3-cryptography (>= 2.1),
102 python3-keystoneauth1 (>= 3.4.0),
103 python3-oslo.config (>= 1:5.2.0),
104104 python3-oslo.context (>= 2.19.2),
105105 python3-oslo.i18n (>= 3.15.3),
106 python3-oslo.log (>= 3.30.0),
106 python3-oslo.log (>= 3.36.0),
107107 python3-oslo.utils (>= 3.33.0),
108108 python3-pbr (>= 2.0.0),
109109 python3-stevedore (>= 1.20.0),
1919 endif
2020
2121 override_dh_sphinxdoc:
22 sphinx-build -b html doc/source debian/python-castellan-doc/usr/share/doc/python-castellan-doc/html
22 PYTHONPATH=. python3 -m sphinx -b html doc/source debian/python-castellan-doc/usr/share/doc/python-castellan-doc/html
2323 dh_sphinxdoc -O--buildsystem=python_distutils
2424
2525 override_dh_clean: