File: control

package info (click to toggle)
python-pycadf 2.2.0-2~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 652 kB
  • sloc: python: 1,390; makefile: 191
file content (94 lines) | stat: -rw-r--r-- 4,145 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
Source: python-pycadf
Section: python
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>,
Build-Depends: debhelper (>= 9~),
               dh-python,
               openstack-pkg-tools (>= 23~),
               python-all,
               python-pbr (>= 1.3),
               python-setuptools,
               python-sphinx,
               python3-all,
               python3-pbr (>= 1.3),
               python3-setuptools,
Build-Depends-Indep: python-coverage (>= 3.6),
                     python-debtcollector (>= 1.2.0),
                     python-fixtures (>= 1.3.1),
                     python-hacking (>= 0.10.0),
                     python-oslo.config (>= 1:3.7.0),
                     python-oslo.serialization (>= 2.0.0),
                     python-oslosphinx (>= 2.5.0),
                     python-oslotest (>= 1:1.10.0),
                     python-six (>= 1.9.0),
                     python-subunit (>= 0.0.18),
                     python-testtools (>= 1.4.0),
                     python-tz,
                     python3-debtcollector (>= 1.2.0),
                     python3-fixtures (>= 1.3.1),
                     python3-oslo.config (>= 1:3.7.0),
                     python3-oslo.serialization (>= 2.0.0),
                     python3-oslotest (>= 1:1.10.0),
                     python3-six (>= 1.9.0),
                     python3-subunit (>= 0.0.18),
                     python3-testtools (>= 1.4.0),
                     python3-tz,
                     subunit (>= 0.0.18),
                     testrepository (>= 0.0.18),
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/openstack/python-pycadf.git/
Vcs-Git: https://anonscm.debian.org/git/openstack/python-pycadf.git
Homepage: https://github.com/openstack/pycadf

Package: python-pycadf
Architecture: all
Depends: pycadf-common (= ${binary:Version}),
         python-debtcollector (>= 1.2.0),
         python-oslo.config (>= 1:3.7.0),
         python-oslo.serialization (>= 2.0.0),
         python-pbr (>= 1.3),
         python-six (>= 1.9.0),
         ${misc:Depends},
         ${python:Depends},
Description: implementation of DMTF Cloud Audit (CADF) data model - Python 2.7
 pyCADF is an implementation of DMTF Cloud Audit (CADF) data model.
 DMTF Cloud Management Initiative is promoting the work of the Cloud Management
 Work Group, the Cloud Auditing Data Federation Working Group, the System
 Virtualization, Partitioning, Clustering Working Group and the Software
 Entitlement Working Group. See http://dmtf.org for details.
 .
 This package contains the Python 2.7 module.

Package: python3-pycadf
Architecture: all
Depends: pycadf-common (= ${binary:Version}),
         python3-debtcollector (>= 1.2.0),
         python3-oslo.config (>= 1:3.7.0),
         python3-oslo.serialization (>= 2.0.0),
         python3-pbr (>= 1.3),
         python3-six (>= 1.9.0),
         ${misc:Depends},
         ${python3:Depends},
Description: implementation of DMTF Cloud Audit (CADF) data model - 3.x
 pyCADF is an implementation of DMTF Cloud Audit (CADF) data model.
 DMTF Cloud Management Initiative is promoting the work of the Cloud Management
 Work Group, the Cloud Auditing Data Federation Working Group, the System
 Virtualization, Partitioning, Clustering Working Group and the Software
 Entitlement Working Group. See http://dmtf.org for details.
 .
 This package contains the Python 3.x module.

Package: pycadf-common
Architecture: all
Breaks: python-pycadf (<= 1.1.0-1),
Replaces: python-pycadf (<= 1.1.0-1),
Depends: ${misc:Depends},
Description: implementation of DMTF Cloud Audit (CADF) data model - common files
 pyCADF is an implementation of DMTF Cloud Audit (CADF) data model.
 DMTF Cloud Management Initiative is promoting the work of the Cloud Management
 Work Group, the Cloud Auditing Data Federation Working Group, the System
 Virtualization, Partitioning, Clustering Working Group and the Software
 Entitlement Working Group. See http://dmtf.org for details.
 .
 This package contains the common files for both Python 2.7 and 3.x modules.