Bump to 1.0.10-2; and now that I am in Extras, adding an upgrade description
authorepage <eopage@byu.net>
Sun, 3 Jan 2010 01:21:39 +0000 (01:21 +0000)
committerepage <eopage@byu.net>
Sun, 3 Jan 2010 01:21:39 +0000 (01:21 +0000)
git-svn-id: file:///svnroot/gc-dialer/trunk@604 c39d3808-3fe2-4d86-a59f-b7f623ee9f21

src/alarm_notify.py
src/constants.py
support/builddeb.py

index d71b030..4fb30bc 100755 (executable)
@@ -139,7 +139,12 @@ def notify_on_change():
                import led_handler
                led = led_handler.LedHandler()
                led.on()
+               print "Notify!"
+       else:
+               print "Nothing to report"
 
 
 if __name__ == "__main__":
+       import logging
+       logging.basicConfig(level=logging.DEBUG)
        notify_on_change()
index ff0ab73..af9b13b 100644 (file)
@@ -3,7 +3,7 @@ import os
 __pretty_app_name__ = "DialCentral"
 __app_name__ = "dialcentral"
 __version__ = "1.0.10"
-__build__ = 1
+__build__ = 2
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".dialcentral")
 _user_settings_ = "%s/settings.ini" % _data_path_
index f5313d5..227cf9e 100755 (executable)
@@ -259,7 +259,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"