Fixing two issues and bumping to 0.8.13-2
authorEd Page <eopage@byu.net>
Sun, 20 Jun 2010 04:08:22 +0000 (23:08 -0500)
committerEd Page <eopage@byu.net>
Sun, 20 Jun 2010 04:08:22 +0000 (23:08 -0500)
src/constants.py
src/gvoice/addressbook.py
support/builddeb.py
www/telepathy-theonering.deb

index d76276e..de53beb 100644 (file)
@@ -3,7 +3,7 @@ import os
 __pretty_app_name__ = "Telepathy-TheOneRing"
 __app_name__ = "telepathy-theonering"
 __version__ = "0.8.13"
-__build__ = 0
+__build__ = 2
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".telepathy-theonering")
 _user_settings_ = "%s/settings.ini" % _data_path_
index 2a61213..5d29a06 100644 (file)
@@ -1,5 +1,7 @@
 #!/usr/bin/python
 
+from __future__ import with_statement
+
 
 import logging
 
index 66ba091..f71edd6 100755 (executable)
@@ -34,14 +34,7 @@ __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
+* Fixing a bug introduced in the previous build that prevented launching
 """.strip()
 
 
@@ -125,7 +118,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"
index 99c4eef..ae27197 100644 (file)
Binary files a/www/telepathy-theonering.deb and b/www/telepathy-theonering.deb differ