From 77c228457e2a4fac55f0e69d1019861d654daae1 Mon Sep 17 00:00:00 2001 From: Fredrik Wendt Date: Fri, 17 Dec 2010 20:20:51 +0000 Subject: [PATCH] changed version format in changelog file --- package/Makefile | 2 +- package/debian/changelog | 11 ++++++----- package/src/wifi_assistant/gui/about_dialog.py | 1 + 3 files changed, 8 insertions(+), 6 deletions(-) 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/' -- 1.7.9.5