Adding bugtracker
[watersofshiloah] / support / builddeb.py
index a99e14c..bb86a8a 100755 (executable)
@@ -12,13 +12,13 @@ import constants
 
 
 __appname__ = constants.__app_name__
-__description__ = """Streaming media player for inspirational streaming radio and audiobooks including the KJV Bible
+__description__ = """Media player for inspirational streaming radio and audiobooks including the KJV Bible
 Supports streaming:
 * "Mormon Channel" inspirational radio station
 * Conference precedings and magazines from The Church of Jesus Christ of Latter-day Saints
 * Scriptures, including King James Version of the Bible and the Book of Mormon
 .
-.This application is not endorsed by The Church of Jesus Christ of Latter-day Saints
+This application is not endorsed by The Church of Jesus Christ of Latter-day Saints
 .
 Homepage: http://watersofshiloah.garage.maemo.org
 """
@@ -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__