Removing upgrade description
authorepage <eopage@byu.net>
Wed, 18 Nov 2009 03:20:12 +0000 (03:20 +0000)
committerepage <eopage@byu.net>
Wed, 18 Nov 2009 03:20:12 +0000 (03:20 +0000)
git-svn-id: file:///svnroot/gc-dialer/trunk@576 c39d3808-3fe2-4d86-a59f-b7f623ee9f21

src/constants.py
support/builddeb.py

index c69e3bf..a186c28 100644 (file)
@@ -3,7 +3,7 @@ import os
 __pretty_app_name__ = "DialCentral"
 __app_name__ = "dialcentral"
 __version__ = "1.0.8"
-__build__ = 3
+__build__ = 4
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".dialcentral")
 _user_settings_ = "%s/settings.ini" % _data_path_
index dd59406..f2c6f5b 100755 (executable)
@@ -241,7 +241,7 @@ def build_package(distribution):
        p.prettyName = constants.__pretty_app_name__
        p.description = __description__
        p.bugTracker = "https://bugs.maemo.org/enter_bug.cgi?product=Dialcentral"
-       p.upgradeDescription = __changelog__.split("\n\n", 1)[0]
+       #p.upgradeDescription = __changelog__.split("\n\n", 1)[0]
        p.author = __author__
        p.mail = __email__
        p.license = "lgpl"