~ubuntu-branches/ubuntu/vivid/oslo-config/vivid

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2014-08-25 14:17:10 UTC
  • Revision ID: package-import@ubuntu.com-20140825141710-bjjk01ni4w63rqoq
Tags: 1:1.4.0.0~a3-0ubuntu3
Resync with debian. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
Priority: optional
4
4
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5
5
XSBC-Original-Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
6
 
Uploaders: Loic Dachary (OuoU) <loic@debian.org>,
7
 
           Julien Danjou <acid@debian.org>,
 
6
Uploaders: Julien Danjou <acid@debian.org>,
8
7
           Thomas Goirand <zigo@debian.org>,
9
8
           Ghe Rivero <ghe.rivero@stackops.com>,
10
9
           Mehdi Abaakouk <sileht@sileht.net>
11
 
Build-Depends: debhelper (>= 9), python-setuptools, python-all (>= 2.6.6-3~), openstack-pkg-tools
12
 
Build-Depends-Indep: python-argparse,
13
 
 python-coverage,
14
 
 python-d2to1,
15
 
 python-fixtures (>= 0.3.14),
16
 
 python-mock,
17
 
 python-netaddr,
18
 
 python-testtools (>= 0.9.32),
19
 
 python-testscenarios (>= 0.4),
20
 
 python-oslotest,
21
 
 python-stevedore,
22
 
 python-pbr,
23
 
 python-six,
24
 
 python-sphinx,
25
 
 testrepository (>= 0.0.17)
26
 
Standards-Version: 3.9.4
27
 
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/oslo.git
28
 
Vcs-Git: git://anonscm.debian.org/openstack/oslo.git
 
10
Build-Depends: debhelper (>= 9),
 
11
               openstack-pkg-tools,
 
12
               python-all (>= 2.6.6-3~),
 
13
               python-pbr,
 
14
               python-setuptools,
 
15
               python3-all (>= 3.2),
 
16
               python3-pbr,
 
17
               python3-setuptools
 
18
Build-Depends-Indep: python-coverage (>= 3.6),
 
19
                     python-fixtures (>= 0.3.14),
 
20
                     python-hacking (>= 0.8.0),
 
21
                     python-mimeparse,
 
22
                     python-mock (>= 1.0),
 
23
                     python-oslosphinx,
 
24
                     python-oslotest,
 
25
                     python-six (>= 1.5.2),
 
26
                     python-sphinx,
 
27
                     python-subunit (>= 0.0.18),
 
28
                     python-testscenarios (>= 0.4),
 
29
                     python-testtools (>= 0.9.34),
 
30
                     python-stevedore,
 
31
                     python-netaddr, 
 
32
                     python3-mimeparse,
 
33
                     python3-mock (>= 1.0),
 
34
                     python3-oslotest,
 
35
                     python3-six (>= 1.5.2),
 
36
                     python3-subunit (>= 0.0.18),
 
37
                     python3-testscenarios (>= 0.4),
 
38
                     python3-testtools (>= 0.9.34),
 
39
                     subunit (>= 0.0.18),
 
40
                     testrepository (>= 0.0.18)
 
41
Standards-Version: 3.9.5
 
42
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/oslo-config.git
 
43
Vcs-Git: git://anonscm.debian.org/openstack/oslo-config.git
29
44
Homepage: https://github.com/openstack/oslo-incubator
30
45
 
31
46
Package: python-oslo.config
32
47
Architecture: all
33
48
Pre-Depends: dpkg (>= 1.15.6~)
34
 
Depends: ${python:Depends}, ${misc:Depends},
35
 
 python-argparse
36
 
Provides: python-oslo-config
37
 
Description: Common code for Openstack Projects (configuration API)
38
 
 The OpenStack Oslo project provides Python libraries containing
39
 
 instructure code shared by OpenStack projects.
40
 
 .
41
 
 The OpenStack Oslo Configuration API supports parsing command line
42
 
 arguments and .ini style configuration files.
 
49
Depends: python-six (>= 1.5.2), ${misc:Depends}, ${python:Depends}
 
50
Provides: python-oslo-config
 
51
Description: Common code for Openstack Projects (configuration API) - Python 2.x
 
52
 The OpenStack Oslo project provides Python libraries containing
 
53
 infrastructure code shared by OpenStack projects.
 
54
 .
 
55
 The OpenStack Oslo Configuration API supports parsing command line
 
56
 arguments and .ini style configuration files.
 
57
 .
 
58
 This package provides the Python 2.x module.
 
59
 
 
60
Package: python3-oslo.config
 
61
Architecture: all
 
62
Pre-Depends: dpkg (>= 1.15.6~)
 
63
Depends: python3-six (>= 1.5.2), ${misc:Depends}, ${python3:Depends}
 
64
Description: Common code for Openstack Projects (configuration API) - Python 3.x
 
65
 The OpenStack Oslo project provides Python libraries containing
 
66
 infrastructure code shared by OpenStack projects.
 
67
 .
 
68
 The OpenStack Oslo Configuration API supports parsing command line
 
69
 arguments and .ini style configuration files.
 
70
 .
 
71
 This package provides the Python 3.x module.
 
72
 
 
73
Package: python-oslo.config-doc
 
74
Section: doc
 
75
Architecture: all
 
76
Pre-Depends: dpkg (>= 1.15.6~)
 
77
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
 
78
Provides: python-oslo-config
 
79
Description: Common code for Openstack Projects (configuration API) - doc
 
80
 The OpenStack Oslo project provides Python libraries containing
 
81
 infrastructure code shared by OpenStack projects.
 
82
 .
 
83
 The OpenStack Oslo Configuration API supports parsing command line
 
84
 arguments and .ini style configuration files.
 
85
 .
 
86
 This package provides the documentation.