From 9c5fac4e46a492e647d53f222cb64e5a3fcfc9ff Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 22 Feb 2016 16:47:26 +0000 Subject: Enable the new python[3]-dbus-tests packages that were disabled in the previous upload This reverts commit 9fd49178f3d2c5ed660f4fcb7188cd205d4ac676. --- debian/control | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) (limited to 'debian/control') 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. -- cgit v1.2.3