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