summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2016-02-22 16:43:52 +0000
committerSimon McVittie <smcv@debian.org>2016-02-22 16:43:52 +0000
commit9fd49178f3d2c5ed660f4fcb7188cd205d4ac676 (patch)
treea3b737be6c3d7d7f900e8940182513936a2dbc64 /debian/control
parenta470d000299d26967f734c72970e48a150a266b8 (diff)
Temporarily disable the new packages for this upload, to avoid the NEW queue
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control40
1 files changed, 0 insertions, 40 deletions
diff --git a/debian/control b/debian/control
index 9602725..de2e570 100644
--- a/debian/control
+++ b/debian/control
@@ -128,43 +128,3 @@ 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.