From: Ed Page Date: Wed, 22 Dec 2010 01:06:05 +0000 (-0600) Subject: Bump to 0.7.13-1 X-Git-Url: http://git.maemo.org/git/?p=quicknote;a=commitdiff_plain;h=3bba09e995f4c8c2627b10f5503a4dbb961e6d2e Bump to 0.7.13-1 --- diff --git a/src/constants.py b/src/constants.py index f15e340..eed7260 100644 --- a/src/constants.py +++ b/src/constants.py @@ -3,7 +3,7 @@ import os __pretty_app_name__ = "Quicknote" __app_name__ = "quicknote" __version__ = "0.7.13" -__build__ = 0 +__build__ = 1 _data_path_ = os.path.join(os.path.expanduser("~"), ".quicknote") __app_magic__ = 0xdeadbeef _user_logpath_ = "%s/quicknote.log" % _data_path_ diff --git a/support/builddeb.py b/support/builddeb.py index 8fc2b44..0b7ff58 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -65,7 +65,6 @@ def build_package(distribution): p.prettyName = constants.__pretty_app_name__ p.description = __description__ p.bugTracker = "https://bugs.maemo.org/enter_bug.cgi?product=quicknote" - p.upgradeDescription = __changelog__.split("\n\n", 1)[0] p.author = __author__ p.mail = __email__ p.license = "gpl" diff --git a/www/quicknote.deb b/www/quicknote.deb index bd0c5c2..4ba8c5b 100644 Binary files a/www/quicknote.deb and b/www/quicknote.deb differ