Bump to 0.8.11
[theonering] / 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__ = """Send/receive texts and initiate GV callbacks all through Conversations and Phone
16 Features:
17 .
18 * Send Texts and Receive both Texts and Voicemail through your chat window (buggy on Maemo 4.1)
19 .
20 * Initiate Google Voice callbacks from the dialpad or your contacts
21 .
22 * Access to all of your Google Voice contacts (Maemo 4.1 only for now)
23 .
24 * Reduce battery drain by setting your status to "Away"
25 .
26 * Block incoming calls by switching your status to "Hidden"
27 .
28 Note: Google and Google Voice are probably trademarks of Google.  This software nor the author has any affiliation with Google
29 .
30 Homepage: http://theonering.garage.maemo.org
31 """
32 __author__ = "Ed Page"
33 __email__ = "eopage@byu.net"
34 __version__ = constants.__version__
35 __build__ = constants.__build__
36 __changelog__ = """
37 0.8.11
38 * Various improvements to gathering debug information to assist with several outstanding issues
39
40 0.8.10
41 * More improvements to the logging
42
43 0.8.9
44 * For now removing "removing of old conversations" in case that is contributing to people's problems
45 * Attempting to use the messages actual time stamp rather than the time when we received it
46 * Adding a bit of paranoia to marking messages as read
47 * Added lots of debugging help
48
49 0.8.8
50 * Switching to a non-blocking system so TOR can remain responsive to MC and avoid being leaked in the first place
51
52 0.8.7
53 * Adding some logging to help track down some issues
54
55 0.8.6
56 * Switched to a 10 second timeout without connections before closing TOR
57 * Reduced the numbr of conversations cached
58 * Forcing system contacts to be enabled but only calls are working for now
59 * Bugfix: Reduced windows of hitting "Network Failure" when transitioning between networks
60
61 0.8.5
62 * Bugfix: User's locale differs from google's causes errors
63 * Bugfix: Reducing the times we ignore the cache of past conversations
64 * Bugfix: The One Ring does not work on desktop systems with Empathy 2.28
65
66 0.8.4
67 * Reduced time allowed for disconnect due to RTComm not putting TOR on hold, causing miss of callback
68 * Doubled the timed disconnects time
69 * Cleaning up things to better match the latest Empathy
70 * Bugfix: Random "General Error"s when making a call
71
72 0.8.3
73 * "Hold" support for calls, so that initiating a callback does not block incoming calls
74 * Increased the auto-cleanup timeout from 5 seconds to 10 seconds
75
76 0.8.2
77 * Improved debug logs, removing noise
78 * Reduced allotted disconnect time from 5 seconds to 2
79 * Auto-cleanup resources when client only does phase 1 of 2 connection creation phases
80 * Added 26x26 and 64x64 variants of icons to hopefully fix issues on Maemo 4.1
81
82 0.8.1
83 * Canceling of outbound calls
84 * Bugfix: Removing race condition with disconnect.  I introduced it expecting it to help but it hurts more than it helps
85
86 0.8.0
87 * Basic avatar support to distinguish phone types
88 * Tweaks to hopefully improve behavior
89
90 0.7.14
91 * Bugfix: Polling state machines weren't properly resetting (maybe thats why I had such good battery life)
92 * Bugfix: On Maemo 4.1 there are still some empty windows created
93 * Bugfix: Obscure alias bug no one should hit with The One Ring
94 * Bugfix: Another obscure bug causing possibly no negative side-effects
95
96 0.7.13
97 * Bugfix: Cancelling timeouts
98
99 0.7.12
100 * Bugfix: In 0.7.11 I messed up refreshing messages
101 * Bugfix: DND support has been broken for a while
102 * Bugfix: Auto-disconnect on Maemo 4.1 couldn't have worked for a while
103 * Bugfix: Handling missed calls had .. issues
104 * Bugfix: Issues when making a call introduced in 0.7.11
105 * Etc with the bug fixes (all too small to list)
106
107 0.7.11
108 * Bugfix: Attempting to improve the behavior of calls by reducing potential RTComm errors
109 * Bugfix: Issues with weird unexpected disconnect issues
110 * Bugfix: I guess I made a mistake in registering for system signals, whoops
111 * Bugfix: Following more closely the Telepathy spec by doing connects and disconnects asynchronously
112
113 0.7.10
114 * Increased the network timeout when connecting to GV
115 * Bugfix: On connection failure, the connection would be left around, preventing future connections
116
117 0.7.9
118 * Bugfix: Disconnect/Reconnect issues seem to be lessoned for me (What I previously thought was a bugfix turned out to cause several bugs.)
119
120 0.7.8
121 * Bugfix: Issues with checking for new conversations
122
123 0.7.7
124 * On change between available/away, start state_machine at max rather than min, reducing overhead
125 * Added a check for voicemails on missed/rejected calls (checks 3 times, 1 minute apart each)
126 * Adjusted default polling times to be more battery cautious for our n8x0 friends who can't change things right now
127 * Bugfix: Some of the derived polling settings had bugs
128 * Bugfix: Setting text polling to infinite would still have polling done if one sent a text
129
130 0.7.6
131 * On login, polling now starts at the max time rather than the min, reducing overhead
132 * Bugfix: Polling configuration wasn't actually hooked up to anything
133 * Debug Prompt: Made it so you can either reset one or all state machines (Rather than just all)
134
135 0.7.5
136 * Fixing a polling time bug introduced when making polling configurable
137
138 0.7.4
139 * Fixing a bug with deny-lists
140
141 0.7.3
142 * Fixing bug with being able to configure polling times
143
144 0.7.2
145 * Added a Deny list
146 * Added option to make GV Contacts optional
147 * Added a limit, where if a state machine period is longer than it, than we set the period to infinite
148 * Delayed when we say the connection is disconnected to hopefully help random issues
149 * Tweaked how The One Ring shows up in the addressbook (Maemo 5)
150 * Made polling configurable
151 * Delayed auto-disconnect in case the user is just switching network connections (Maemo 4.1)
152 * Bugfix: Removed superfluous blank message from debug prompt
153 * Bugfix: Moved some more (very minor, very rarely used) timeouts to second resolution reducing overhead
154 * Bugfix: debug prompt commands handled command validation poorly
155 * Debug Prompt: Added a "version" command
156 * Debug Prompt: Added a "get_polling" command to find out what the actual polling periods are
157 * Debug Prompt: Added a "grab_log" command which is a broken but means to offer the log file through a file transfer
158 * Debug Prompt: Added a "save_log" command to help till grab_log works and for where file transfers aren't supported by clients
159
160 0.7.1
161 * Reducing the race window where GV will mark messages as read accidently
162 * Modified some things blindly "because thats what Butterfly does"
163 * Modified some support files to mimic other plugins on Maemo 5 PR1.1
164 * Added link to bug tracker and moved all bugs and enhancements to it
165 * Switched contacts to being away by default upon user feedback
166 * Adjusting handling of call states to at least allow the option of clients to provide clearer information to the user
167 * Fixing some bugs with handling a variety of phone number formats
168 * Removed a hack that changed the number being called, most likely put in place in a bygone era
169
170 0.7.0
171 * Initial beta release for Maemo 5
172 * Late Alpha for Maemo 4.1 with horrible consequences like crashing RTComm
173
174 0.1.0
175 * Pre-Alpha Development Release
176 """
177
178
179 __postinstall__ = """#!/bin/sh -e
180
181 gtk-update-icon-cache -f /usr/share/icons/hicolor
182 rm -f ~/.telepathy-theonering/theonering.log
183 """
184
185 def find_files(path):
186         for root, dirs, files in os.walk(path):
187                 for file in files:
188                         if file.startswith("src!"):
189                                 fileParts = file.split("!")
190                                 unused, relPathParts, newName = fileParts[0], fileParts[1:-1], fileParts[-1]
191                                 assert unused == "src"
192                                 relPath = os.sep.join(relPathParts)
193                                 yield relPath, file, newName
194
195
196 def unflatten_files(files):
197         d = {}
198         for relPath, oldName, newName in files:
199                 if relPath not in d:
200                         d[relPath] = []
201                 d[relPath].append((oldName, newName))
202         return d
203
204
205 def build_package(distribution):
206         try:
207                 os.chdir(os.path.dirname(sys.argv[0]))
208         except:
209                 pass
210
211         py2deb.Py2deb.SECTIONS = py2deb.SECTIONS_BY_POLICY[distribution]
212         p = py2deb.Py2deb(__appname__)
213         if distribution == "debian":
214                 p.prettyName = constants.__pretty_app_name__
215         else:
216                 p.prettyName = "Google Voice plugin for Conversations and Calls"
217         p.description = __description__
218         p.bugTracker = "https://bugs.maemo.org/enter_bug.cgi?product=The%%20One%%20Ring"
219         #p.upgradeDescription = __changelog__.split("\n\n", 1)[0]
220         p.author = __author__
221         p.mail = __email__
222         p.license = "lgpl"
223         p.section = {
224                 "debian": "comm",
225                 "diablo": "user/network",
226                 "fremantle": "user/network",
227         }[distribution]
228         p.depends = ", ".join([
229                 "python (>= 2.5) | python2.5",
230                 "python-dbus | python2.5-dbus",
231                 "python-gobject | python2.5-gobject",
232                 "python-telepathy | python2.5-telepathy",
233         ])
234         p.depends += {
235                 "debian": "",
236                 "diablo": ", python2.5-conic, account-plugin-haze",
237                 "fremantle": ", account-plugin-haze",
238         }[distribution]
239         p.arch = "all"
240         p.urgency = "low"
241         p.distribution = "diablo fremantle debian"
242         p.repository = "extras"
243         p.changelog = __changelog__
244         p.postinstall = __postinstall__
245         p.icon = "32-tor_handset.png"
246         for relPath, files in unflatten_files(find_files(".")).iteritems():
247                 fullPath = "/usr/lib/theonering"
248                 if relPath:
249                         fullPath += os.sep+relPath
250                 p[fullPath] = list(
251                         "|".join((oldName, newName))
252                         for (oldName, newName) in files
253                 )
254         p["/usr/share/dbus-1/services"] = ["org.freedesktop.Telepathy.ConnectionManager.theonering.service"]
255         if distribution in ("debian", ):
256                 p["/usr/share/mission-control/profiles"] = ["theonering.profile.%s|theonering.profile"% distribution]
257         elif distribution in ("diablo", "fremantle"):
258                 p["/usr/share/osso-rtcom"] = ["theonering.profile.%s|theonering.profile"% distribution]
259         p["/usr/lib/telepathy"] = ["telepathy-theonering"]
260         p["/usr/share/telepathy/managers"] = ["theonering.manager"]
261         if distribution in ("debian", ):
262                 iconBasePath = "/usr/share/icons/gnome/%s/apps"
263         elif distribution in ("diablo", "fremantle"):
264                 iconBasePath = "/usr/share/icons/hicolor/%s/hildon"
265         p[iconBasePath % "26x26"] = ["26-tor_handset.png|im-theonering.png"]
266         p[iconBasePath % "32x32"] = ["32-tor_handset.png|im-theonering.png"]
267         p[iconBasePath % "64x64"] = ["64-tor_handset.png|im-theonering.png"]
268         p["/usr/share/theonering"] = [
269                 "32-tor_handset.png|tor_handset.png",
270                 "32-tor_phone.png|tor_phone.png",
271                 "32-tor_question.png|tor_question.png",
272                 "32-tor_self.png|tor_self.png",
273         ]
274
275         if distribution == "debian":
276                 print p
277                 print p.generate(
278                         version="%s-%s" % (__version__, __build__),
279                         changelog=__changelog__,
280                         build=True,
281                         tar=False,
282                         changes=False,
283                         dsc=False,
284                 )
285                 print "Building for %s finished" % distribution
286         else:
287                 print p
288                 print p.generate(
289                         version="%s-%s" % (__version__, __build__),
290                         changelog=__changelog__,
291                         build=False,
292                         tar=True,
293                         changes=True,
294                         dsc=True,
295                 )
296                 print "Building for %s finished" % distribution
297
298
299 if __name__ == "__main__":
300         if len(sys.argv) > 1:
301                 try:
302                         import optparse
303                 except ImportError:
304                         optparse = None
305
306                 if optparse is not None:
307                         parser = optparse.OptionParser()
308                         (commandOptions, commandArgs) = parser.parse_args()
309         else:
310                 commandArgs = None
311                 commandArgs = ["diablo"]
312         build_package(commandArgs[0])