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