Bump to -20, fixing Maemo 4.1 depends, cleaning up descriptions
authorEd Page <eopage@byu.net>
Thu, 21 Jan 2010 13:09:40 +0000 (07:09 -0600)
committerEd Page <eopage@byu.net>
Thu, 21 Jan 2010 13:09:40 +0000 (07:09 -0600)
src/constants.py
support/builddeb.py

index e6767f5..fabb35a 100644 (file)
@@ -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_
index 68a0b76..2985141 100755 (executable)
@@ -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]