Forgot a dependency
authorEd Page <eopage@byu.net>
Sat, 5 Jun 2010 22:23:49 +0000 (17:23 -0500)
committerEd Page <eopage@byu.net>
Sat, 5 Jun 2010 22:23:49 +0000 (17:23 -0500)
src/constants.py
support/builddeb.py
www/gonvert.deb

index ecaa541..936c414 100644 (file)
@@ -3,7 +3,7 @@ import os
 __pretty_app_name__ = "Gonvert"
 __app_name__ = "gonvert"
 __version__ = "1.0.0"
-__build__ = 2
+__build__ = 3
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".gonvert")
 _user_settings_ = "%s/settings.json" % _data_path_
index f607ab0..212d93d 100755 (executable)
@@ -76,6 +76,7 @@ def build_package(distribution):
        p.license = "gpl"
        p.depends = ", ".join([
                "python2.6 | python2.5",
+               "python-simplejson",
        ])
        p.depends += {
                "debian": ", python-qt4",
index 2216650..13da54c 100644 (file)
Binary files a/www/gonvert.deb and b/www/gonvert.deb differ