Updating the control info for the package
authorepage <eopage@byu.net>
Thu, 30 Sep 2010 02:48:04 +0000 (02:48 +0000)
committerepage <eopage@byu.net>
Thu, 30 Sep 2010 02:48:04 +0000 (02:48 +0000)
git-svn-id: file:///svnroot/nqaap/trunk@47 00ff6f12-f5ab-46b1-af0e-967c86d3154f

support/build_nqaap.py

index 0cda562..add2235 100755 (executable)
@@ -33,15 +33,17 @@ def build_package(distribution):
 Supports playing, pausing, seeking (sort of) and saving state when changing book/closing.\r
 Plays books arranged as dirs under myDocs/Audiobooks\r
 .\r
-Homepage: http://nqaap.garage.maemo.org/"""\r
+Homepage: http://wiki.maemo.org/Nqaap"""\r
     p.author="Soeren 'Pengman' Pedersen"\r
     p.mail="pengmeister@gmail.com"\r
+    p.license = "lgpl"\r
     p.depends = ", ".join([\r
         "python2.6 | python2.5",\r
         "python-gtk2 | python2.5-gtk2",\r
         "python-dbus | python2.5-dbus",\r
         "python-telepathy | python2.5-telepathy",\r
         "python-gobject | python2.5-gobject",\r
+        "python-simplejson",\r
     ])\r
     maemoSpecificDepends = ", python-osso | python2.5-osso, python-hildon | python2.5-hildon"\r
     p.depends += {\r
@@ -59,7 +61,7 @@ Homepage: http://nqaap.garage.maemo.org/"""
     p.urgency="low"             #not used in maemo onl for deb os\r
     p.distribution=distribution\r
     p.repository="extras"\r
-    p.bugTracker="http://talk.maemo.org/showthread.php?p=619738"\r
+    p.bugTracker="https://bugs.maemo.org/enter_bug.cgi?product=nQa%20Audiobook%20Player"\r
     p.postinstall="""#!/bin/sh\r
 rm -f ~/.nqaap/nqaap.log\r
 """\r
@@ -69,7 +71,7 @@ rm -f ~/.nqaap/nqaap.log
     #  chmod +x /usr/bin/mclock.py""" #Set here your pre install script\r
     #  p.preremove="""#!/bin/sh\r
     #  chmod +x /usr/bin/mclock.py""" #Set here your pre remove script\r
-    version = "0.8.5"           #Version of your software, e.g. "1.2.0" or "0.8.2"\r
+    version = "0.8.6"           #Version of your software, e.g. "1.2.0" or "0.8.2"\r
     build = "0" #Build number, e.g. "1" for the first build of this\r
                                 #version of your software. Increment\r
                                 #for later re-builds of the same\r
@@ -78,7 +80,8 @@ rm -f ~/.nqaap/nqaap.log
                                 #in the package "Details" tab of the\r
                                 #Maemo Application Manager\r
     changeloginformation = """\r
-* Tweaking the UI based on feedback from Addison\r
+* About window as requested by magnuslu\r
+* Switched how storage of active book, chapter, and chapter position is stored\r
 """.strip()\r
     dir_name = "src" #Name of the subfolder containing your package\r
                                 #source files\r