Fixing the section
authorepage <eopage@byu.net>
Sat, 21 Mar 2009 03:18:21 +0000 (03:18 +0000)
committerepage <eopage@byu.net>
Sat, 21 Mar 2009 03:18:21 +0000 (03:18 +0000)
git-svn-id: file:///svnroot/gc-dialer/trunk@240 c39d3808-3fe2-4d86-a59f-b7f623ee9f21

support/builddeb.py

index 8f97076..d19a18b 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.1"
-__build__ = 0
+__build__ = 1
 __changelog__ = '''\
 0.9.1 - "Get your hands off that"
  * GoogleVoice Support, what a pain
@@ -82,7 +82,7 @@ if __name__ == "__main__":
        p.mail = __email__
        p.license = "lgpl"
        p.depends = "python2.5, python2.5-gtk2"
-       p.section = "user/communication"
+       p.section = "user/network"
        p.arch = "all"
        p.urgency = "low"
        p.distribution = "chinook diablo"