Changelist
[quicknote] / support / builddeb.py
index a24960c..8394023 100755 (executable)
@@ -23,7 +23,10 @@ __build__ = constants.__build__
 __changelog__ = """
 0.7.9
  * UI Tweak: Removed "New Note..." due to weirdness and duplicated behavior
+ * UI Tweak: Added App Menu to access some category functionality
  * Bugfix: Move To Category
+ * Bugfix: Removed carriage return on Ctrl+Enter
+ * Added .deb package support
 
 0.7.8
  * Spell checking
@@ -120,7 +123,7 @@ def build_package(distribution):
                "mer": maemoSpecificDepends + ", python-glade2",
        }[distribution]
        p.section = {
-               "debian": "accessories",
+               "debian": "editors",
                "chinook": "accessories",
                "diablo": "user/office",
                "fremantle": "user/office",
@@ -167,7 +170,7 @@ def build_package(distribution):
        print p.generate(
                version="%s-%s" % (__version__, __build__),
                changelog=__changelog__,
-               build=False,
+               build=True,
                tar=True,
                changes=True,
                dsc=True,