summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorSimon McVittie <smcv@ianadd.pseudorandom.co.uk>2007-10-03 16:37:53 +0000
committerSimon McVittie <smcv@ianadd.pseudorandom.co.uk>2007-10-03 16:37:53 +0000
commite42106a49a2579438d14a030af7c22e98f8fde3a (patch)
treeeff5d4c46b414756a7df286f52e37baa7cc470b5 /debian/control
parent787110f7b98dc55729c49536560a9fe6d24be827 (diff)
python-dbus-dbg: depend on python-xml-dbg.
The actual dependency is "either python-xml-dbg, or no python-xml at all" but I don't think that can be expressed in dpkg dependencies. git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/dbus-python@1778 ceb527fc-18e6-0310-9fe2-813c157c29e7
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 52560cd..70112fa 100644
--- a/debian/control
+++ b/debian/control
@@ -45,7 +45,7 @@ Description: simple interprocess messaging system (Python interface)
Package: python-dbus-dbg
Priority: extra
Architecture: any
-Depends: python-dbus (= ${binary:Version}), python-dbg, ${shlibs:Depends}, ${misc:Depends}
+Depends: python-dbus (= ${binary:Version}), python-dbg, python-xml-dbg, ${shlibs:Depends}, ${misc:Depends}
Description: Debug build of the D-Bus Python interface
This package provides a version of the python-dbus package built for
debugging versions of Python.