Updating package lists
[gc-dialer] / support / builddeb.py
index 8ffd2b8..68d7481 100755 (executable)
@@ -7,10 +7,16 @@ __appname__ = "dialcentral"
 __description__ = "Simple interface to Google's GrandCentral(tm) service"
 __author__ = "Ed Page"
 __email__ = "eopage@byu.net"
-__version__ = "0.8.4"
+__version__ = "0.9.0"
 __build__ = 0
 __changelog__ = '''\
-0.8.4 - ""
+0.9.0 - "Slick as snot"
+ * Caching of contacts
+ * Refactoring to make working with the code easier
+ * Filesystem backed contacts but currently only supporting a specific csv format
+ * Gracefully handle lack of connection and connection transitions
+ * Gracefully handle failed login
+ * A tiny bit better error reporting
 
 0.8.3 - "Extras Love"
  * Version bump fighting the extras autobuilder, I hope this works
@@ -59,7 +65,7 @@ if __name__ == "__main__":
        p.postinstall = __postinstall__
        p.icon="26x26-dialcentral.png"
        p["/usr/bin"] = [ "dialcentral.py" ]
-       p["/usr/lib/dialcentral"] = ["__init__.py", "browser_emu.py", "evo_backend.py", "gc_backend.py", "gc_dialer.glade", "gc_dialer.py", "builddeb.py"]
+       p["/usr/lib/dialcentral"] = ["__init__.py", "browser_emu.py", "file_backend.py", "evo_backend.py", "gc_backend.py", "dialcentral.glade", "gc_dialer.py", "gc_views.py", "null_views.py", "gtk_toolbox.py"]
        p["/usr/share/applications/hildon"] = ["dialcentral.desktop"]
        p["/usr/share/icons/hicolor/26x26/hildon"] = ["26x26-dialcentral.png|dialcentral.png"]
        p["/usr/share/icons/hicolor/64x64/hildon"] = ["64x64-dialcentral.png|dialcentral.png"]