0.3.7
[multilist] / support / builddeb.py
index 72f777c..73ed235 100755 (executable)
@@ -21,6 +21,9 @@ __email__ = "n800@axique.net"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
+0.3.7
+* Corrected the bug tracker link
+
 0.3.6
 * Adding filtering for new and complete in addition to all and active
 
@@ -93,7 +96,7 @@ def build_package(distribution):
        p = py2deb.Py2deb(__appname__)
        p.prettyName = constants.__pretty_app_name__
        p.description = __description__
-       p.bugTracker = "https://bugs.maemo.org/enter_bug.cgi?product=quicknote"
+       p.bugTracker = "https://bugs.maemo.org/enter_bug.cgi?product=Multilist"
        p.upgradeDescription = __changelog__.split("\n\n", 1)[0]
        p.author = __author__
        p.mail = __email__