From: Ed Page Date: Fri, 6 Nov 2009 13:40:33 +0000 (-0600) Subject: Don't have a bug tracker yet, but going ahead and linking to it X-Git-Url: http://git.maemo.org/git/?p=gonvert;a=commitdiff_plain;h=14dbf647fbb0b4dfdd56a7a1ba60860e52e2808d Don't have a bug tracker yet, but going ahead and linking to it --- diff --git a/support/builddeb.py b/support/builddeb.py index 08763e4..32b7114 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -173,7 +173,7 @@ def build_package(distribution): p = py2deb.Py2deb(__appname__) p.prettyName = constants.__pretty_app_name__ p.description = __description__ - p.bugTracker = "" + p.bugTracker = "https://bugs.maemo.org/enter_bug.cgi?product=Gonvert" p.upgradeDescription = __changelog__.split("\n\n", 1)[0] p.author = __author__ p.mail = __email__