X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;ds=inline;f=support%2Fbuilddeb.py;h=bb86a8a0c330e2d997a01f0de42d25a760852c7b;hb=c04913ddec59aa96ee83464dc04f2793ffa3812a;hp=635a98391758ed9b5f206f2448ad1e03d97b1ee8;hpb=3538a5e5fe2567e0506af072f953a41ea519fdc5;p=watersofshiloah diff --git a/support/builddeb.py b/support/builddeb.py index 635a983..bb86a8a 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -67,7 +67,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=Waters%20of%20Shiloah" p.upgradeDescription = __changelog__.split("\n\n", 1)[0] p.author = __author__ p.mail = __email__