From: epage Date: Wed, 16 Jun 2010 02:03:26 +0000 (+0000) Subject: Bump to 0.8.3-1 to fix a deps issue X-Git-Url: https://vcs.maemo.org/git/?p=nqaap;a=commitdiff_plain;h=f3bd48e4cd8855e502f47cf2586576794995e9f0 Bump to 0.8.3-1 to fix a deps issue git-svn-id: file:///svnroot/nqaap/trunk@36 00ff6f12-f5ab-46b1-af0e-967c86d3154f --- diff --git a/support/build_nqaap.py b/support/build_nqaap.py index 216dac4..227c9ec 100755 --- a/support/build_nqaap.py +++ b/support/build_nqaap.py @@ -42,13 +42,12 @@ Homepage: http://nqaap.garage.maemo.org/""" "python-dbus | python2.5-dbus", "python-telepathy | python2.5-telepathy", "python-gobject | python2.5-gobject", - "python-gst0.10 | python2.5-gst0.10", ]) maemoSpecificDepends = ", python-osso | python2.5-osso, python-hildon | python2.5-hildon" p.depends += { - "debian": "", + "debian": ", python-gst0.10", "diablo": maemoSpecificDepends, - "fremantle": maemoSpecificDepends, + "fremantle": maemoSpecificDepends + ", python-gst0.10", }[distribution] p.section = { "debian": "sound", @@ -71,7 +70,7 @@ rm -f ~/.nqaap/nqaap.log # p.preremove="""#!/bin/sh # chmod +x /usr/bin/mclock.py""" #Set here your pre remove script version = "0.8.3" #Version of your software, e.g. "1.2.0" or "0.8.2" - build = "0" #Build number, e.g. "1" for the first build of this + build = "1" #Build number, e.g. "1" for the first build of this #version of your software. Increment #for later re-builds of the same #version of your software. Text with