Bump to 0.8.24
[theonering] / support / builddeb.py
index 66ba091..3f3506e 100755 (executable)
@@ -15,16 +15,14 @@ __appname__ = constants.__app_name__
 __description__ = """Send/receive texts and initiate GV callbacks all through Conversations and Phone
 Features:
 .
-* Send Texts and Receive both Texts and Voicemail through your chat window (buggy on Maemo 4.1)
+* Send Texts and Receive both Texts and Voicemail through your chat window
 .
 * Initiate Google Voice callbacks from the dialpad or your contacts
 .
-* Access to all of your Google Voice contacts (Maemo 4.1 only for now)
+* Access to all of your Google Voice contacts
 .
 * Reduce battery drain by setting your status to "Away"
 .
-* 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 any affiliation with Google
 .
 Homepage: http://theonering.garage.maemo.org
@@ -34,14 +32,8 @@ __email__ = "eopage@byu.net"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
-* Speed up: login through cookies
-* Speed up: by default TOR disallows DND.  When DND is allowed TOR will not do duplicate work now
-* Adjusted the timeout for hung connections
-* Allowing longer phone calls to kick off a voicemail check (accounted for rejected but not ignored calls originally)
-* Lengthened auto-disconnect from 20-60 seconds
-* Imitating telepathy-butterfly in some changes that have been made
-* Reduced some log noise
-* Optified
+* Limiting the size of log files
+* Blocking the caches from preventing log in
 """.strip()
 
 
@@ -125,7 +117,7 @@ def build_package(distribution):
                p["/usr/share/mission-control/profiles"] = ["theonering.profile.%s|theonering.profile"% distribution]
        elif distribution in ("diablo", "fremantle"):
                p["/usr/share/osso-rtcom"] = ["theonering.profile.%s|theonering.profile"% distribution]
-       p["/opt/theonering/bin"] = ["telepathy-theonering"]
+       p["/usr/lib/telepathy"] = ["telepathy-theonering"]
        p["/usr/share/telepathy/managers"] = ["theonering.manager"]
        if distribution in ("debian", ):
                iconBasePath = "/usr/share/icons/gnome/%s/apps"