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