From 50be3bdbc5dcd9771b6f24f58057f875b1f43a33 Mon Sep 17 00:00:00 2001 From: epage Date: Wed, 16 Sep 2009 11:50:39 +0000 Subject: [PATCH] Switched to a hard depend on dbus git-svn-id: file:///svnroot/gc-dialer/trunk@442 c39d3808-3fe2-4d86-a59f-b7f623ee9f21 --- support/builddeb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/builddeb.py b/support/builddeb.py index 5f84a0b..338e49e 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -190,6 +190,7 @@ def build_package(distribution): "python2.6 | python2.5", "python-gtk2 | python2.5-gtk2", "python-xml | python2.5-xml", + "python-dbus | python2.5-dbus", ]) p.depends += { "chinook": "", @@ -199,7 +200,6 @@ def build_package(distribution): }[distribution] p.recommends = ", ".join([ "python-osso | python2.5-osso", - "python-dbus | python2.5-dbus", "python-hildon | python2.5-hildon", ]) p.section = { -- 1.7.9.5