summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
-rw-r--r--debian/control40
-rw-r--r--debian/tests/control14
3 files changed, 61 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index adf86a8..9d9eb3c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+dbus-python (1.2.2-2) experimental; urgency=medium
+
+ * Enable the new python[3]-dbus-tests packages that were disabled in
+ the previous upload
+
+ -- Simon McVittie <smcv@debian.org> Mon, 22 Feb 2016 16:46:46 +0000
+
dbus-python (1.2.2-1) unstable; urgency=low
* New upstream release
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.
diff --git a/debian/tests/control b/debian/tests/control
index 09a93dd..5c6b154 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -17,3 +17,17 @@ Depends:
python3-all-dev,
python3-dbus,
python3-dbus-dbg,
+
+Tests: python2
+Depends:
+ dbus,
+ gnome-desktop-testing,
+ python-dbus-tests,
+ python-gi,
+
+Tests: python3
+Depends:
+ dbus,
+ gnome-desktop-testing,
+ python3-dbus-tests,
+ python3-gi,