Customizing the install location to use a fixed path for the target rather than the...
[ejpi] / setup.py
index 9774520..36f3345 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -33,8 +33,8 @@ DESKTOP_FILE_PATH="/usr/share/applications"
 INPUT_DESKTOP_FILE="data/harmattan/ejpi.desktop"
 #[[[end]]]
 
-CHANGES = """
-"""
+CHANGES = """Switching from py2deb.py to sdist_maemo
+""".strip()
 BUGTRACKER_URL = "https://bugs.maemo.org/enter_bug.cgi?product=ejpi"
 
 
@@ -117,7 +117,7 @@ setup(
                        "copyright": "lgpl",
                        "changelog": CHANGES,
                        "buildversion": str(BUILD),
-                       "depends": "python, python-qt4-core, python-qt4-gui",
+                       "depends": "python2.5, python2.5-qt4-core, python2.5-qt4-gui",
                        "architecture": "any",
                },
                "sdist_fremantle": {
@@ -130,7 +130,7 @@ setup(
                        "copyright": "lgpl",
                        "changelog": CHANGES,
                        "buildversion": str(BUILD),
-                       "depends": "python, python-pyside.qtcore, python-pyside.qtgui, python-pyside.maemo5",
+                       "depends": "python, python-pyside.qtcore, python-pyside.qtgui, python-pyside.qtmaemo5",
                        "architecture": "any",
                },
                "sdist_harmattan": {