X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=support%2Fbuilddeb.py;h=13a076d595d0726e2fd86519a8ba105d06205081;hb=441934646df1bf023a05eb4411fdd504f6117bff;hp=968eb1eaecc897151a802d9573c9c922169a117d;hpb=d652669f33199096ffbf7631383a9ccf58e96525;p=gc-dialer diff --git a/support/builddeb.py b/support/builddeb.py index 968eb1e..13a076d 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -30,7 +30,10 @@ __email__ = "eopage@byu.net" __version__ = constants.__version__ __build__ = constants.__build__ __changelog__ = """ -* Unescaping HTML escaped characters in names +* Fixing a call-out bug +* Adding error messages to cases that in theory should never be hit but are +* Protecting some code paths that should never have needed it but do +* Fixing a bug about not properly recovering from a failed login """.strip() @@ -43,7 +46,7 @@ rm -f ~/.%(name)s/notifier.log __preremove__ = """#!/bin/sh -e -python /usr/lib/dialcentral/alarm_handler.py -d || true +python /opt/dialcentral/lib/alarm_handler.py -d || true """