Version bump
[gc-dialer] / support / builddeb.py
index df8d160..fe62f4a 100755 (executable)
@@ -7,9 +7,17 @@ __appname__ = "dialcentral"
 __description__ = "Simple interface to Google's GrandCentral(tm) service"
 __author__ = "Ed Page"
 __email__ = "eopage@byu.net"
-__version__ = "0.9.3"
+__version__ = "0.9.6"
 __build__ = 0
-__changelog__ = '''\
+__changelog__ = '''
+0.9.6
+
+0.9.5
+ * Fixed a login issue due to Google changing their webpage
+
+0.9.4 - ""
+ * Misc Bug fixes and experiments
+
 0.9.3 - ""
  * Removed the much disliked contact source ID
  * Added saving of callback number when using GoogleVoice
@@ -92,7 +100,7 @@ if __name__ == "__main__":
        p.author = __author__
        p.mail = __email__
        p.license = "lgpl"
-       p.depends = "python2.5, python2.5-gtk2"
+       p.depends = "python2.5, python2.5-gtk2, python2.5-xml"
        p.section = "user/communication"
        p.arch = "all"
        p.urgency = "low"