From 3d497887c7f410562a0bbbd5f87c116b11f68e3c Mon Sep 17 00:00:00 2001 From: epage Date: Sat, 19 Sep 2009 16:50:08 +0000 Subject: [PATCH] Fixing a fremantle dependency that I somehow missed git-svn-id: file:///svnroot/gc-dialer/trunk@446 c39d3808-3fe2-4d86-a59f-b7f623ee9f21 --- support/builddeb.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/support/builddeb.py b/support/builddeb.py index db371cb..03f7035 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -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([ ]) -- 1.7.9.5