X-Git-Url: http://git.maemo.org/git/?p=watersofshiloah;a=blobdiff_plain;f=support%2Fbuilddeb.py;h=8f874348309847665487f00638a2884711810834;hp=fa86426d58d7be514792ebe329422091154b1d74;hb=582a7bb9b836acb9b98ba503c2c3bacd1d17817e;hpb=39ef56dd54258f4564efd05a99da8015b98d5374 diff --git a/support/builddeb.py b/support/builddeb.py index fa86426..8f87434 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -12,13 +12,15 @@ import constants __appname__ = constants.__app_name__ -__description__ = """Player for inspirational streaming radio and audiobooks including the KJV Bible +__description__ = """Streaming 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 . -Homepage: +This application is not endorsed by The Church of Jesus Christ of Latter-day Saints +. +Homepage: http://watersofshiloah.garage.maemo.org """ __author__ = "Ed Page" __email__ = "eopage@byu.net" @@ -79,9 +81,9 @@ def build_package(distribution): ]) maemoSpecificDepends = ", python-osso | python2.5-osso, python-hildon | python2.5-hildon" p.depends += { - "debian": ", python-glade2", - "diablo": maemoSpecificDepends + "", - "fremantle": maemoSpecificDepends + ", python-glade2", + "debian": "", + "diablo": maemoSpecificDepends, + "fremantle": maemoSpecificDepends, }[distribution] p.recommends = ", ".join([ ])