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