Improving error handling
[gc-dialer] / support / builddeb.py
index fbbd4db..af607ca 100755 (executable)
@@ -30,12 +30,7 @@ __email__ = "eopage@byu.net"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
-* Fixing erroneous error report
-* Fixed visual glitches on Maemo 5 when adding contacts
-* Hopefully fixed auto-scroll on loading of SMS window
-* Improved performance of adding/removing contacts from SMS window
-* Fixed bugs with contact alternate number selector
-* Fixed bugs with SMS window closing
+* Fixing a bug with not being able to set the callback number
 """.strip()
 
 
@@ -88,6 +83,8 @@ def build_package(distribution):
        p.license = "lgpl"
        p.depends = ", ".join([
                "python2.6 | python2.5",
+               "python-xml | python2.5-xml",
+               "python-dbus | python2.5-dbus",
                "python-simplejson",
        ])
        p.depends += {