X-Git-Url: http://git.maemo.org/git/?p=quicknote;a=blobdiff_plain;f=support%2Fbuilddeb.py;h=29a7e3a0e4314f906ce0ce3d4a247da3fbebfe9c;hp=e38416664c0cb55e9d80ee3526dd92f2483dfbd1;hb=0fc375bbd2bf73de78e0b59f4546fdb5a88d82cb;hpb=23b2617e3442945c048242349fac8b3c806b350a diff --git a/support/builddeb.py b/support/builddeb.py index e384166..29a7e3a 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -94,7 +94,7 @@ 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.upgradeDescription = __changelog__.split("\n\n", 1)[0] p.author = __author__ p.mail = __email__ p.license = "gpl"