From: epage Date: Sat, 9 Jan 2010 02:40:11 +0000 (+0000) Subject: Added upgrade scription now that we are in extras X-Git-Url: http://git.maemo.org/git/?p=quicknote;a=commitdiff_plain;h=2ee19de1e0d0851cd38f7e0c1920cc49ec8e44b2 Added upgrade scription now that we are in extras git-svn-id: file:///svnroot/quicknote/trunk@101 bb7704e3-badb-4cfa-9ab3-9374dc87eaa2 --- diff --git a/support/builddeb.py b/support/builddeb.py index 5f35c7b..6a89a89 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -110,7 +110,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" @@ -165,7 +165,6 @@ def build_package(distribution): for (oldName, newName) in files ) p["/usr/share/applications/hildon"] = ["quicknote.desktop"] - #p["/usr/share/dbus-1/services"] = ["quicknote.service"] p["/usr/share/icons/hicolor/26x26/hildon"] = ["26x26-quicknote.png|quicknote.png"] p["/usr/share/icons/hicolor/40x40/hildon"] = ["40x40-quicknote.png|quicknote.png"] p["/usr/share/icons/hicolor/48x48/hildon"] = ["48x48-quicknote.png|quicknote.png"]