Fixing dependencies
[quicknote] / support / builddeb.py
index 6a89a89..fb58354 100755 (executable)
@@ -22,9 +22,13 @@ __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
 0.7.10
- * Moved history to the menu/appmenu
+ * Moved history to the (app)menu
+ * Moved search to Ctrl+f and (app)menu
  * Switched category selection over to a touch selector entry, making it prettier and easier
+ * 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
@@ -34,7 +38,7 @@ __changelog__ = """
  * Added .deb package support
 
 0.7.8
- * Spell checking
+ * Spell checking (Desktop only)
  * Fixing the application title
  * Fremantle Support
  * Ctrl+i and Ctrl+o to zoom in/out the interface
@@ -118,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 += {