summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2016-02-22 16:47:26 +0000
committerSimon McVittie <smcv@debian.org>2016-02-22 16:47:26 +0000
commit9c5fac4e46a492e647d53f222cb64e5a3fcfc9ff (patch)
treedaa76c653f6d43c386873f95806411b070223137 /debian/control
parentb1081292d78c01a7ede1c9ab3b81af3258a3e96e (diff)
Enable the new python[3]-dbus-tests packages that were disabled in the previous upload
This reverts commit 9fd49178f3d2c5ed660f4fcb7188cd205d4ac676.
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 de2e570..9602725 100644
--- a/debian/control
+++ b/debian/control
@@ -128,3 +128,43 @@ 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.
+
+Package: python-dbus-tests
+Section: python
+Architecture: any
+Depends:
+ ${misc:Depends},
+ ${python:Depends},
+ ${shlibs:Depends},
+ dbus,
+ python-dbus,
+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-tests
+Section: python
+Architecture: any
+Depends:
+ ${misc:Depends},
+ ${python3:Depends},
+ ${shlibs:Depends},
+ dbus,
+ python3-dbus,
+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.