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