summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2016-03-06 17:56:44 +0000
committerSimon McVittie <smcv@debian.org>2016-03-06 17:56:44 +0000
commit2af60bea3a76539ea8068294e493c1c22e35f7b0 (patch)
tree86cad0cc962c9c515e7c76577e755ffbfea7cbe9 /debian/control
parentdaec3eec629ba4adb98a96daa9e38563176e0f2c (diff)
parent9c5fac4e46a492e647d53f222cb64e5a3fcfc9ff (diff)
Merge branch 'debian-experimental'
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control40
1 files changed, 40 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 356375e..8b1065f 100644
--- a/debian/control
+++ b/debian/control
@@ -114,6 +114,26 @@ 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.
+Package: python-dbus-tests
+Section: python
+Architecture: any
+Depends:
+ dbus,
+ python-dbus,
+ ${misc:Depends},
+ ${python:Depends},
+ ${shlibs:Depends},
+Recommends:
+ gnome-desktop-testing,
+ python-gi,
+Description: simple interprocess messaging system (Python interface - tests)
+ D-Bus is a message bus, used for sending messages between applications.
+ .
+ This package contains automated tests for the "dbus" Python bindings for
+ the reference D-Bus implementation, to be run under Python 2.
+ .
+ See the dbus description for more information about D-Bus in general.
+
Package: python3-dbus
Section: python
Architecture: any
@@ -150,3 +170,23 @@ 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: python3-dbus-tests
+Section: python
+Architecture: any
+Depends:
+ dbus,
+ python3-dbus,
+ ${misc:Depends},
+ ${python3:Depends},
+ ${shlibs:Depends},
+Recommends:
+ gnome-desktop-testing,
+ python3-gi,
+Description: simple interprocess messaging system (Python 3 interface - tests)
+ D-Bus is a message bus, used for sending messages between applications.
+ .
+ This package contains automated tests for the "dbus" Python bindings for
+ the reference D-Bus implementation, to be run under Python 3.
+ .
+ See the dbus description for more information about D-Bus in general.