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