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