From: epage Date: Sat, 22 Aug 2009 01:53:13 +0000 (+0000) Subject: Fixing a dependency issue X-Git-Url: http://git.maemo.org/git/?p=gc-dialer;a=commitdiff_plain;h=a770fae5cf85b8908f3f58a0e3b5f9a8439756aa Fixing a dependency issue git-svn-id: file:///svnroot/gc-dialer/trunk@409 c39d3808-3fe2-4d86-a59f-b7f623ee9f21 --- diff --git a/support/builddeb.py b/support/builddeb.py index c259b9f..7370a10 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -162,8 +162,8 @@ def build_package(distribution): p.mail = __email__ p.license = "lgpl" p.depends = { - "diablo": "python2.5, python2.5-gtk2, python2.5-xml", - "mer": "python2.6, python-gtk2, python-xml, python-glade2", + "diablo": "python2.5, python2.5-gtk2, python2.5-xml, python2.5-dbus", + "mer": "python2.6, python-gtk2, python-xml, python-glade2, python-dbus", }[distribution] p.section = "user/communication" p.arch = "all"