Switched to a hard depend on dbus
authorepage <eopage@byu.net>
Wed, 16 Sep 2009 11:50:39 +0000 (11:50 +0000)
committerepage <eopage@byu.net>
Wed, 16 Sep 2009 11:50:39 +0000 (11:50 +0000)
git-svn-id: file:///svnroot/gc-dialer/trunk@442 c39d3808-3fe2-4d86-a59f-b7f623ee9f21

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 = {