~mandel/location-service/add-auto-formatting

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
location-service (2.1+15.04.20150417-0ubuntu1) vivid; urgency=medium

  [ CI Train Bot ]
  * New rebuild forced.

  [ Manuel de la Pena ]
  * If an exception is thrown from the io_executor run method it must be
    caught, logger and continued with the main loop.

 -- CI Train Bot <ci-train-bot@canonical.com>  Fri, 17 Apr 2015 09:45:52 +0000

location-service (2.1+15.04.20150226-0ubuntu1) vivid; urgency=medium

  [ CI Train Bot ]
  * Launchpad automatic translations update. added: po/af.po po/bg.po
    po/sk.po
  * New rebuild forced.

  [ thomas-voss ]
  * Account for dbus interface breakage in NM from 0.9.8.8 -> 0.9.10.0.

 -- CI Train Bot <ci-train-bot@canonical.com>  Thu, 26 Feb 2015 19:53:44 +0000

location-service (2.1+15.04.20150213-0ubuntu1) vivid; urgency=medium

  [ thomas-voss ]
  * Automatically clean up session store for dead clients. (LP:
    #1418033)

 -- CI Train Bot <ci-train-bot@canonical.com>  Fri, 13 Feb 2015 13:54:25 +0000

location-service (2.1+15.04.20150126.1-0ubuntu1) vivid; urgency=low

  [ thomas-voss ]
  * Make the remote::Provider::Stub fail loudly on construction if the
    other side is not reachable. Relax the exception in
    location::Daemon::main and do not exit if instantiating a provider
    fails. (LP: #1414591)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 26 Jan 2015 20:16:32 +0000

location-service (2.1+15.04.20150125~rtm-0ubuntu1) 14.09; urgency=low

  [ CI Train Bot ]
  * Resync trunk

  [ thomas-voss ]
  * Add an interface for querying settings by key. Add an implementation
    leveraging boost::property_tree to provide settings. (LP: #1362765)
  * Allow for enabling/disabling providers. Wire up engine state changes
    to enabling/disabling of providers. (LP: #1392399)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Sun, 25 Jan 2015 12:45:54 +0000

location-service (2.1+15.04.20150113~rtm-0ubuntu1) 14.09; urgency=low

  [ thomas-voss ]
  * Print details about visible space vehicles to the gps provider test
    case. (LP: #1408984)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 13 Jan 2015 13:01:58 +0000

location-service (2.1+15.04.20150106~rtm-0ubuntu1) 14.09; urgency=low

  [ thomas-voss ]
  * Fix #1394204 by: (LP: #1394204)

  [ Ubuntu daily release ]
  * New rebuild forced

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 06 Jan 2015 18:50:55 +0000

location-service (2.1+15.04.20141110.1-0ubuntu1) vivid; urgency=low

  [ thomas-voss ]
  * Make sure that devices being added/removed by NetworkManager are
    handled correctly. (LP: #1390490)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 10 Nov 2014 20:30:56 +0000

location-service (2.1+15.04.20141105.1-0ubuntu1) vivid; urgency=low

  [ CI bot ]
  * Resync trunk

  [ Kevin DuBois ]
  * The headers shipped in libubuntu-location-service-dev contain
    includes that are provided in the libboost-dev package (specifically
    headers like boost/units/cmath.hpp). Make the dev package depend on
    libboost-dev so the downstreams get what they need to compile
    against the libubuntu-location-service-dev headers

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 05 Nov 2014 15:51:16 +0000

location-service (2.1+15.04.20141104-0ubuntu1) vivid; urgency=low

  * New rebuild forced

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 04 Nov 2014 06:20:45 +0000

location-service (2.1+14.10.20141030~rtm-0ubuntu1) 14.09; urgency=low

  [ thomas-voss ]
  * Bump build dependency.
  * Disconnect event connections for bag of providers. (LP: #1387572)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 30 Oct 2014 14:33:22 +0000

location-service (2.1+14.10.20141023-0ubuntu1) utopic; urgency=low

  [ thomas-voss ]
  * Prevent multiple invocations of start positioning on android GPS HAL
    to prevent buggy HAL implementations from blocking. Allow for
    decorated provider names to enable moving providers OOP. (LP:
    #1382501)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 23 Oct 2014 16:41:05 +0000

location-service (2.1+14.10.20141014-0ubuntu1) utopic; urgency=low

  [ thomas-voss ]
  * Switch to a NonSelectingProviderSelectionPolicy by default.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 14 Oct 2014 12:44:53 +0000

location-service (2.1+14.10.20141013-0ubuntu1) utopic; urgency=low

  [ thomas-voss ]
  * Allow for creation of initially invalid radio cells. (LP: #1380668)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 13 Oct 2014 15:28:59 +0000

location-service (2.1+14.10.20141010-0ubuntu1) utopic; urgency=low

  [ thomas-voss ]
  * Prefer /system/etc/gps.conf over /etc/gps.conf.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 10 Oct 2014 07:18:05 +0000

location-service (2.1+14.10.20141009.1-0ubuntu1) utopic; urgency=low

  [ thomas-voss ]
  * Make sure that modems are cached, no matter if they come with a
    valid NetworkRegistration.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 09 Oct 2014 15:18:56 +0000

location-service (2.1+14.10.20141008-0ubuntu1) utopic; urgency=low

  [ thomas-voss ]
  * Make the service translateable. (LP: #1354092)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 08 Oct 2014 09:20:31 +0000

location-service (2.1+14.10.20141006-0ubuntu1) utopic; urgency=low

  [ Alberto Aguirre ]
  * Ensure Engine::for_each_provider fulfills the noexcept promise

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 06 Oct 2014 16:39:42 +0000

location-service (2.1+14.10.20140925.2-0ubuntu1) utopic; urgency=low

  [ thomas-voss ]
  * Implement heuristic to invalidate 3G cells after 60 seconds. (LP:
    #1371514)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 25 Sep 2014 20:27:06 +0000

location-service (2.1+14.10.20140917.1-0ubuntu1) utopic; urgency=low

  [ thomas-voss ]
  * Expose remote::Interface and respective stub/skeleton for using and
    exposing remote location providers.
  * Add a standalone daemon for executing providers out of process.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 17 Sep 2014 13:27:53 +0000

location-service (2.1+14.10.20140915-0ubuntu1) utopic; urgency=low

  [ Loïc Minier ]
  * Update upstart job start conditions; workaround startup issue with a
    sleep. (LP: #1356468)

  [ thomas-voss ]
  * Somewhat clean up remote provider and add an acceptance-style test.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 15 Sep 2014 20:02:59 +0000

location-service (2.1+14.10.20140829-0ubuntu1) utopic; urgency=medium

  [ Manuel de la Pena ]
  * Add a new provider for the remote project.

  [ Manuel de la Peña ]
  * Improve the accuracy reported by the remote provider.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 29 Aug 2014 11:01:26 +0000

location-service (2.0.1+14.10.20140825-0ubuntu1) utopic; urgency=low

  [ thomas-voss ]
  * Add request for wireless scans to load test threads. Make sure that
    cached devices are considered instead of recreating device
    instances. Make sure that scan done signals are relayed correctly.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 25 Aug 2014 09:14:46 +0000

location-service (2.0.1+14.10.20140818-0ubuntu1) utopic; urgency=low

  [ thomas-voss ]
  * Add a demultiplexing reporter implementation. Adjust daemon config
    to instantiate a demultiplexing reporter instance, together with two
    ichnaea reporters feeding to Mozilla's and Ubuntu's location service
    instances.
  * Make sure the per-user trust-store instances are restarted on
    location service restarts.
  * Clean up CachedRadioCell and CachedWirelessNetwork. Switch to
    logging to syslog. (LP: #1356814)
  * Map edge -> gsm. Map hspa -> umts. (LP: #1357042)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 18 Aug 2014 08:11:55 +0000

location-service (2.0.1+14.10.20140811-0ubuntu1) utopic; urgency=low

  [ thomas-voss ]
  * Make sure that state property changes are correctly reported to the
    bus. (LP: #1348334)

  [ Ubuntu daily release ]
  * New rebuild forced

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 11 Aug 2014 10:21:20 +0000

location-service (2.0.1+14.10.20140808.1-0ubuntu1) utopic; urgency=low

  [ thomas-voss ]
  * Ensure that connections to events are properly cut on destruction.
  * Adjust naming of properties as exposed by NetworkManager.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 08 Aug 2014 19:25:54 +0000

location-service (2.0.1+14.10.20140808-0ubuntu1) utopic; urgency=low

  [ Nick Dedekind ]
  * Revert hotfix for bug#1352977 (LP: #1352977)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 08 Aug 2014 09:12:14 +0000

location-service (2.0.1+14.10.20140807.1-0ubuntu1) utopic; urgency=low

  [ thomas-voss ]
  * Add camera app and osm touch to the whitelist for permission mgmt.

  [ Ubuntu daily release ]
  * New rebuild forced

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 07 Aug 2014 20:45:31 +0000

location-service (2.0.1+14.10.20140806-0ubuntu1) utopic; urgency=low

  [ thomas-voss ]
  * Make the location service a trusted helper.

  [ Ubuntu daily release ]
  * New rebuild forced

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 06 Aug 2014 14:26:22 +0000

location-service (2.0.1+14.10.20140731-0ubuntu1) utopic; urgency=low

  [ thomas-voss ]
  * Expose connectivity state and primary connection characteristics.
    (LP: #1337102)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 31 Jul 2014 13:25:55 +0000

location-service (2.0.1+14.10.20140730.1-0ubuntu1) utopic; urgency=low

  [ thomas-voss ]
  * Make sure that logging directories are created on service startup.
    (LP: #1349704)
  * Fix build warnings.
  * Add a vanilla gps.conf file and install it to /etc/gps.conf. Make
    sure that expections thrown while trying to download GPS Xtra data
    do not abort the service. (LP: #1347887)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 30 Jul 2014 14:17:04 +0000

location-service (2.0.1+14.10.20140729.1-0ubuntu1) utopic; urgency=medium

  [ Pete Woods ]
  * Add libdbus-cpp and libdbus as dependencies on devel package.
  * Enable building on arm64, powerpc and ppc64el.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 29 Jul 2014 09:21:00 +0000

location-service (2.0.0+14.10.20140718.2-0ubuntu2) utopic; urgency=medium

  * No-change rebuild to get dbgsyms for all binaries onto
    ddebs.ubuntu.com

 -- Steve Langasek <steve.langasek@ubuntu.com>  Thu, 24 Jul 2014 12:36:51 -0700

location-service (2.0.0+14.10.20140718.2-0ubuntu1) utopic; urgency=medium

  [ Thomas Voß ]
  * Bump major revision and so name to account for toolchain update.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 18 Jul 2014 15:35:25 +0000

location-service (1.0.0+14.10.20140717.1-0ubuntu1) utopic; urgency=low

  [ thomas-voss ]
  * Switch to json-c for json parsing/generation purposes.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 17 Jul 2014 20:38:22 +0000

location-service (1.0.0+14.10.20140715-0ubuntu1) utopic; urgency=low

  * New rebuild forced

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 15 Jul 2014 14:13:06 +0000

location-service (1.0.0+14.10.20140630-0ubuntu1) utopic; urgency=medium

  [ Thomas Voß ]
  * Bump major version.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 30 Jun 2014 08:57:56 +0000

location-service (0.0.3+14.10.20140612-0ubuntu1) utopic; urgency=low

  [ Ubuntu daily release ]
  * New rebuild forced

  [ Ricardo Mendoza ]
  * Platform API V2 rebuild

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 12 Jun 2014 10:45:09 +0000

location-service (0.0.3+14.10.20140512-0ubuntu1) utopic; urgency=medium

  [ Thomas Voß ]
  * Patch version bump reflecting the toolchain switch.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 12 May 2014 21:02:13 +0000

location-service (0.0.2+14.04.20140307-0ubuntu2) utopic; urgency=high

  * No change rebuild against boost1.55.

 -- Dimitri John Ledkov <xnox@ubuntu.com>  Mon, 28 Apr 2014 02:59:37 +0100

location-service (0.0.2+14.04.20140307-0ubuntu1) trusty; urgency=low

  [ thomas-voss ]
  * Re-enable onSessionDied().

  [ Łukasz 'sil2100' Zemczak ]
  * Bump the build-dependency on dbus-cpp due to the ABI change

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 07 Mar 2014 12:42:42 +0000

location-service (0.0.2+14.04.20140211-0ubuntu1) trusty; urgency=low

  [ thomas-voss ]
  * Backport dummy provider and accompanying tests.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 11 Feb 2014 19:26:26 +0000

location-service (0.0.2+14.04.20140205.1-0ubuntu1) trusty; urgency=low

  [ thomas-voss ]
  * Force compilation against gcc 4.7.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 05 Feb 2014 14:32:35 +0000

location-service (0.0.2+14.04.20140204-0ubuntu1) trusty; urgency=low

  [ thomas-voss ]
  * * Fix a race when a session is created while another one ends. *
    Ensure a sensible minimum interval between consecutive location
    updates in the GPS provider. (LP: #1240878)
  * Adjust to changes in new dbus-cpp version.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 04 Feb 2014 12:36:02 +0000

location-service (0.0.2+13.10.20131016.1-0ubuntu2) trusty; urgency=low

  * No change rebuild for Boost 1.54 transition.

 -- Dmitrijs Ledkovs <xnox@ubuntu.com>  Mon, 21 Oct 2013 18:26:01 +0100

location-service (0.0.2+13.10.20131016.1-0ubuntu1) saucy; urgency=low

  [ Olivier Tilloy ]
  * Ensure the service is restarted if ended unexpectedly. (LP:
    #1240025)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 47

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 16 Oct 2013 11:01:51 +0000

location-service (0.0.2+13.10.20131015.2-0ubuntu1) saucy; urgency=low

  [ thomas-voss ]
  * Refactor packaging such that the service executable is part of ubuntu-location-service-bin.
  * Refactor packaging of service executable. (LP: #1235419)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 45

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 15 Oct 2013 15:07:41 +0000

location-service (0.0.1+13.10.20131011-0ubuntu1) saucy; urgency=low

  [ thomas-voss ]
  * Replace throwing an exception with logging, fulfill the noexcept
    promise. (LP: #1182658)

  [ Olivier Tilloy ]
  * Really fulfil the noexcept promise. (LP: #1182658)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 41

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 11 Oct 2013 05:41:09 +0000

location-service (0.0.1+13.10.20130904-0ubuntu1) saucy; urgency=low

  [ thomas-voss ]
  * Correctly link against gflags. (LP: #1218896)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 38

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 04 Sep 2013 03:02:21 +0000

location-service (0.0.1+13.10.20130903-0ubuntu1) saucy; urgency=low

  [ thomas-voss ]
  * * Remove build-dependency on lcov. * Add build-dependency on
    graphviz. * Add "Pre-Depends: ${misc:Pre-Depends}" for libubuntu-
    location-service0. * Add MultiArch: foreign for ubuntu-location-
    service-doc. * Disable JS-based search engine in doxygen setup to
    address lintian warning. (LP: #1218896)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 36

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 03 Sep 2013 15:16:22 +0000

location-service (0.0.1+13.10.20130829.1-0ubuntu1) saucy; urgency=low

  [ thomas-voss ]
  * Remove ruby-ronn from the build-dependencies.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 34

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 29 Aug 2013 15:21:28 +0000

location-service (0.0.1+13.10.20130827-0ubuntu1) saucy; urgency=low

  [ thomas-voss ]
  * Log gps::Provider status updates to syslog, but only every 20th
    satellite visibility update.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 32

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 27 Aug 2013 02:10:46 +0000

location-service (0.0.1+13.10.20130821-0ubuntu1) saucy; urgency=low

  [ Thomas Voß ]
  * Switch to gcc 4.7.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 30

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 21 Aug 2013 08:04:30 +0000

location-service (0.0.1+13.10.20130819-0ubuntu1) saucy; urgency=low

  [ Thomas Voß ]
  * Add linker flags to pkgconfig setup.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 28

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 19 Aug 2013 10:06:44 +0000

location-service (0.0.1+13.10.20130815.1-0ubuntu1) saucy; urgency=low

  [ Thomas Voß ]
  * Adjust path to service executable.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 26

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 15 Aug 2013 06:06:14 +0000

location-service (0.0.1+13.10.20130814-0ubuntu1) saucy; urgency=low

  [ Ted Gould ]
  * Add an upstart config file to examples, adjust path to service
    executable.

  [ Thomas Voß ]
  * Add an upstart config file to examples, adjust path to service
    executable.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 24

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 14 Aug 2013 10:07:04 +0000

location-service (0.0.1+13.10.20130813-0ubuntu1) saucy; urgency=low

  [ Thomas Voß ]
  * Adjust build and runtime dependency to use the hardware bits of the
    platform API.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 22

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 13 Aug 2013 10:06:35 +0000

location-service (0.0.1+13.10.20130711-0ubuntu1) saucy; urgency=low

  [ Didier Roche ]
  * Adapt to new gmock snapshot (which doesn't ship anymore shared lib).
    (LP: #1185265)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 20

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 11 Jul 2013 02:01:50 +0000

location-service (0.0.1+13.10.20130709-0ubuntu1) saucy; urgency=low

  * Automatic snapshot from revision 18

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 09 Jul 2013 02:02:37 +0000

location-service (0.0.1+13.10.20130705-0ubuntu1) saucy; urgency=low

  [ Didier Roche ]
  * Ship a -doc package now to install the documentation. In addition to
    it, build in parallel as well as check for missing files.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 16

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 05 Jul 2013 02:01:11 +0000

location-service (0.0.1daily13.06.18-0ubuntu1) saucy; urgency=low

  * Automatic snapshot from revision 14

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 18 Jun 2013 02:03:05 +0000

location-service (0.0.1daily13.06.17-0ubuntu1) saucy; urgency=low

  * Automatic snapshot from revision 13

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 17 Jun 2013 02:02:04 +0000

location-service (0.0.1daily13.06.14.1-0ubuntu1) saucy; urgency=low

  [ Łukasz 'sil2100' Zemczak ]
  * debian/compat, debian/rules, debian/control, debian/copyright:
    - Modifications related to compliance with our packaging standards
  * Automatic snapshot from revision 6 (bootstrap)

  [ Thomas Voß ]
  * Clean up the overall source tree and add additional tests.
  * * Fix test-cases to rely on proper floating point comparisons.

  [ Didier Roche ]
  * add section and -dev -> binary dep
  * Fix the FTBFS due to the new saucy toolchain. Add multi-arch
    support, fix the binary paths (libexec). Fix some lintian issues.

  [ Łukasz 'sil2100' Zemczak ]
  * Fix the FTBFS due to the new saucy toolchain. Add multi-arch
    support, fix the binary paths (libexec). Fix some lintian issues.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 12

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 14 Jun 2013 15:25:24 +0000