3c3cfcea7273f537439d4f24c4d7fd8bdbfaf43c
[gc-dialer] / support / builddeb.py
1 #!/usr/bin/python2.5
2
3 import os
4 import sys
5
6 try:
7         import py2deb
8 except ImportError:
9         import fake_py2deb as py2deb
10
11 import constants
12
13
14 __appname__ = constants.__app_name__
15 __description__ = """Touch screen enhanced interface to the GoogleVoice phone service"
16 Features:
17 .
18 * Dialpad for quick call
19 .
20 * Checking voicemails, texts, call history
21 .
22 * Sending texts
23 .
24 * Notification support for texts, voicemail, and/or missed calls
25 .
26 Homepage: http://gc-dialer.garage.maemo.org/
27 """
28 __author__ = "Ed Page"
29 __email__ = "eopage@byu.net"
30 __version__ = constants.__version__
31 __build__ = constants.__build__
32 __changelog__ = """
33 1.1.2
34 * Added names to the rows
35 * Disabled changing number when there weren't numbers to change to
36 * Reformatted the SMS window a tad
37 * Added a proper non-modal error box to the SMS window
38 * Bugfix: hildonizing the SMS Entry Window
39 * Bugfix: Race condition in creating SMS Entry Window
40
41 1.1.1
42 * Added icons to the SMS window buttons
43 * When selecting a number in the history tab, the call history is now shown in the SMS window
44 * Bugfix: "Letters Left:" is now "Letters:"
45 * Bugfix: When looking for alt numbers, there were issues
46
47 1.1.0
48 * Support for "+" in numbers, including on Dialpad by holding "0".  I'm hoping this makes both international and Gizmo users happier
49 * Added support for multi-part SMS messages (just like the GV site)
50 * Switching the sms entry dialog to a window, mainly for multi-part sms but also fullscreen and better key combos
51 * Unofficial support for importing of contacts files through Ctrl+i
52 * Bugfixes carried over from TOR work
53
54 1.0.10
55 * Renamed Recent to History
56 * Sped up GV contacts
57 * Remember if fullscreen (Ctrl+enter) in settings
58 * Added Ctrl+w and Ctrl+q to quit
59 * Added a filter for the Call History
60 * Error logging for notifications
61 * Bugfix: Messages tab not showing all of a message in Fremantle
62 * Bugfix: When selecting a message, the wrong message is displayed in the Send SMS dialog
63 * Bugfix: Removing some false positives for notification
64
65 1.0.9
66 * Added .deb packages for generic linux
67 * UI Tweak: Added an app menu
68 * Bug Fix: "Unable to Complete Calls Out" due to google.com/voice/m issues
69
70 1.0.8
71 * Sped up login time by delay loading contact list
72 * Sped up login when you do not have a cookie file (first launch)
73 * Ability to narrow down messages either by type or status
74 * Fremantle: Notification Support including testing of custom notifications
75 * UI Tweak: Cut down the number of times the login dialog is needlessly displayed
76 * Bug Fix: Switching to accounts tab when callback is blank
77 * Bug Fix: Corrupt cookie files prevent login
78 * Bug Fix: Logging in without credentials through cookies
79 * Debugging: Log contents now accessible through Ctrl+l
80
81 1.0.7
82 * Sped up various login cases
83 * Added descriptions to the callback numbers
84 * Collapsed conversations in the messages tab
85 * Give access to all of a contacts numbers when launching dialog from Recent or Messages tabs
86 * UI Tweak: Added more login status notifications
87 * UI Tweak: When no characters are entered, you can't send a text
88 * UI Tweak: Trying to consolidate dialogs by combining phone selection and SMS entry
89 * UI Tweak: Removed "Select" button from SMS Dialog
90 * UI Tweak: Increased the size of the SMS dialog
91 * UI Tweak: Disable "Dial" when a text has started to be entered
92 * UI Tweak: Move the sms history scroll bars around the whole sms conversation, giving more room to see with
93 * UI Tweak: Trying to be clearer by switching the login dialog from "Close" to "Cancel"
94 * UI Tweak: Remove auto-cancel of login after X attempts
95 * Bug Fix: Expanded the types of the Enter key that are supported for going to full screen
96 * Bug Fix: Random people were reporting login issues
97 * Bug Fix: Hardened against issues with grabbing possible callback numbers
98 * Bug Fix: Fremantle GTK doesn't allow TreeView rows to be selected, so row-activated handlers have to read their path
99 * Bug Fix: Fremantle PyMaemo doesn't provide a function Mer PyMaemo does, created a hack to be workable on both
100 * Bug Fix: Once PyMaemo supports thumb button sizes, setting that for all of the random buttons
101 * Bug Fix: When debugging hildonization, dialogs weren't closing
102 * Bug Fix: Not properly hildonizing some code
103 * Bug Fix: Attempting a hack to fix redirect issues for people
104 * Debugging: Improved logging output
105 * Debugging: Printing page when can't get a callback number
106 * Debugging: Included stuff to create all the debug files
107
108 1.0.6
109 * Fremantle Prep: Simplified menus in prep for no menu or the Fremantle App Menu
110 * Fremantle Prep: Implemented a work around for https://bugs.maemo.org/show_bug.cgi?id=4957
111 * Fremantle Prep: Switched to touch selectors for notification time, callback number, and contact addressbook
112 * Fremantle Prep: Making various widgets pannable rather than scrollable
113 * Fremantle Prep: CTRL-V added for paste for Dialpad
114 * Fremantle Prep: CTRL-Enter added for fullscreen
115 * UI Tweak: Phone selection and SMS Message dialogs now highlight the last message and are easier to scroll
116 * UI Tweak: Tweaked sizes of stuff on recent tab
117 * UI Tweak: Added notifcations for various things like login and dialing
118 * UI Tweak: Switch to accounts tab when logging in and callback is blank as a sublte hint to configure it
119 * UI Tweak: Switch to accounts tab on failed login to remind the user they are not logged in
120 * Packaging: Disables notifications on uninstall
121 * Packaging: Including a vastly improved py2deb for better packages (icons on package, etc)
122 * Debugging: Adding seperator between dialcentral launches in log
123 * Bug Fix: Made startup more error resistant
124 * Bug Fix: some dependencies for Diablo
125 * Bug Fix: Error on refreshing tabs when not logged in
126 * Bug Fix: #4471 Notification Checkbox Won't Stay Checked (hour roll over error)
127 * Bug Fix: Phone numbers in voicemails wouldn't appear
128 * Bug Fix: category for Fremantle/Diablo
129 * Bug Fix: needing to manually create "~/.dialcentral" due to earlier logging changes
130 * Bug Fix: dependencies for fremantle
131 * Bug Fix: Issues when trying to stack error messages
132 * Bug Fix: Python2.6 deprecates some stuff I did
133 * Bug Fix: On refreshing the Accounts tab, the callback number resets to the number from startup
134
135 1.0.5
136 * Contacts Tab remembers the last address book viewed on restart
137 * Applied some suggested changes for being more thumb friendly
138 * Messaging Dialog auto-scrolls to bottom
139 * Removed GrandCentral support
140 * Numbers can now be entered immediately, before login
141 * Bug Fix: Not clearing the entered number on sending an SMS
142 * Bug Fix: Disabling SMS button when logged off
143 * Bug Fix: Trying to make SMS and phone selection dialogs more readable
144 * Bug Fix: Adding some more thumb scrollbars
145
146 1.0.4
147 * "Back" button and tabs now visually indicate when they've entered a "hold" state
148 * Fixed the duplicate title on Maemo
149 * Removing some device connection observer code due to high bug to low benefit ratio
150 * Notification support
151 * 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
152
153 1.0.3
154 * Holding down a tab for a second will now force a refresh
155 * Fixed a bug dealing with overzealously refreshing the contacts tab
156 * Finding some undescriptive errors and made them more descriptive
157 * Swapped the order GrandCentral and GoogleVoice appear in login window
158 * Fixed the "Recent" and "Message" tabs, google changed things on me again
159
160 1.0.2
161 * Random bug fixes
162 * Random performance improvements
163
164 1.0.1
165 * Fixed a voicemail transcripts due to a GoogleVoice change
166
167 1.0.0
168 * Added names to the recent tab for GoogleVoice
169
170 0.9.9
171 * SMS From Dialpad
172 * Display of names for messages tab
173 * Condensed messages/recent's date column
174
175 0.9.8
176  * Added columns to recent view and messages view to help seperate messages
177  * Attempted refreshing session on dial/sms send
178  * Fixed a GC Bug
179  * Minor bug fixes as usual
180
181 0.9.7
182  * Switched to Force Refresh for when wanting to check for more messages
183  * Removed timeouts that forced refreshes on various tabs
184  * Added support for a settings file, fairly primitive right now
185  * Fixed Maemo Support
186  * Lots of major and minor bug fixes
187
188 0.9.6
189  * Experimenting with the tabs being on the side
190  * Now the phone selector is used always, even if there is just one phone number
191  * Added a Messages Tab, which displays SMS and Voicemail messages
192  * Added option to send SMS messages
193
194 0.9.5
195  * Fixed a login issue due to Google changing their webpage
196
197 0.9.4 - ""
198  * Misc Bug fixes and experiments
199
200 0.9.3 - ""
201  * Removed the much disliked contact source ID
202  * Added saving of callback number when using GoogleVoice
203  * Got proper formatting on things ("&" rather than "&")
204  * Misc Bug fixes
205
206 0.9.2 - "Two heads are better than one"
207  * Adding of UI to switch between GC and GV
208  * Minimized flashing the dial button between grayed out and not on startup
209  * Bug fixes
210
211 0.9.1 - "Get your hands off that"
212  * GoogleVoice Support, what a pain
213  * More flexible CSV support.  It now checks the header row for what column name/number are in
214  * Experimenting with faster startup by caching PYC files with the package
215  * Fixing of some bad error handling
216  * More debug output for when people run into issues
217
218 0.9.0 - "Slick as snot"
219  * Caching of contacts
220  * Refactoring to make working with the code easier
221  * Filesystem backed contacts but currently only supporting a specific csv format
222  * Gracefully handle lack of connection and connection transitions
223  * Gracefully handle failed login
224  * A tiny bit better error reporting
225
226 0.8.3 - "Extras Love"
227  * Version bump fighting the extras autobuilder, I hope this works
228
229 0.8.2 - "Feed is for horses, so what about feedback?"
230  * Merged addressbook
231  * many more smaller fixes
232
233 0.8.1 - "Two Beers"
234  * Thumb scrollbars ( Kudos Khertan )
235
236 0.8.0 - "Spit and polish"
237  * Addressbook support
238  * threaded networking for better interactivity
239  * Hold down back to clear number
240  * Standard about dialog
241  * many more smaller fixes
242 """
243
244
245 __postinstall__ = """#!/bin/sh -e
246
247 gtk-update-icon-cache -f /usr/share/icons/hicolor
248 rm -f ~/.dialcentral/notifier.log
249 rm -f ~/.dialcentral/dialcentral.log
250 """
251
252 __preremove__ = """#!/bin/sh -e
253
254 python /usr/lib/dialcentral/alarm_handler.py -d || true
255 """
256
257
258 def find_files(path):
259         for root, dirs, files in os.walk(path):
260                 for file in files:
261                         if file.startswith("src-"):
262                                 fileParts = file.split("-")
263                                 unused, relPathParts, newName = fileParts[0], fileParts[1:-1], fileParts[-1]
264                                 assert unused == "src"
265                                 relPath = os.sep.join(relPathParts)
266                                 yield relPath, file, newName
267
268
269 def unflatten_files(files):
270         d = {}
271         for relPath, oldName, newName in files:
272                 if relPath not in d:
273                         d[relPath] = []
274                 d[relPath].append((oldName, newName))
275         return d
276
277
278 def build_package(distribution):
279         try:
280                 os.chdir(os.path.dirname(sys.argv[0]))
281         except:
282                 pass
283
284         py2deb.Py2deb.SECTIONS = py2deb.SECTIONS_BY_POLICY[distribution]
285         p = py2deb.Py2deb(__appname__)
286         p.prettyName = constants.__pretty_app_name__
287         p.description = __description__
288         p.bugTracker = "https://bugs.maemo.org/enter_bug.cgi?product=Dialcentral"
289         p.upgradeDescription = __changelog__.split("\n\n", 1)[0]
290         p.author = __author__
291         p.mail = __email__
292         p.license = "lgpl"
293         p.depends = ", ".join([
294                 "python2.6 | python2.5",
295                 "python-gtk2 | python2.5-gtk2",
296                 "python-xml | python2.5-xml",
297                 "python-dbus | python2.5-dbus",
298         ])
299         maemoSpecificDepends = ", python-osso | python2.5-osso, python-hildon | python2.5-hildon"
300         p.depends += {
301                 "debian": ", python-glade2",
302                 "diablo": maemoSpecificDepends + ", python2.5-conic",
303                 "fremantle": maemoSpecificDepends + ", python-glade2, python-alarm",
304                 "mer": maemoSpecificDepends + ", python-glade2",
305         }[distribution]
306         p.recommends = ", ".join([
307         ])
308         p.section = {
309                 "debian": "comm",
310                 "diablo": "user/network",
311                 "fremantle": "user/network",
312                 "mer": "user/network",
313         }[distribution]
314         p.arch = "all"
315         p.urgency = "low"
316         p.distribution = "diablo fremantle mer debian"
317         p.repository = "extras"
318         p.changelog = __changelog__
319         p.postinstall = __postinstall__
320         p.preremove = __preremove__
321         p.icon = {
322                 "debian": "26x26-dialcentral.png",
323                 "diablo": "26x26-dialcentral.png",
324                 "fremantle": "64x64-dialcentral.png", # Fremantle natively uses 48x48
325                 "mer": "64x64-dialcentral.png",
326         }[distribution]
327         p["/usr/bin"] = [ "dialcentral.py" ]
328         for relPath, files in unflatten_files(find_files(".")).iteritems():
329                 fullPath = "/usr/lib/dialcentral"
330                 if relPath:
331                         fullPath += os.sep+relPath
332                 p[fullPath] = list(
333                         "|".join((oldName, newName))
334                         for (oldName, newName) in files
335                 )
336         p["/usr/share/applications/hildon"] = ["dialcentral.desktop"]
337         p["/usr/share/icons/hicolor/26x26/hildon"] = ["26x26-dialcentral.png|dialcentral.png"]
338         p["/usr/share/icons/hicolor/64x64/hildon"] = ["64x64-dialcentral.png|dialcentral.png"]
339         p["/usr/share/icons/hicolor/scalable/hildon"] = ["scale-dialcentral.png|dialcentral.png"]
340
341         if distribution == "debian":
342                 print p
343                 print p.generate(
344                         version="%s-%s" % (__version__, __build__),
345                         changelog=__changelog__,
346                         build=True,
347                         tar=False,
348                         changes=False,
349                         dsc=False,
350                 )
351                 print "Building for %s finished" % distribution
352         else:
353                 print p
354                 print p.generate(
355                         version="%s-%s" % (__version__, __build__),
356                         changelog=__changelog__,
357                         build=False,
358                         tar=True,
359                         changes=True,
360                         dsc=True,
361                 )
362                 print "Building for %s finished" % distribution
363
364
365 if __name__ == "__main__":
366         if len(sys.argv) > 1:
367                 try:
368                         import optparse
369                 except ImportError:
370                         optparse = None
371
372                 if optparse is not None:
373                         parser = optparse.OptionParser()
374                         (commandOptions, commandArgs) = parser.parse_args()
375         else:
376                 commandArgs = None
377                 commandArgs = ["diablo"]
378         build_package(commandArgs[0])