Build bump and ran into issues with the newer categories and the package app
[gc-dialer] / support / builddeb.py
index e7e2321..de750de 100755 (executable)
@@ -8,7 +8,7 @@ __description__ = "Simple interface to Google's GrandCentral(tm) service"
 __author__ = "Ed Page"
 __email__ = "eopage@byu.net"
 __version__ = "0.9.2"
-__build__ = 0
+__build__ = 1
 __changelog__ = '''\
 0.9.2 - "Two heads are better than one"
  * Adding of UI to switch between GC and GV
@@ -87,7 +87,7 @@ if __name__ == "__main__":
        p.mail = __email__
        p.license = "lgpl"
        p.depends = "python2.5, python2.5-gtk2"
-       p.section = "user/network"
+       p.section = "user/communication"
        p.arch = "all"
        p.urgency = "low"
        p.distribution = "chinook diablo"