summaryrefslogtreecommitdiff
path: root/debian/control
blob: 2f467aa1bf561bebc3106a22cb2fea9f67f41535 (plain)
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
Source: dbus-python
Section: devel
Priority: optional
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Uploaders: Sjoerd Simons <sjoerd@debian.org>,
           Sebastian Dröge <slomo@debian.org>,
           Simon McVittie <smcv@debian.org>,
           Loic Minier <lool@dooz.org>
Build-Depends: autoconf,
               autoconf-archive,
               automake,
               dbus,
               debhelper (>= 9),
               dh-autoreconf,
               dh-python,
               dpkg-dev (>= 1.16.1),
               python-all-dbg (>= 2.6.6-3~),
               python-all-dev (>= 2.6.6-3~),
               python-gi,
               python3-all-dbg,
               python3-all-dev,
               python3-gi,
               libdbus-1-dev (>= 1.6),
               libdbus-glib-1-dev (>= 0.71),
               xmlto
Build-Depends-Indep: python-docutils,
                     python-epydoc (>= 3.0~beta1)
Standards-Version: 3.9.7
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Homepage: http://www.freedesktop.org/wiki/Software/DBusBindings#Python
Vcs-Git: https://anonscm.debian.org/git/pkg-utopia/dbus-python.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-utopia/dbus-python.git

Package: python-dbus
Section: python
Architecture: any
Depends: ${misc:Depends},
         ${python:Depends},
         ${shlibs:Depends},
Recommends: python-gi
Suggests: python-dbus-doc, python-dbus-dbg
Replaces: python2.4-dbus
Conflicts: python2.4-dbus
Breaks: gnome-osd (<< 0.12.0),
        gajim (<< 0.11.1),
        python-qt4-dbus (<< 4.8.3-3)
Provides: ${python:Provides}
Description: simple interprocess messaging system (Python interface)
 D-Bus is a message bus, used for sending messages between applications.
 Conceptually, it fits somewhere in between raw sockets and CORBA in
 terms of complexity.
 .
 This package provides a Python interface to D-Bus.
 .
 See the dbus description for more information about D-Bus in general.

Package: python3-dbus
Section: python
Architecture: any
Depends: ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends}
Recommends: python3-gi
Suggests: python-dbus-doc, python3-dbus-dbg
Provides: ${python3:Provides}
Description: simple interprocess messaging system (Python 3 interface)
 D-Bus is a message bus, used for sending messages between applications.
 Conceptually, it fits somewhere in between raw sockets and CORBA in
 terms of complexity.
 .
 This package provides a Python 3 interface to D-Bus.
 .
 See the dbus description for more information about D-Bus in general.

Package: python-dbus-dev
Section: python
Architecture: all
Depends:
 ${misc:Depends},
 libdbus-1-dev (>= 1.6),
Breaks: python-dbus (<< 1.0),
        python-dbus-common (<< 1.0)
Replaces: python-dbus (<< 1.0),
          python-dbus-common (<< 1.0)
Description: main loop integration development files for python-dbus
 D-Bus is a message bus, used for sending messages between applications.
 Conceptually, it fits somewhere in between raw sockets and CORBA in
 terms of complexity.
 .
 This package provides development files required to compile main-loop
 integration modules for python-dbus, such as dbus.mainloop.pyqt5 provided
 by PyQt. It is Python-version-independent: packages that build-depend
 on python-dbus-dev should also build-depend on python-dbus,
 python3-dbus, python-dbus-dbg and/or python3-dbus-dbg.

Package: python-dbus-dbg
Section: debug
Priority: extra
Architecture: any
Depends: python-dbg,
         python-dbus (= ${binary:Version}),
         ${shlibs:Depends},
         ${misc:Depends},
         ${python:Depends}
Description: debug build of the D-Bus Python 2 interface
 This package provides a version of the python-dbus package built for
 debugging versions of Python 2, and debug symbols for python-dbus.

Package: python3-dbus-dbg
Section: debug
Priority: extra
Architecture: any
Depends: python3-dbg,
         python3-dbus (= ${binary:Version}),
         ${shlibs:Depends},
         ${misc:Depends},
         ${python:Depends}
Description: debug build of the D-Bus Python 3 interface
 This package provides a version of the python3-dbus package built for
 debugging versions of Python 3, and debug symbols for python3-dbus.

Package: python-dbus-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Suggests: python-dbus | python3-dbus
Description: Documentation for the D-Bus Python interface
 This package provides text and HTML documentation, and examples, for the
 python-dbus and python3-dbus packages.