Switched to a hard depend on dbus
[gc-dialer] / support / builddeb.py
index 5f84a0b..338e49e 100755 (executable)
@@ -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 = {