Bump to 0.8.3-1 to fix a deps issue
authorepage <eopage@byu.net>
Wed, 16 Jun 2010 02:03:26 +0000 (02:03 +0000)
committerepage <eopage@byu.net>
Wed, 16 Jun 2010 02:03:26 +0000 (02:03 +0000)
git-svn-id: file:///svnroot/nqaap/trunk@36 00ff6f12-f5ab-46b1-af0e-967c86d3154f

support/build_nqaap.py

index 216dac4..227c9ec 100755 (executable)
@@ -42,13 +42,12 @@ Homepage: http://nqaap.garage.maemo.org/"""
         "python-dbus | python2.5-dbus",\r
         "python-telepathy | python2.5-telepathy",\r
         "python-gobject | python2.5-gobject",\r
-        "python-gst0.10 | python2.5-gst0.10",\r
     ])\r
     maemoSpecificDepends = ", python-osso | python2.5-osso, python-hildon | python2.5-hildon"\r
     p.depends += {\r
-        "debian": "",\r
+        "debian": ", python-gst0.10",\r
         "diablo": maemoSpecificDepends,\r
-        "fremantle": maemoSpecificDepends,\r
+        "fremantle": maemoSpecificDepends + ", python-gst0.10",\r
     }[distribution]\r
     p.section = {\r
         "debian": "sound",\r
@@ -71,7 +70,7 @@ rm -f ~/.nqaap/nqaap.log
     #  p.preremove="""#!/bin/sh\r
     #  chmod +x /usr/bin/mclock.py""" #Set here your pre remove script\r
     version = "0.8.3"           #Version of your software, e.g. "1.2.0" or "0.8.2"\r
-    build = "0" #Build number, e.g. "1" for the first build of this\r
+    build = "1" #Build number, e.g. "1" for the first build of this\r
                                 #version of your software. Increment\r
                                 #for later re-builds of the same\r
                                 #version of your software.  Text with\r