Updating dependencies
authorEd Page <eopage@byu.net>
Sat, 26 Sep 2009 22:41:27 +0000 (17:41 -0500)
committerEd Page <eopage@byu.net>
Sat, 26 Sep 2009 22:41:27 +0000 (17:41 -0500)
support/builddeb.py

index aba0451..cabcaab 100755 (executable)
@@ -66,20 +66,10 @@ def build_package(distribution):
        p.mail = __email__
        p.license = "lgpl"
        p.depends = ", ".join([
-               "python2.6 | python2.5",
-               "python-gtk2 | python2.5-gtk2",
-               "python-xml | python2.5-xml",
-               "python-dbus | python2.5-dbus",
-       ])
-       maemoSpecificDepends = ", python-osso | python2.5-osso, python-hildon | python2.5-hildon"
-       p.depends += {
-               "debian": ", python-glade2",
-               "chinook": maemoSpecificDepends,
-               "diablo": maemoSpecificDepends,
-               "fremantle": maemoSpecificDepends + ", python-glade2",
-               "mer": maemoSpecificDepends + ", python-glade2",
-       }[distribution]
-       p.recommends = ", ".join([
+               "python (>= 2.5)",
+               "python-dbus",
+               "python-gobject",
+               "python-telepathy",
        ])
        p.section = {
                "debian": "comm",