X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=support%2Fbuilddeb.py;h=fe62f4a461931c0dc7e63045fe497f7234a8d59d;hb=2a6e2d393566214e6363aca9d940cbec9e6ec510;hp=df8d160fa573ee81a3748d8aa79132c4dd40bb47;hpb=e43f06f4e2e9e332aa9bcd0dc8614cb0ff9c2c20;p=gc-dialer diff --git a/support/builddeb.py b/support/builddeb.py index df8d160..fe62f4a 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -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"