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