Showing more notifications for login status
[gc-dialer] / support / builddeb.py
1 #!/usr/bin/python2.5
2
3 """
4 @bug In update desrcription stuff
5 """
6
7 import os
8 import sys
9
10 try:
11         import py2deb
12 except ImportError:
13         import fake_py2deb as py2deb
14
15 import constants
16
17
18 __appname__ = constants.__app_name__
19 __description__ = "Touch screen enhanced interface to the GoogleVoice/GrandCentral phone service"
20 __author__ = "Ed Page"
21 __email__ = "eopage@byu.net"
22 __version__ = constants.__version__
23 __build__ = constants.__build__
24 __changelog__ = """
25 1.0.7
26 * Sped up various login cases
27 * Added descriptions to the callback numbers
28 * Collapsed conversations in the messages tab
29 * UI Tweak: Added more login status notifications
30 * Bug Fix: Random people were reporting login issues
31 * Bug Fix: Hardened against issues with grabbing possible callback numbers
32 * Debugging: Improved logging output
33
34 1.0.6
35 * Fremantle Prep: Simplified menus in prep for no menu or the Fremantle App Menu
36 * Fremantle Prep: Implemented a work around for https://bugs.maemo.org/show_bug.cgi?id=4957
37 * Fremantle Prep: Switched to touch selectors for notification time, callback number, and contact addressbook
38 * Fremantle Prep: Making various widgets pannable rather than scrollable
39 * Fremantle Prep: CTRL-V added for paste for Dialpad
40 * Fremantle Prep: CTRL-Enter added for fullscreen
41 * UI Tweak: Phone selection and SMS Message dialogs now highlight the last message and are easier to scroll
42 * UI Tweak: Tweaked sizes of stuff on recent tab
43 * UI Tweak: Added notifcations for various things like login and dialing
44 * UI Tweak: Switch to accounts tab when logging in and callback is blank as a sublte hint to configure it
45 * UI Tweak: Switch to accounts tab on failed login to remind the user they are not logged in
46 * Packaging: Disables notifications on uninstall
47 * Packaging: Including a vastly improved py2deb for better packages (icons on package, etc)
48 * Debugging: Adding seperator between dialcentral launches in log
49 * Bug Fix: Made startup more error resistant
50 * Bug Fix: some dependencies for Diablo
51 * Bug Fix: Error on refreshing tabs when not logged in
52 * Bug Fix: #4471 Notification Checkbox Won't Stay Checked (hour roll over error)
53 * Bug Fix: Phone numbers in voicemails wouldn't appear
54 * Bug Fix: category for Fremantle/Diablo
55 * Bug Fix: needing to manually create "~/.dialcentral" due to earlier logging changes
56 * Bug Fix: dependencies for fremantle
57 * Bug Fix: Issues when trying to stack error messages
58 * Bug Fix: Python2.6 deprecates some stuff I did
59 * Bug Fix: On refreshing the Accounts tab, the callback number resets to the number from startup
60
61 1.0.5
62 * Contacts Tab remembers the last address book viewed on restart
63 * Applied some suggested changes for being more thumb friendly
64 * Messaging Dialog auto-scrolls to bottom
65 * Removed GrandCentral support
66 * Numbers can now be entered immediately, before login
67 * Bug Fix: Not clearing the entered number on sending an SMS
68 * Bug Fix: Disabling SMS button when logged off
69 * Bug Fix: Trying to make SMS and phone selection dialogs more readable
70 * Bug Fix: Adding some more thumb scrollbars
71
72 1.0.4
73 * "Back" button and tabs now visually indicate when they've entered a "hold" state
74 * Fixed the duplicate title on Maemo
75 * Removing some device connection observer code due to high bug to low benefit ratio
76 * Notification support
77 * Fixed a bug from 1.0.3 where once you refreshed a tab by holding on it, every tab would then be forced to refresh
78
79 1.0.3
80 * Holding down a tab for a second will now force a refresh
81 * Fixed a bug dealing with overzealously refreshing the contacts tab
82 * Finding some undescriptive errors and made them more descriptive
83 * Swapped the order GrandCentral and GoogleVoice appear in login window
84 * Fixed the "Recent" and "Message" tabs, google changed things on me again
85
86 1.0.2
87 * Random bug fixes
88 * Random performance improvements
89
90 1.0.1
91 * Fixed a voicemail transcripts due to a GoogleVoice change
92
93 1.0.0
94 * Added names to the recent tab for GoogleVoice
95
96 0.9.9
97 * SMS From Dialpad
98 * Display of names for messages tab
99 * Condensed messages/recent's date column
100
101 0.9.8
102  * Added columns to recent view and messages view to help seperate messages
103  * Attempted refreshing session on dial/sms send
104  * Fixed a GC Bug
105  * Minor bug fixes as usual
106
107 0.9.7
108  * Switched to Force Refresh for when wanting to check for more messages
109  * Removed timeouts that forced refreshes on various tabs
110  * Added support for a settings file, fairly primitive right now
111  * Fixed Maemo Support
112  * Lots of major and minor bug fixes
113
114 0.9.6
115  * Experimenting with the tabs being on the side
116  * Now the phone selector is used always, even if there is just one phone number
117  * Added a Messages Tab, which displays SMS and Voicemail messages
118  * Added option to send SMS messages
119
120 0.9.5
121  * Fixed a login issue due to Google changing their webpage
122
123 0.9.4 - ""
124  * Misc Bug fixes and experiments
125
126 0.9.3 - ""
127  * Removed the much disliked contact source ID
128  * Added saving of callback number when using GoogleVoice
129  * Got proper formatting on things ("&" rather than "&")
130  * Misc Bug fixes
131
132 0.9.2 - "Two heads are better than one"
133  * Adding of UI to switch between GC and GV
134  * Minimized flashing the dial button between grayed out and not on startup
135  * Bug fixes
136
137 0.9.1 - "Get your hands off that"
138  * GoogleVoice Support, what a pain
139  * More flexible CSV support.  It now checks the header row for what column name/number are in
140  * Experimenting with faster startup by caching PYC files with the package
141  * Fixing of some bad error handling
142  * More debug output for when people run into issues
143
144 0.9.0 - "Slick as snot"
145  * Caching of contacts
146  * Refactoring to make working with the code easier
147  * Filesystem backed contacts but currently only supporting a specific csv format
148  * Gracefully handle lack of connection and connection transitions
149  * Gracefully handle failed login
150  * A tiny bit better error reporting
151
152 0.8.3 - "Extras Love"
153  * Version bump fighting the extras autobuilder, I hope this works
154
155 0.8.2 - "Feed is for horses, so what about feedback?"
156  * Merged addressbook
157  * many more smaller fixes
158
159 0.8.1 - "Two Beers"
160  * Thumb scrollbars ( Kudos Khertan )
161
162 0.8.0 - "Spit and polish"
163  * Addressbook support
164  * threaded networking for better interactivity
165  * Hold down back to clear number
166  * Standard about dialog
167  * many more smaller fixes
168 """
169
170
171 __postinstall__ = """#!/bin/sh -e
172
173 gtk-update-icon-cache -f /usr/share/icons/hicolor
174 """
175
176 __preremove__ = """#!/bin/sh -e
177
178 python /usr/lib/dialcentral/alarm_handler.py -d || true
179 """
180
181
182 def find_files(path):
183         for root, dirs, files in os.walk(path):
184                 for file in files:
185                         if file.startswith("src-"):
186                                 fileParts = file.split("-")
187                                 unused, relPathParts, newName = fileParts[0], fileParts[1:-1], fileParts[-1]
188                                 assert unused == "src"
189                                 relPath = os.sep.join(relPathParts)
190                                 yield relPath, file, newName
191
192
193 def unflatten_files(files):
194         d = {}
195         for relPath, oldName, newName in files:
196                 if relPath not in d:
197                         d[relPath] = []
198                 d[relPath].append((oldName, newName))
199         return d
200
201
202 def build_package(distribution):
203         try:
204                 os.chdir(os.path.dirname(sys.argv[0]))
205         except:
206                 pass
207
208         py2deb.Py2deb.SECTIONS = py2deb.SECTIONS_BY_POLICY[distribution]
209         p = py2deb.Py2deb(__appname__)
210         p.description = __description__
211         p.upgradeDescription = __changelog__.split("\n\n", 1)[0]
212         p.author = __author__
213         p.mail = __email__
214         p.license = "lgpl"
215         p.depends = ", ".join([
216                 "python2.6 | python2.5",
217                 "python-gtk2 | python2.5-gtk2",
218                 "python-xml | python2.5-xml",
219                 "python-dbus | python2.5-dbus",
220         ])
221         maemoSpecificDepends = ", python-osso | python2.5-osso, python-hildon | python2.5-hildon"
222         p.depends += {
223                 "debian": ", python-glade2",
224                 "chinook": maemoSpecificDepends,
225                 "diablo": maemoSpecificDepends,
226                 "fremantle": maemoSpecificDepends + ", python-glade2",
227                 "mer": maemoSpecificDepends + ", python-glade2",
228         }[distribution]
229         p.recommends = ", ".join([
230         ])
231         p.section = {
232                 "debian": "comm",
233                 "chinook": "communication",
234                 "diablo": "user/network",
235                 "fremantle": "user/network",
236                 "mer": "user/network",
237         }[distribution]
238         p.arch = "all"
239         p.urgency = "low"
240         p.distribution = "chinook diablo fremantle mer debian"
241         p.repository = "extras"
242         p.changelog = __changelog__
243         p.postinstall = __postinstall__
244         p.preremove = __preremove__
245         p.icon = {
246                 "debian": "26x26-dialcentral.png",
247                 "chinook": "26x26-dialcentral.png",
248                 "diablo": "26x26-dialcentral.png",
249                 "fremantle": "64x64-dialcentral.png", # Fremantle natively uses 48x48
250                 "mer": "64x64-dialcentral.png",
251         }[distribution]
252         p["/usr/bin"] = [ "dialcentral.py" ]
253         for relPath, files in unflatten_files(find_files(".")).iteritems():
254                 fullPath = "/usr/lib/dialcentral"
255                 if relPath:
256                         fullPath += os.sep+relPath
257                 p[fullPath] = list(
258                         "|".join((oldName, newName))
259                         for (oldName, newName) in files
260                 )
261         p["/usr/share/applications/hildon"] = ["dialcentral.desktop"]
262         p["/usr/share/icons/hicolor/26x26/hildon"] = ["26x26-dialcentral.png|dialcentral.png"]
263         p["/usr/share/icons/hicolor/64x64/hildon"] = ["64x64-dialcentral.png|dialcentral.png"]
264         p["/usr/share/icons/hicolor/scalable/hildon"] = ["scale-dialcentral.png|dialcentral.png"]
265
266         print p
267         print p.generate(
268                 version="%s-%s" % (__version__, __build__),
269                 changelog=__changelog__,
270                 build=False,
271                 tar=True,
272                 changes=True,
273                 dsc=True,
274         )
275         print "Building for %s finished" % distribution
276
277
278 if __name__ == "__main__":
279         if len(sys.argv) > 1:
280                 try:
281                         import optparse
282                 except ImportError:
283                         optparse = None
284
285                 if optparse is not None:
286                         parser = optparse.OptionParser()
287                         (commandOptions, commandArgs) = parser.parse_args()
288         else:
289                 commandArgs = None
290                 commandArgs = ["diablo"]
291         build_package(commandArgs[0])