From: Fredrik Wendt Date: Fri, 17 Dec 2010 20:20:51 +0000 (+0000) Subject: changed version format in changelog file X-Git-Url: http://git.maemo.org/git/?p=wifi-assistant;a=commitdiff_plain;h=77c228457e2a4fac55f0e69d1019861d654daae1;ds=inline changed version format in changelog file --- diff --git a/package/Makefile b/package/Makefile index e350ed8..05c7835 100644 --- a/package/Makefile +++ b/package/Makefile @@ -4,7 +4,7 @@ # Based on Hermes' Makefile, written by Andrew Flegg. # -DEBVERS := $(shell dpkg-parsechangelog | sed -n -e 's/^Version: //p') +DEBVERS := $(shell dpkg-parsechangelog | sed -n -e 's/^Version: 1://p') compile: sed -i -e 's/VERSION = .*/VERSION = "${DEBVERS}"/' src/wifi_assistant/gui/about_dialog.py diff --git a/package/debian/changelog b/package/debian/changelog index 95d7262..4ebfa52 100644 --- a/package/debian/changelog +++ b/package/debian/changelog @@ -1,31 +1,32 @@ -wifi-assistant (0.9.1) fremantle; urgency=low +wifi-assistant (1:0.9.1) fremantle; urgency=low * fixed Bug #11198 - list of network names are not sorted * fixed Bug #11199 - about dialog doesn't show program version * fixed Bug #11209 - "no settings" displayed after adding a new network * fixed Bug #11210 - launch dialog is disabled after installation + * "silent" support for per SSID URL in GConf -- Fredrik Wendt Sat, 28 Aug 2010 12:33:10 +0100 -wifi-assistant (0.9.0) fremantle; urgency=low +wifi-assistant (1:0.9.0) fremantle; urgency=low * fixed Bug #11109 - No pop-up confirmation for networks with spaces -- Fredrik Wendt Wed, 25 Aug 2010 22:22:10 +0100 -wifi-assistant (0.0.3) fremantle; urgency=low +wifi-assistant (1:0.0.3) fremantle; urgency=low * network settings can now be added, changed and removed -- Fredrik Wendt Sun, 1 Aug 2010 17:22:10 +0100 -wifi-assistant (0.0.2) fremantle; urgency=low +wifi-assistant (1:0.0.2) fremantle; urgency=low * added upstart script - the daemon should always be there now -- Fredrik Wendt Wed, 28 Jul 2010 23:22:10 +0100 -wifi-assistant (0.0.1) fremantle; urgency=low +wifi-assistant (1:0.0.1) fremantle; urgency=low * initial release diff --git a/package/src/wifi_assistant/gui/about_dialog.py b/package/src/wifi_assistant/gui/about_dialog.py index d38c221..a62131c 100644 --- a/package/src/wifi_assistant/gui/about_dialog.py +++ b/package/src/wifi_assistant/gui/about_dialog.py @@ -10,6 +10,7 @@ class AboutDialog(): DONATE_BUTTON = gtk.RESPONSE_ACCEPT CLOSE_BUTTON = gtk.RESPONSE_HELP + # this field is updated from the Makefile's compile target VERSION = "0.9.1" BUG_URL = 'http://wifi-assistant.garage.maemo.org/bugs/'