Minor fixes found while working on packaging
[doneit] / support / builddeb.py
index e47adc4..fbbb777 100755 (executable)
@@ -8,10 +8,24 @@ __description__ = "Todo Manager"
 __author__ = "Ed Page"
 __email__ = "eopage@byu.net"
 __version__ = "0.3.0"
-__build__ = 0
+__build__ = 2
 __changelog__ = '''\
 0.3.0
  * Initial Release
+ * Backend Support: Remember The Milk
+ * Completing of tasks
+ * Browse to task URLs
+ * Task editing:
+   * Task list
+   * Task Name
+   * Task Priority
+   * Task Due Date
+ * Note Viewer / Editor
+ * Not supported:
+   * Adding, renaming, and (un)archiving of lists
+   * Uncompleting a task and viewing completed tasks
+   * Viewing/editing of task recurrence, time estimate, tags, location, url
+   * Postponing tasks
 '''
 
 
@@ -70,7 +84,7 @@ if __name__ == "__main__":
                        "|".join((oldName, newName))
                        for (oldName, newName) in files
                )
-       # p["/usr/share/applications/hildon"] = ["doneit.desktop"]
+       p["/usr/share/applications/hildon"] = ["doneit.desktop"]
        # p["/usr/share/icons/hicolor/26x26/hildon"] = ["26x26-doneit.png|doneit.png"]
        # p["/usr/share/icons/hicolor/64x64/hildon"] = ["64x64-doneit.png|doneit.png"]
        # p["/usr/share/icons/hicolor/scalable/hildon"] = ["scale-doneit.png|doneit.png"]