Improving error handling
[gc-dialer] / support / builddeb.py
index a6a8757..af607ca 100755 (executable)
@@ -30,7 +30,7 @@ __email__ = "eopage@byu.net"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
-* Escaping text messages so as to format correctly as html (stuff like <3 will appear correctly)
+* Fixing a bug with not being able to set the callback number
 """.strip()
 
 
@@ -83,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 += {