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