Fixing dependencies
[quicknote] / support / builddeb.py
index 193dcc4..fb58354 100755 (executable)
@@ -28,6 +28,7 @@ __changelog__ = """
  * Deleting empty notes no longer prompts the user
  * Cleaned up the history dialog a smidge
  * Ctrl+w/q to quit
+ * Bug fix: not very consistent when a category is visible in dialogs
 
 0.7.9
  * UI Tweak: Removed "New Note..." due to weirdness and duplicated behavior
@@ -121,6 +122,7 @@ def build_package(distribution):
                "python2.6 | python2.5",
                "python-gtk2 | python2.5-gtk2",
                "python-xml | python2.5-xml",
+               "python-dbus | python2.5-dbus",
        ])
        maemoSpecificDepends = ", python-osso | python2.5-osso, python-hildon | python2.5-hildon"
        p.depends += {