From: Ed Page Date: Thu, 21 Jan 2010 13:09:40 +0000 (-0600) Subject: Bump to -20, fixing Maemo 4.1 depends, cleaning up descriptions X-Git-Url: http://vcs.maemo.org/git/?a=commitdiff_plain;h=784103b76cc35859ab3c7bc951b05436d61cb907;p=theonering Bump to -20, fixing Maemo 4.1 depends, cleaning up descriptions --- diff --git a/src/constants.py b/src/constants.py index e6767f5..fabb35a 100644 --- a/src/constants.py +++ b/src/constants.py @@ -3,7 +3,7 @@ import os __pretty_app_name__ = "Telepathy-TheOneRing" __app_name__ = "telepathy-theonering" __version__ = "0.1.0" -__build__ = 19 +__build__ = 20 __app_magic__ = 0xdeadbeef _data_path_ = os.path.join(os.path.expanduser("~"), ".telepathy-theonering") _user_settings_ = "%s/settings.ini" % _data_path_ diff --git a/support/builddeb.py b/support/builddeb.py index 68a0b76..2985141 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -13,7 +13,6 @@ import constants __appname__ = constants.__app_name__ __description__ = """Note: This is jealous of new technology and will eat the kittens of n900 owners. -. Google Voice Communication Plugin . Features: @@ -28,7 +27,7 @@ Features: . * Block incoming calls by switching your status to "Hidden" . -Note: Google and Google Voice are probably trademarks of Google. This software nor the author has ny affiliation with Google +Note: Google and Google Voice are probably trademarks of Google. This software nor the author has any affiliation with Google . Homepage: http://theonering.garage.maemo.org """ @@ -79,7 +78,7 @@ def build_package(distribution): if distribution == "debian": p.prettyName = constants.__pretty_app_name__ else: - p.prettyName = "Google Voice protocol plugin for Conversations and Calls" + p.prettyName = "Google Voice plugin for Conversations and Calls" p.description = __description__ p.bugTracker = "https://bugs.maemo.org/enter_bug.cgi?product=theonering" #p.upgradeDescription = __changelog__.split("\n\n", 1)[0] @@ -101,7 +100,7 @@ def build_package(distribution): p.depends += { "debian": "", "chinook": "", - "diablo": "python2.5-conic, account-plugin-haze", + "diablo": ", python2.5-conic, account-plugin-haze", "fremantle": ", account-plugin-haze", "mer": "", }[distribution]