Fixing a fremantle dependency that I somehow missed
authorepage <eopage@byu.net>
Sat, 19 Sep 2009 16:50:08 +0000 (16:50 +0000)
committerepage <eopage@byu.net>
Sat, 19 Sep 2009 16:50:08 +0000 (16:50 +0000)
git-svn-id: file:///svnroot/gc-dialer/trunk@446 c39d3808-3fe2-4d86-a59f-b7f623ee9f21

support/builddeb.py

index db371cb..03f7035 100755 (executable)
@@ -195,11 +195,11 @@ def build_package(distribution):
        ])
        maemoSpecificDepends = ", python-osso | python2.5-osso, python-hildon | python2.5-hildon"
        p.depends += {
-               "debian": "",
+               "debian": ", python-glade2",
                "chinook": maemoSpecificDepends,
                "diablo": maemoSpecificDepends,
-               "fremantle": maemoSpecificDepends,
-               "mer": maemoSpecificDepends,
+               "fremantle": maemoSpecificDepends + ", python-glade2",
+               "mer": maemoSpecificDepends + ", python-glade2",
        }[distribution]
        p.recommends = ", ".join([
        ])