diff -Nru indicator-weather-0.8/ChangeLog indicator-weather-0.8/ChangeLog --- indicator-weather-0.8/ChangeLog 2016-11-19 02:45:36.000000000 +0000 +++ indicator-weather-0.8/ChangeLog 2016-11-19 03:50:27.000000000 +0000 @@ -1,3 +1,10 @@ +indicator-weather (0.8-1ubuntu2) trusty; urgency=low + + * Fixed icon inconsistency for different icon sets + * Fixed first time bootstrap failure + + -- Kasra Madadipouya Sat, 19 Nov 2016 11:27:21 +0800 + indicator-weather (0.8-0ubuntu1) trusty; urgency=low * Add missing dependency diff -Nru indicator-weather-0.8/configuration.py indicator-weather-0.8/configuration.py --- indicator-weather-0.8/configuration.py 2016-11-19 02:38:07.000000000 +0000 +++ indicator-weather-0.8/configuration.py 2016-12-02 09:21:45.000000000 +0000 @@ -14,6 +14,7 @@ import json import ast import os +import errno from os.path import expanduser try: from configparser import ConfigParser @@ -46,6 +47,8 @@ os.makedirs(os.path.dirname(self.start_up_file_name)) return self.__create_default_start_up_script_and_save_to_disk() except OSError as exc: # Guard against race condition + if exc.errno == errno.EEXIST: + return self.__create_default_start_up_script_and_save_to_disk() if exc.errno != errno.EEXIST: raise else: diff -Nru indicator-weather-0.8/debian/changelog indicator-weather-0.8/debian/changelog --- indicator-weather-0.8/debian/changelog 2016-11-19 03:27:36.000000000 +0000 +++ indicator-weather-0.8/debian/changelog 2016-12-02 09:24:30.000000000 +0000 @@ -1,3 +1,9 @@ +indicator-weather (0.8-2ubuntu3) trusty; urgency=low + + * Prepare 0.8.2 release from upstream + + -- Kasra Madadipouya Fri, 2 Dec 2016 17:24:19 +0800 + indicator-weather (0.8-1ubuntu2) trusty; urgency=low * Prepare 0.8.1 release from upstream diff -Nru indicator-weather-0.8/README.md indicator-weather-0.8/README.md --- indicator-weather-0.8/README.md 2016-09-29 10:42:47.000000000 +0000 +++ indicator-weather-0.8/README.md 2016-11-19 03:49:24.000000000 +0000 @@ -24,6 +24,7 @@ `$ sudo apt-get install indicator-weather` #### Supported Ubuntu versions +* Yakkety Yak 16.10 * Xenial Xerus 16.04 LTS * Wily Werewolf 15.10 * Vivid Vervet 15.04