Marking notes for Qt Release (which hasn't happened yet)
[gc-dialer] / support / builddeb.py
index eb99ebc..3228eb3 100755 (executable)
@@ -30,7 +30,12 @@ __email__ = "eopage@byu.net"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
-* Fixed a minor packaging issue
+* First Qt Release (BETA)
+* Access to call cancel
+* Divider on contacts
+* Condensed history
+* Changed SMS Entry letter count style from GV to Nokia
+* Tabs are cached between launches
 """.strip()
 
 
@@ -43,7 +48,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
 """