Replaced the author name with mine since no one else is really involved in the mainte...
authorepage <eopage@byu.net>
Wed, 4 Feb 2009 00:45:48 +0000 (00:45 +0000)
committerepage <eopage@byu.net>
Wed, 4 Feb 2009 00:45:48 +0000 (00:45 +0000)
git-svn-id: file:///svnroot/gc-dialer/trunk@177 c39d3808-3fe2-4d86-a59f-b7f623ee9f21

support/builddeb.py

index a218735..285be16 100755 (executable)
@@ -5,8 +5,8 @@ from py2deb import *
 
 __appname__ = "dialcentral"
 __description__ = "Simple interface to Google's GrandCentral(tm) service"
-__author__ = "Eric Warnke"
-__email__ = "ericew@gmail.com"
+__author__ = "Ed Page"
+__email__ = "eopage@byu.net"
 __version__ = "0.8.2"
 __build__ = 0
 __changelog__ = '''\
@@ -44,6 +44,7 @@ if __name__ == "__main__":
        p.mail = __email__
        p.license = "lgpl"
        p.depends = "python2.5, python2.5-gtk2"
+       # p.section = "user/utilities"
        p.section = "user/communication"
        p.arch = "all"
        p.urgency = "low"