From f3bd48e4cd8855e502f47cf2586576794995e9f0 Mon Sep 17 00:00:00 2001 From: epage Date: Wed, 16 Jun 2010 02:03:26 +0000 Subject: [PATCH] Bump to 0.8.3-1 to fix a deps issue git-svn-id: file:///svnroot/nqaap/trunk@36 00ff6f12-f5ab-46b1-af0e-967c86d3154f --- support/build_nqaap.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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 -- 1.7.9.5