From: epage Date: Sat, 8 May 2010 02:29:02 +0000 (+0000) Subject: Fixing a bug with the builder X-Git-Url: https://vcs.maemo.org/git/?a=commitdiff_plain;ds=sidebyside;h=290aea68ddd7e61dbba19c94c08a04579ad8a473;p=nqaap Fixing a bug with the builder git-svn-id: file:///svnroot/nqaap/trunk@17 00ff6f12-f5ab-46b1-af0e-967c86d3154f --- diff --git a/build_nqaap.py b/build_nqaap.py index 2c585a3..38b0cc3 100644 --- a/build_nqaap.py +++ b/build_nqaap.py @@ -12,8 +12,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. """ -import py2deb import os +import sys + +import py2deb def build_package(distribution): @@ -28,6 +30,7 @@ def build_package(distribution): p.description="""Very simple Audiobook player. Supports playing, pausing, seeking (sort of) and saving state when changing book/closing. Plays books arranged as dirs under myDocs/Audiobooks +. Homepage: http://nqaap.garage.maemo.org/""" p.author="Soeren 'Pengman' Pedersen" p.mail="pengmeister@gmail.com"