Switching deps to PySide
authorEd Page <eopage@byu.net>
Wed, 23 Mar 2011 02:52:25 +0000 (21:52 -0500)
committerEd Page <eopage@byu.net>
Tue, 19 Apr 2011 23:49:32 +0000 (18:49 -0500)
support/builddeb.py

index 7c2ce38..8500d2f 100755 (executable)
@@ -88,7 +88,7 @@ def build_package(distribution):
        p.depends += {
                "debian": ", python-qt4",
                "diablo": ", python2.5-qt4-core, python2.5-qt4-gui",
-               "fremantle": ", python2.5-qt4-core, python2.5-qt4-gui, python2.5-qt4-maemo5",
+               "fremantle": ", python-pyside.qtgui, python-pyside.qtcore, python-pyside.qtmaemo5, python-qtmobility.contacts",
        }[distribution]
        p.recommends = ", ".join([
        ])