File: changelog

package info (click to toggle)
geoclue-2.0 2.7.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,360 kB
  • sloc: ansic: 12,920; xml: 310; sh: 37; makefile: 30; python: 28
file content (713 lines) | stat: -rw-r--r-- 27,945 bytes parent folder | download
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
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
geoclue-2.0 (2.7.2-2) unstable; urgency=medium

  * debian/control: Add Provides: ${gir:Provides} for the -dev package
  * debian/rules: Use api.beacondb.net instead of beacondb.net

 -- Laurent Bigonville <bigon@debian.org>  Sun, 22 Dec 2024 10:11:37 +0100

geoclue-2.0 (2.7.2-1) unstable; urgency=low

  * New upstream release
    - Bump build-dependencies
  * debian/watch: Fix the logic after GitLab changes (Closes: #1079914)
  * debian/geoclue-2.0.lintian-overrides: Drop
    package-supports-alternative-init-but-no-init.d-script, not used anymore
  * debian/control:
    - Bump Standards-Version to 4.7.0 (no further changes)
    - Update build-dependencies to please lintian: pkg-config => pkgconf
  * debian/rules: Use beaconDB as a source, with the maintainer approval
    (Closes: #1074427)
  * debian/patches: Cherry-pick several patches for beaconDB

 -- Laurent Bigonville <bigon@debian.org>  Thu, 12 Dec 2024 11:49:19 +0100

geoclue-2.0 (2.7.1-2) unstable; urgency=medium

  * Team upload
  * Install systemd service files into /usr/lib.
    Add a corresponding versioned Build-Depends on debhelper (>= 13.11.6) to
    ensure we have a recent enough version of dh_installsystemd.
  * Update lintian override accordingly

 -- Michael Biebl <biebl@debian.org>  Wed, 31 Jan 2024 14:45:04 +0100

geoclue-2.0 (2.7.1-1) unstable; urgency=medium

  * New upstream release
    - Bump libglib2.0-dev BD to >= 2.68.0
    - debian/geoclue-2.0.install: Adjust installation paths of dbus files
  * Update apparmor policy to allow several DBus operations, from Ubuntu
    Thanks to Georgia Garcia (Closes: #1050694)

 -- Laurent Bigonville <bigon@debian.org>  Fri, 22 Sep 2023 13:03:48 +0200

geoclue-2.0 (2.7.0-3) unstable; urgency=medium

  * Move D-Bus policy files from /etc/dbus-1 to /usr/share/dbus-1 (Closes:
    #1041780)
  * Apparmor: Allow to query IPv6 status (Closes: #1041894)

 -- Laurent Bigonville <bigon@debian.org>  Sat, 29 Jul 2023 09:06:57 +0200

geoclue-2.0 (2.7.0-2) unstable; urgency=medium

  * Apparmor: Allow reading configuration files in /etc/geoclue/conf.d/
  * Apparmor: Allow reading /etc/geolocation.
    Thanks to Edward Betts <edward@4angle.com>

 -- Laurent Bigonville <bigon@debian.org>  Sat, 15 Jul 2023 12:36:08 +0200

geoclue-2.0 (2.7.0-1) unstable; urgency=medium

  [ Michael Biebl ]
  * Remove deprecated polkit pkla file

  [ Laurent Bigonville ]
  * New upstream release
    - Drop d/p/Add-support-for-building-with-libsoup3.patch: Applied upstream
  * debian/control: Bump meson build-dependency to >= 0.60.0

 -- Laurent Bigonville <bigon@debian.org>  Sat, 24 Jun 2023 09:34:17 +0200

geoclue-2.0 (2.6.0-3) unstable; urgency=medium

  * Do not install the polkit rules files on non-linux architectures.
    This should fix the FTBFS on these architectures
  * debian/geoclue-2.0.lintian-overrides: Fix the lintian overrides
  * debian/control: Bump Standards-Version to 4.6.2 (no further changes)
  * debian/control: Drop obsolete Breaks/Replaces
  * Add apparmor profile for the geoclue daemon

 -- Laurent Bigonville <bigon@debian.org>  Mon, 19 Jun 2023 09:30:37 +0200

geoclue-2.0 (2.6.0-2) unstable; urgency=medium

  [ Laurent Bigonville ]
  * debian/geoclue-2.0.lintian-overrides: Fix dbus-policy-excessively-broad
    override
  * debian/geoclue-2.0.install: Install polkit rules shipped by upstream
  * debian/geoclue-2.0.install: Rename the .pkla file to match the name
    of the upstream rules file

  [ Jeremy Bicha ]
  * Cherry-pick proposed patch to build with libsoup3
  * Build-Depend on libsoup-3.0-dev

 -- Jeremy Bicha <jbicha@ubuntu.com>  Wed, 14 Sep 2022 11:46:47 -0400

geoclue-2.0 (2.6.0-1) unstable; urgency=medium

  * New upstream version 2.6.0
    - debian/patches/: Drop all patches, they (or similar patches) have been
      merged upstream
    - debian/libgeoclue-2-0.symbols: Add newly exported symbols
  * debian/control: Bump Standards-Version to 4.6.0 (no further changes)

 -- Laurent Bigonville <bigon@debian.org>  Tue, 05 Apr 2022 14:47:54 +0200

geoclue-2.0 (2.5.7-3) unstable; urgency=medium

  * Properly detect that applications are running in flatpak when using cgroup
    v2. Thanks to Guido Günther <agx@sigxcpu.org> (Closes: #985345)

 -- Laurent Bigonville <bigon@debian.org>  Wed, 17 Mar 2021 15:53:13 +0100

geoclue-2.0 (2.5.7-2) unstable; urgency=medium

  * d/p/fix-nowifi-query.patch: Fix getting a location if the computer has no
    wifi card (Closes: #978437)

 -- Laurent Bigonville <bigon@debian.org>  Thu, 31 Dec 2020 04:46:07 +0100

geoclue-2.0 (2.5.7-1) unstable; urgency=medium

  [ Laurent Bigonville ]
  * New upstream version 2.5.7
    - Check the maximum allowed accuracy level even for system applications.
      Respect the value of the user preference concerning the usage of their
      geolocation. This should fix the privacy and GDPR conformity concerns as
      the user explicitly needs to enable the option.
      Note that there is no distinction between the system applications
      anymore, turning on the option is allowing them all to get the location.
      (Closes: #924516, #958497)
  * debian/README.Debian: Add information about MLS and a link to the service
    Privacy Notice page
  * Add debian/salsa-ci.yml file
  * debian/control: Remove Craig Andrews from the Uploaders.
    He has not been active since 2009, thanks for his previous work on the
    package
  * d/p/: Add a patch to make the Mozilla API key configurable
  * debian/rules: Use the key that has been allocated to debian for MLS queries
  * d/gbp.conf: Stop adding the commit-id and set multimaint-merge to True
  * debian/control: Bump Standards-Version to 4.5.1 (no further changes)
  * d/p: Add an upstream patch to fix the display of the usage indicator
  * d/p: Remove the remaining differences between system app and flatpak ones.
    This fix an issue when geoclue is D-Bus activated by a client and also
    make sure that a running client is disconnected when the user disables
    the location services (set the accuracy to 0)

  [ Chris McGee ]
  * debian/control: Add rules requires root

  [ Debian Janitor ]
  * Refer to specific version of license LGPL-2+.
  * Apply multi-arch hints.
    + geoclue-doc, libgeoclue-doc: Add Multi-Arch: foreign.

 -- Laurent Bigonville <bigon@debian.org>  Fri, 25 Dec 2020 14:59:35 +0100

geoclue-2.0 (2.5.6-1) unstable; urgency=medium

  [ Debian Janitor ]
  * [99359d91] Bump debhelper from old 11 to 12.
  * [f9dd0d99] Set debhelper-compat version in Build-Depends.
  * [a0d0042a] debian/copyright: use spaces rather than tabs to start
    continuation lines.
  * [32c230e4] Set upstream metadata fields: Repository, Repository-Browse.
  * [3a2f4acf] Drop unnecessary dependency on dh-autoreconf.

  [ Laurent Bigonville ]
  * [ae0a90ea] debian/control: Bump Standards-Version to 4.5.0 (no further
    changes)

  [ Will Thompson ]
  * [d2643a89] New upstream version 2.5.6

 -- Laurent Bigonville <bigon@debian.org>  Sun, 08 Mar 2020 17:06:02 +0100

geoclue-2.0 (2.5.5-1) unstable; urgency=medium

  * [b4cfe4e7] debian/rules: Install the NEWS file as upstream changelog
  * [3d876ed8] New upstream version 2.5.5
  * [29ba01cf] Set libexecdir to /usr/libexec now that the policy allows it

 -- Laurent Bigonville <bigon@debian.org>  Wed, 02 Oct 2019 13:20:41 +0200

geoclue-2.0 (2.5.3-1) unstable; urgency=medium

  * [48856ed2] New upstream version 2.5.3
  * [1bf75efb] debian/control: Bump Standards-Version to 4.4.0 (no further
    changes)
  * [9e941a46] debian/libgeoclue-2-0.symbols: Add newly exported symbols
  * [158dae34] debian/geoclue-2.0.install: Install new geoclue.5 manpage
  * [f0c2f253] debian/copyright: Use https for the format uri, to please lintian
  * [80a3663a] debian/copyright: Removed unused file paragraph
  * [ed125085] debian/geoclue-2.0.lintian-overrides: Override
    package-supports-alternative-init-but-no-init.d-script. The daemon is
    D-Bus activated, not started at boot

 -- Laurent Bigonville <bigon@debian.org>  Thu, 11 Jul 2019 13:53:11 +0200

geoclue-2.0 (2.5.2-1) unstable; urgency=medium

  * [da1f3cfb] New upstream version 2.5.2
  * [e6718a56] debian/control: Bump glib dependency to 2.44.0
  * [768c8549] debian/control: Bump Standards-Version to 4.3.0 (no further
    changes)
  * [6c170f04] debian/libgeoclue-2-0.symbols: Add newly exported symbols

 -- Laurent Bigonville <bigon@debian.org>  Sat, 12 Jan 2019 14:41:17 +0100

geoclue-2.0 (2.5.1-1) unstable; urgency=high

  * [1fe595bd] debian/control: Make libgeoclue-2-dev depend explicitly against
    libglib2.0-dev
  * [70d0712f] New upstream version 2.5.1
  * [1b962c94] Drop debian/patches/fix-libexecdir.patch, merged upstream
  * [19ba20a3] debian/libgeoclue-2-0.symbols: Readd
    gclue_accuracy_level_get_string(), as it was part of the public API in the
    end, oups. Set the urgency to high so the fix for the API/ABI is going to
    testing faster.

 -- Laurent Bigonville <bigon@debian.org>  Mon, 22 Oct 2018 09:09:32 +0200

geoclue-2.0 (2.5.0-2) unstable; urgency=medium

  * [3a99c10e] debian/rules: Fix FTBFS if gtkdoc-scan is not installed or
    nodoc profile is set
  * [a365e5d4] Install Vala API files
  * [6ee8e720] debian/control: Bump Standards-Version to 4.2.1 (no further
    changes)

 -- Laurent Bigonville <bigon@debian.org>  Wed, 17 Oct 2018 14:40:30 +0200

geoclue-2.0 (2.5.0-1) unstable; urgency=medium

  * [3ad2110f] New upstream version 2.5.0
  * [94136a08] debian/watch: Update URL and point to gitlab.fdo
  * [5960ec67] Update the debian buildsystem now that the upstream one has
    switched to meson (Closes: #829822)
  * [1cf79680] debian/patches/02-move-demo-lib.patch: Refreshed
  * [c1fafc87] debian/libgeoclue-2-0.symbols: Drop
    gclue_accuracy_level_get_string, not part of the public API
  * [36f68d91] d/p/fix-libexecdir.patch: Fix libexecdir in .service files

 -- Laurent Bigonville <bigon@debian.org>  Mon, 15 Oct 2018 20:21:16 +0200

geoclue-2.0 (2.4.12-2) unstable; urgency=medium

  * [41f51d40] Move the demo agent to the main package (Closes: #901594)

 -- Laurent Bigonville <bigon@debian.org>  Thu, 23 Aug 2018 09:26:03 +0200

geoclue-2.0 (2.4.12-1) unstable; urgency=medium

  * [9e431aae] New upstream version 2.4.12
  * [d3f6d85e] Add API and library documentation packages

 -- Laurent Bigonville <bigon@debian.org>  Thu, 16 Aug 2018 17:08:08 +0200

geoclue-2.0 (2.4.11-1) unstable; urgency=medium

  * [7ccde738] Bump debhelper compatibility to 11
  * [30d692b7] debian/control: Update Homepage field
  * [80038652] New upstream version 2.4.11
    - Fix the demo agent, so it's functional for DE not implementing one
      (Closes: #900936)
  * [aca24ff5] debian/control: Bump libglib2.0-dev build-dep to 2.44.0
  * [13ace8c7] debian/control: Bump Standards-Version to 4.2.0 (no further
    changes)

 -- Laurent Bigonville <bigon@debian.org>  Sat, 11 Aug 2018 13:26:52 +0200

geoclue-2.0 (2.4.10-1) unstable; urgency=medium

  * [1302d116] debian/control: Update Vcs-* fields, git repository moved to
    salsa
  * [67aa4d57] debian/control: Bump Standards-Version to 4.1.4 (no further
    changes)
  * [6234883d] debian/rules: Use dh_missing instead of dh_install to list
    "missing" files
  * [302b000a] debian/watch: Use https instead of http
  * [06a6e472] Drop autotools-dev and --with autotools-dev sequence
  * [d50e8ef9] New upstream version 2.4.10
  * [24f3b9d7] debian/control: Bump libmm-glib-dev build-dep to >= 1.6
  * [c68df224] Move the demo programs to -demo package and install the demo
    agent as well

 -- Laurent Bigonville <bigon@debian.org>  Tue, 05 Jun 2018 10:33:49 +0200

geoclue-2.0 (2.4.7-1) unstable; urgency=medium

  * [065bebb7] New upstream version 2.4.7
  * [d23d922d] Drop d/p/01-debianize-desktop-name.patch, not relevant anymore
  * [bae39d49] debian/control: Bump Standards-Version to 4.0.0 (no further
    changes)
  * [bfafc110] debian/gbp.conf: Rename the sections as requested

 -- Laurent Bigonville <bigon@debian.org>  Fri, 14 Jul 2017 16:56:04 +0200

geoclue-2.0 (2.4.5-1) unstable; urgency=medium

  * [c9d350d8] New upstream version 2.4.5
    - Fix frequent segfaults (Closes: #842352)

 -- Laurent Bigonville <bigon@debian.org>  Fri, 27 Jan 2017 21:53:55 +0100

geoclue-2.0 (2.4.4-1) unstable; urgency=medium

  * [f75c7386] New upstream version 2.4.4
  * [33211aef] debian/libgeoclue-2-0.symbols: Add new exported symbols
  * [5ad1c133] debian/libgeoclue-2-0.symbols: Add Build-Depends-Package field
  * [286914d2] debian/rules: Enable all hardening flags

 -- Laurent Bigonville <bigon@debian.org>  Mon, 03 Oct 2016 14:14:39 +0200

geoclue-2.0 (2.4.3-1) unstable; urgency=medium

  * [056c5e99] Imported Upstream version 2.4.3
  * [d432a95f] Bump Standards-Version to 3.9.8 (no further changes)
  * [67815126] debian/control: Update the Vcs-* URL to please lintian (again)

 -- Laurent Bigonville <bigon@debian.org>  Sat, 23 Apr 2016 12:35:52 +0200

geoclue-2.0 (2.4.1-1) unstable; urgency=medium

  * [e6f8dec3] Imported Upstream version 2.4.1

 -- Laurent Bigonville <bigon@debian.org>  Fri, 25 Dec 2015 00:33:09 +0100

geoclue-2.0 (2.4.0-2) unstable; urgency=medium

  * [db9c32f0] debian/control: Fix a typo (interract → interact)
    (Closes: 805744)
  * [ebd72f04] Make the package for the convenience library Multi-arch: same

 -- Laurent Bigonville <bigon@debian.org>  Wed, 25 Nov 2015 18:26:49 +0100

geoclue-2.0 (2.4.0-1) unstable; urgency=medium

  * [5ebae7fa] Imported Upstream version 2.4.0
  * [11903739] Enable the convenience library and the gir support

 -- Laurent Bigonville <bigon@debian.org>  Fri, 20 Nov 2015 00:54:13 +0100

geoclue-2.0 (2.3.0-2) unstable; urgency=medium

  * [5d5632b7] Add iio-sensor-proxy to the Recommends

 -- Laurent Bigonville <bigon@debian.org>  Thu, 24 Sep 2015 13:18:04 +0200

geoclue-2.0 (2.3.0-1) unstable; urgency=medium

  * [3ddfc9c3] Imported Upstream version 2.3.0
  * [c6fb8dbf] Drop libgeoip-dev and geoip-database build-dependencies
  * [dcd9f66b] Drop 03-Only-allow-the-geoclue-user-to-call-methods.patch merged
               upstream
  * [78dbddd3] Add libavahi-{client,glib}-dev to the build-dep per configure
  * [327caf3d] Add avahi-daemon to the Recommends

 -- Laurent Bigonville <bigon@debian.org>  Sat, 19 Sep 2015 12:37:33 +0200

geoclue-2.0 (2.2.0-1) unstable; urgency=medium

  * [128e902f] Imported Upstream version 2.2.0
  * [c1d01fc4] debian/control: Explicitly require libsoup >= 2.42
  * [2871cbe5] Update debian/copyright file
  * [3fbfdc1e] Only allows the geoclue user to call methods from of the Agent's

 -- Laurent Bigonville <bigon@debian.org>  Wed, 26 Aug 2015 22:02:01 +0200

geoclue-2.0 (2.1.10-2) unstable; urgency=medium

  * [8d8c2fe3] Add polkit rules and pkla files to allow geoclue to query
               a modem location (Closes: #765184)

 -- Laurent Bigonville <bigon@debian.org>  Sun, 26 Oct 2014 00:18:18 +0200

geoclue-2.0 (2.1.10-1) unstable; urgency=medium

  * [9c3fbdfe] Only recommends modemmanger and wpasupplicant where the pkg
               is built
  * [0915c031] d/p/01-debianize-desktop-name.patch: Readd support for epiphany
  * [fc709078] Imported Upstream version 2.1.10
  * [3e48e5fa] Explicitly disable CMDA source on non linux architectures

 -- Laurent Bigonville <bigon@debian.org>  Tue, 21 Oct 2014 23:38:10 +0200

geoclue-2.0 (2.1.9-1) unstable; urgency=medium

  * [99a40345] debian/rules: Drop --enable-geoip-server=no, removed upstream
  * [fea6d4ca] Imported Upstream version 2.1.9
  * [b9f6f7b4] Adjust build-dependencies
  * [bdb99eb1] Refresh debian/patches/01-debianize-desktop-name.patch
  * [e22479f3] debian/rules: Pass --disable-silent-rules to the configure
  * [53b1af2f] debian/rules: Drop --disable-network-manager flag, removed upstream
  * [089a553b] debian/control: Recommends modemmanager and wpasupplicant
  * [ce8b13d9] debian/control: Bump Standards-Version to 3.9.6 (no further changes)

 -- Laurent Bigonville <bigon@debian.org>  Mon, 13 Oct 2014 21:04:34 +0200

geoclue-2.0 (2.1.8-1) unstable; urgency=medium

  * [be92d2de] Imported Upstream version 2.1.8
  * [cd6b5b05] Rename --disable-wifi-source flag to --disable-network-manager

 -- Laurent Bigonville <bigon@debian.org>  Sun, 04 May 2014 21:14:19 +0200

geoclue-2.0 (2.1.7-1) unstable; urgency=medium

  * [a9fca2b3] Imported Upstream version 2.1.7
  * [fec0846e] Fix the path for the demos again

 -- Laurent Bigonville <bigon@debian.org>  Thu, 03 Apr 2014 22:25:54 +0200

geoclue-2.0 (2.1.5-1) experimental; urgency=medium

  * [5870445e] Imported Upstream version 2.1.5
  * [e3a7f60a] Pass --with-systemdsystemunitdir= to the configure
  * [6bf1384a] debian/rules: debian/geoclue.install: Install all the files
  * [186733a1] Adjust build-dependencies
  * [ebcf9aa7] Explicitly disable ModemManager and NetworkManager features on
               !linux
  * [6c1b663d] Use the debian names for the browsers .desktop files
  * [a4337eed] Move the demos from /usr/share to /usr/lib

 -- Laurent Bigonville <bigon@debian.org>  Sat, 01 Mar 2014 15:01:00 +0100

geoclue-2.0 (2.0.0-4) unstable; urgency=medium

  * [8a5379b3] debian/copyright: Add licence for docs/geoclue-docs.xml
    (Closes: #735281)
  * [6c74e39d] debian/copyright: Deduplicate LGPL2+ license text

 -- Laurent Bigonville <bigon@debian.org>  Thu, 16 Jan 2014 21:45:56 +0100

geoclue-2.0 (2.0.0-3) unstable; urgency=medium

  * [edf6939d] Rename the package to geoclue-2.0
  * [f86c3d95] Move the geoclue daemon to /usr/lib/geoclue-2.0
  * [81975651] Add Breaks/Replaces against geoclue (>= 2.0)
  * [33218e3b] Bump Standards-Version to 3.9.5 (no further changes)
  * [411ab144] Update debian/copyright file

 -- Laurent Bigonville <bigon@debian.org>  Mon, 13 Jan 2014 00:55:35 +0100

geoclue (2.0.0-2) experimental; urgency=low

  [ Andreas Henriksson ]
  * [906ea31c] Add dependency on adduser as it's used by postinst
    (Closes: #726620)

 -- Laurent Bigonville <bigon@debian.org>  Sun, 10 Nov 2013 22:04:25 +0100

geoclue (2.0.0-1) experimental; urgency=low

  [ Andreas Henriksson ]
  * [c554933f] Update debian/watch for new release location
  * [a416d4b8] Use dh-autoreconf
  * [06a59fd0] Update build-dependencies according to configure.ac
    - wrap-and-sort while at it.
  * [dd1414ea] Add intltool build-dependency
  * [c82386d7] Drop debian/patches/
  * [48ba0870] Revamp binary packages for geoclue2
    - only ip based lookup supported for now by upstream
  * [60dfaa42] Drop obsolete configure flags
  * [15678803] Add build-dependency on geoip-database
    - used by geoip-server testsuite
  * [975d22a6] Make test-suite non-fatal
    - GeoLiteCity.dat is required for test-suite to pass
    - "geoip-database" does not include the city database
  * [328d889f] Update debian/geoclue.install for GeoClue2
  * [a39a3d0f] Drop debian/docs
  * [dac9048d] Drop debian/README.source
    - we're using standard 3.0 (quilt) format
  * [98e32cd5] Update debian/copyright for GeoClue2
    - now in machine readable 1.0 format
    - license changed to GPLv2+

  [ Laurent Bigonville ]
  * [b1480045] Imported Upstream version 2.0.0
  * [fcb99b3a] Do not use multi-arch path for the daemon
  * [45d8379b] debian/changelog: Fix D-Bus capitalization
  * [32fb9c09] debian/control: Drop Recommends for geoclue package
  * [dd7a3e09] Disable server side binaries for now
  * [e4186f23] Run the service under the "geoclue" user

 -- Laurent Bigonville <bigon@debian.org>  Tue, 15 Oct 2013 14:58:33 -0400

geoclue (0.12.99-3) unstable; urgency=low

  * [cf5a5bd4] debian/control: Add Multi-Arch: same for libgeoclue0 package
  * [df11e930] debian/control: Use canonical URL for the Vcs-* fields
  * [b6eda579] Always update autotools helper files during build
  * [52761c89] debian/gbp.conf: Set tarball-dir and export-dir

 -- Laurent Bigonville <bigon@debian.org>  Mon, 09 Sep 2013 21:43:46 +0200

geoclue (0.12.99-2) unstable; urgency=low

  * [3d2d3dbf] Adopt the package with Bernd blessing
  * [f2270121] Bump Standards-Version to 3.9.4 (no further changes)
  * [24cec588] Update the debian/watch file.
    Thanks to Bart Martens <bartm@debian.org>
  * [bc11de4e] Recommends geoclue-nominatim instead of geoclue-yahoo

 -- Laurent Bigonville <bigon@debian.org>  Fri, 24 May 2013 00:10:46 +0200

geoclue (0.12.99-1) experimental; urgency=low

  * [feec9810] Switch to experimental branches
  * [187e0e61] Imported Upstream version 0.12.99
  * [754f839d] Adjust the build-dependencies
  * [b9d05053] Bump debhelper compatibility to 9
  * [48a66a0d] Install geoclue GSettings schemas
  * [68c959ca] Drop usage of quilt and autotools-dev
  * [23e47b77] Bump Standards-Version to 3.9.3 (no further changes)
  * [6f068365] Drop all the patches applied upstream

 -- Laurent Bigonville <bigon@debian.org>  Mon, 13 Aug 2012 02:22:03 +0200

geoclue (0.12.0-4) unstable; urgency=low

  [ Laurent Bigonville ]
  * [a5d605f9] Bump Standards-Version to 3.9.2 (no further changes)
  * [e17fbb8f] Add geoclue-nominatim provider

  [ Bernd Zeimetz ]
  * [6d14937a] Remove gpsd support.
    geoclue seems to be dead upstream and the gpsd provider needs a rewrite.

 -- Bernd Zeimetz <bzed@debian.org>  Sat, 03 Dec 2011 12:57:49 +0100

geoclue (0.12.0-3) unstable; urgency=low

  [ Evgeni Golov ]
  * [b29d4e1f] add Provides: geoclue-provider to every provider
    that makes it possible to depend on "any provider the user wants"
  * [c78bdd10] don't fetch priv if it's not used, makes gcc-4.6 silent
    new patch: gcc-4.6-werror.patch (closes: #625340)

 -- Bernd Zeimetz <bzed@debian.org>  Sun, 10 Jul 2011 18:40:59 +0200

geoclue (0.12.0-2) unstable; urgency=low

  [ Bernd Zeimetz ]
  * [2b4a976e] Fix description of localnet provider.
  * [bed74bfa] Don't depend on network-manager-dev on hurd. (Closes: #589556)

  [ Laurent Bigonville ]
  * [73b9d0c0] Do not install .la file anymore (Closes: #586089).
  * [18402b0a] Fix typo in plazes.com URL (Closes: #584460)
  * [38d50a05] Make geoclue master package Recommends some backends
    (Closes: #602833)
  * [e2562e3e] Wrap {build-}dependencies
  * [f26f5c75] Add skyhook geocoding backend
  * [d5e3fb94] Bump Standards-Version to 3.9.1
  * [8f0bdbda] geoclue-manual shouldn't be in doc section
  * [fc1af9da] Switch to dpkg-source 3.0 (quilt) format
  * [2e38ec8c] Use dh_autotools-dev instead of updating
    config.{sub,guess} manually
  * [70fa94bd] Build-dep against libnm-glib-dev on linux-any arch
  * [106e7914] debian/patches/libnm-glib-pc.patch: Fix libnm-glib.pc
    name
  * [732f3e4d] debian/patches/autoreconf.patch: Update configure file
  * [aacbbc7d] debian/rules: Be sure we FTBFS if we miss something
  * [c2553245] Drop debian/clean, not needed anymore
  * [db7e1b26] debian/rules: Be sure we never build with connman support
  * [da40b0c4] Add myself as uploader

 -- Laurent Bigonville <bigon@debian.org>  Thu, 10 Mar 2011 23:53:19 +0100

geoclue (0.12.0-1) unstable; urgency=low

  * [e52a1858] Add ofono-dev as build-dependency.
  * [f3a4f817] Replace gammu by ofono in the description.
  * [7fc55dc5] Drop libgammu-dev build-dep.
  * [1346e6d5] Imported Upstream version 0.12.0 (Closes: #575816)
  * [224b42d3] Updating patches.
  * [bee64eb7] Updating symbols file.
  * [8cb5a919] Reorder dh optionts as specified by the manpage.
  * [2c8aa421] Switching Maintainer/Uploaders.

 -- Bernd Zeimetz <bzed@debian.org>  Tue, 30 Mar 2010 22:51:42 +0200

geoclue (0.11.1+git20091217-3) unstable; urgency=low

  * [73b81920] Require libgps >= 2.90.1~svn6819 to build. This fixes the
    ftbfs on mipsel.

 -- Bernd Zeimetz <bzed@debian.org>  Sat, 19 Dec 2009 15:28:25 +0100

geoclue (0.11.1+git20091217-2) unstable; urgency=low

  * [6b0622fc] Don't require network-manager-dev on kfreebsd.

 -- Bernd Zeimetz <bzed@debian.org>  Thu, 17 Dec 2009 21:43:42 +0100

geoclue (0.11.1+git20091217-1) unstable; urgency=low

  * Building from the upstream git directly as there was no release
    for months now.
  * Fixing a build issue with the new libgps, requires libgps >= 2.91
    now as we rely on the non-blocking features of gps_poll.
    Closes: #560519

 -- Bernd Zeimetz <bzed@debian.org>  Thu, 17 Dec 2009 11:30:59 +0100

geoclue (0.11.1-6) unstable; urgency=low

  * [b5dc4a22] Cleaning up git buildpackage config.
  * [e2dd0d25] Bump compat to level 7.
  * [59e22383] Merge branch 'dh'
  * [80f5bd5a] Adding debian/clean for dh_clean, drop extra rules.
  * [2fa2135d] Copy config.guess/sub and clean up after build.
  * [0d7df15a] Adding patch to fix wrong comment syntax in example code.
    (Closes: #536269) - thanks to Marco Túlio Gontijo e Silva
  * [aa3f625c] Fix HostIP provider to work with latest web API (Closes:
    #554178) - thanks to Jonny Lamb
  * [773831aa] Use dh_quilt_* in debian/rules.
  * [47ecb429] Bumping Standards-Version to 3.8.3, no changes needed.

 -- Bernd Zeimetz <bzed@debian.org>  Tue, 03 Nov 2009 20:00:20 +0100

geoclue (0.11.1-5) unstable; urgency=low

  * [ff19d3bf] Fixing section override disparities.
  * [23ddf112] Use libglib2.0-dev instead of libglib-dev. (Closes:
    #535940) - thanks to Laurent Bigonville

 -- Bernd Zeimetz <bzed@debian.org>  Mon, 06 Jul 2009 10:39:21 +0200

geoclue (0.11.1-4) unstable; urgency=low

  * [dcb98403] Move geoclue-test-gui into geoclue-examples. (Closes:
    #534250) - thanks to Laurent Bigonville

 -- Bernd Zeimetz <bzed@debian.org>  Tue, 23 Jun 2009 13:12:44 +0200

geoclue (0.11.1-3) unstable; urgency=low

  * [a95b9e89] Fixing typo in the last changelog entry.
  * [24b3c980] Build geoclue with network-manager support. (Closes:
    #532234) - thanks to Guillaume Desmottes

 -- Bernd Zeimetz <bzed@debian.org>  Mon, 08 Jun 2009 22:45:55 +0200

geoclue (0.11.1-2) unstable; urgency=low

  [ Craig Andrews ]
  * Fix warnings reported by lintian
  * Resolve circular dependency between geoclue and libgeoclue0
    (Closes: #520129). libgeoclue no longer depends on geoclue.
    libgeoclue instead suggests geoclue.
  * Changed --libexecdir to point to /usr/lib/geoclue.
    (Closes: #518822).
  * Use cdbs (Thanks Stefan Jenkner <stefan@jenkner.org>)
  * Added debian/watch for update detection
  * Thanks Bernd Zeimetz <bzed@debian.org> for the previous NMU
    (Closes: #518586)
  * Install examples as examples in the libgeoclue-dev package

  [ Bernd Zeimetz ]
  * Adding myself to Uploaders.
  * Bumping Standards-Version to 3.8.1, no changes needed.
  * Add dependency on geoclue for location providers where
    it was missing.
  * Raise build-dependency on libgammu-dev to >= 1.24.0 as
    we're applying a patch which needs the API change.
  * Update Vcs information to point to git.debian.org.
  * Add debian/gbp.conf to make sure we use pristine-tar.
  * Only install *.c and the Makefile as examples, not the
    pre-built .o files and linker scripts.

 -- Craig Andrews <candrews@integralblue.com>  Wed, 1 Apr 2009 15:15:15 -0600

geoclue (0.11.1-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * Adding quilt patch system and a patch to fix a FTBFS due to a changed
    API of libgammu (Closes: #518586). Also adding debian/README.source
    as required by policy.

 -- Bernd Zeimetz <bzed@debian.org>  Wed, 25 Mar 2009 20:20:54 +0100

geoclue (0.11.1-1) unstable; urgency=low

  * New upstream version (stable)

 -- Craig Andrews <candrews@integralblue.com>  Tue, 11 Nov 2008 16:16:16 -0500

geoclue (0.8svn20070820-1) unstable; urgency=low

  * New upstream version from git

 -- Jussi Kukkonen <jhkukkon@cc.hut.fi>  Mon, 20 Aug 2007 15:05:59 +0300

geoclue (0.8svn20070815-1) unstable; urgency=low

  * New upstream version from git

 -- Jussi Kukkonen <jhkukkon@cc.hut.fi>  Wed, 15 Aug 2007 16:17:22 +0300

geoclue (0.2svn20070715-1) unstable; urgency=low

  * New upstream version from git

 -- Jussi Kukkonen <jhkukkon@cc.hut.fi>  Sun, 15 Jul 2007 23:40:36 +0300

geoclue (0.2svn20070704-1) unstable; urgency=low

  * Initial release

 -- Jussi Kukkonen <jhkukkon@cc.hut.fi>  Wed, 04 Jul 2007 11:27:36 +0300