File: changelog

package info (click to toggle)
qtlocation-opensource-src 5.15.15%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 33,300 kB
  • sloc: cpp: 169,975; ansic: 3,910; xml: 2,791; java: 477; javascript: 190; sql: 52; makefile: 38
file content (798 lines) | stat: -rw-r--r-- 29,383 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
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
qtlocation-opensource-src (5.15.15+dfsg-3) unstable; urgency=medium

  * Add a patch from KDE to fix build with ICU 75 (closes: #1092344).

 -- Dmitry Shachnev <mitya57@debian.org>  Wed, 08 Jan 2025 16:53:31 +0300

qtlocation-opensource-src (5.15.15+dfsg-2) unstable; urgency=medium

  * Upload to unstable.

 -- Dmitry Shachnev <mitya57@debian.org>  Fri, 25 Oct 2024 12:42:46 +0300

qtlocation-opensource-src (5.15.15+dfsg-1) experimental; urgency=medium

  * New upstream release.
  * Bump Qt build-dependencies to 5.15.15.
  * Update symbols files from buildds’ and current build logs.
  * Bump Standards-Version to 4.7.0, no changes needed.

 -- Dmitry Shachnev <mitya57@debian.org>  Wed, 04 Sep 2024 12:17:30 +0300

qtlocation-opensource-src (5.15.13+dfsg-2) unstable; urgency=medium

  [ Lisandro Damián Nicanor Pérez Meyer ]
  * Remove Timo and myself from Uploaders.

  [ Dmitry Shachnev ]
  * Upload to unstable.

 -- Dmitry Shachnev <mitya57@debian.org>  Tue, 21 May 2024 18:47:51 +0300

qtlocation-opensource-src (5.15.13+dfsg-1) experimental; urgency=medium

  * New upstream release.
  * Bump Qt build-dependencies to 5.15.13.
  * Update debian/libqt5location5.symbols for hppa.

 -- Dmitry Shachnev <mitya57@debian.org>  Sun, 10 Mar 2024 18:39:12 +0300

qtlocation-opensource-src (5.15.12+dfsg-2) experimental; urgency=medium

  * Resurrect opengl.diff from 5.15.9+dfsg-1, to fix FTBFS.

 -- Dmitry Shachnev <mitya57@debian.org>  Sun, 24 Dec 2023 00:51:41 +0300

qtlocation-opensource-src (5.15.12+dfsg-1) experimental; urgency=medium

  * New upstream release.
  * Bump Qt build-dependencies to 5.15.12.
  * Update debian/libqt5location5.symbols from buildds’ logs.

 -- Dmitry Shachnev <mitya57@debian.org>  Sat, 23 Dec 2023 19:14:47 +0300

qtlocation-opensource-src (5.15.10+dfsg-3) unstable; urgency=medium

  * Backport upstream patch to fix condition for appendChildNode() call
    (closes: #1050240).
  * Update debian/libqt5location5.symbols from buildds’ logs.
  * Add debian/clean file (closes: #1048265).

 -- Dmitry Shachnev <mitya57@debian.org>  Wed, 23 Aug 2023 14:25:47 +0300

qtlocation-opensource-src (5.15.10+dfsg-2) unstable; urgency=medium

  * Add a patch to add missing includes for GCC 13 (closes: #1037830).
  * Upload to unstable.

 -- Dmitry Shachnev <mitya57@debian.org>  Sat, 08 Jul 2023 10:09:49 +0300

qtlocation-opensource-src (5.15.10+dfsg-1) experimental; urgency=medium

  * New upstream release.
  * Bump Qt build-dependencies to 5.15.10.
  * Drop opengl.diff, a similar fix was applied upstream.

 -- Dmitry Shachnev <mitya57@debian.org>  Sat, 10 Jun 2023 21:48:07 +0300

qtlocation-opensource-src (5.15.9+dfsg-1) experimental; urgency=medium

  [ Lisandro Damián Nicanor Pérez Meyer ]
  * Add Rules-Requires-Root: no. Nothing should require root when building
    this code.

  [ Dmitry Shachnev ]
  * New upstream release.
  * Bump Qt build-dependencies to 5.15.9.

 -- Dmitry Shachnev <mitya57@debian.org>  Sat, 22 Apr 2023 23:27:30 +0300

qtlocation-opensource-src (5.15.8+dfsg-3) unstable; urgency=medium

  * Let the system build the serial plugin by adding libqt5serialport5-dev as
    a build dependency (Closes: #1032394). Thanks Jon Beniston for the bug
    report!

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Fri, 10 Mar 2023 17:38:31 -0300

qtlocation-opensource-src (5.15.8+dfsg-2) unstable; urgency=medium

  * Upload to unstable.

 -- Dmitry Shachnev <mitya57@debian.org>  Fri, 13 Jan 2023 12:01:51 +0400

qtlocation-opensource-src (5.15.8+dfsg-1) experimental; urgency=medium

  * New upstream release.
  * Bump Qt build-dependencies to 5.15.8.
  * Drop geoclue2_fix_position_handling.diff, included in the new release.
  * Bump Standards-Version to 4.6.2, no changes needed.

 -- Dmitry Shachnev <mitya57@debian.org>  Fri, 06 Jan 2023 12:10:46 +0400

qtlocation-opensource-src (5.15.7+dfsg-2) unstable; urgency=medium

  * Update debian/libqt5location5.symbols for alpha.
  * Upload to unstable.

 -- Dmitry Shachnev <mitya57@debian.org>  Sat, 17 Dec 2022 18:20:18 +0300

qtlocation-opensource-src (5.15.7+dfsg-1) experimental; urgency=medium

  * New upstream release.
  * Bump Qt build-dependencies to 5.15.7.

 -- Dmitry Shachnev <mitya57@debian.org>  Sun, 04 Dec 2022 20:37:35 +0300

qtlocation-opensource-src (5.15.6+dfsg-2) unstable; urgency=medium

  * Upload to unstable.

 -- Dmitry Shachnev <mitya57@debian.org>  Thu, 29 Sep 2022 11:55:48 +0300

qtlocation-opensource-src (5.15.6+dfsg-1) experimental; urgency=medium

  * New upstream release.
  * Bump Qt build-dependencies to 5.15.6.
  * Update symbols files from buildds’ logs.

 -- Dmitry Shachnev <mitya57@debian.org>  Mon, 12 Sep 2022 21:41:39 +0300

qtlocation-opensource-src (5.15.5+dfsg-1) experimental; urgency=medium

  * New upstream release.
  * Bump Qt build-dependencies to 5.15.5.
  * Use symver directive to catch all private symbols at once.
  * Update debian/source/lintian-overrides for Lintian pointed hints.

 -- Dmitry Shachnev <mitya57@debian.org>  Tue, 26 Jul 2022 23:36:57 +0300

qtlocation-opensource-src (5.15.4+dfsg-2) unstable; urgency=medium

  * Upload to unstable.

 -- Dmitry Shachnev <mitya57@debian.org>  Mon, 13 Jun 2022 21:36:32 +0300

qtlocation-opensource-src (5.15.4+dfsg-1) experimental; urgency=medium

  * New upstream release.
  * Bump Qt build-dependencies to 5.15.4.
  * Bump Standards-Version to 4.6.1, no changes needed.

 -- Dmitry Shachnev <mitya57@debian.org>  Sat, 14 May 2022 11:09:24 +0300

qtlocation-opensource-src (5.15.3+dfsg-3) experimental; urgency=medium

  * Add a patch to fix OpenGL detection.

 -- Dmitry Shachnev <mitya57@debian.org>  Mon, 07 Mar 2022 21:35:40 +0300

qtlocation-opensource-src (5.15.3+dfsg-2) experimental; urgency=medium

  * Build with -config opengl, to adapt for changes in 5.15.3.

 -- Dmitry Shachnev <mitya57@debian.org>  Mon, 07 Mar 2022 16:35:44 +0300

qtlocation-opensource-src (5.15.3+dfsg-1) experimental; urgency=medium

  * New upstream release.
  * Update debian/watch.
  * Bump Qt build-dependencies to 5.15.3.

 -- Dmitry Shachnev <mitya57@debian.org>  Sun, 06 Mar 2022 22:21:58 +0300

qtlocation-opensource-src (5.15.2+dfsg-3) unstable; urgency=medium

  * Backport upstream patch to fix position handling in geoclue2 plugin
    (closes: #996040).
  * Update debian/watch: use format 4, and track only 5.15.x releases.
  * Bump Standards-Version to 4.6.0, no changes needed.

 -- Dmitry Shachnev <mitya57@debian.org>  Wed, 10 Nov 2021 22:11:29 +0300

qtlocation-opensource-src (5.15.2+dfsg-2) unstable; urgency=medium

  * Bump Standards-Version to 4.5.1, no changes needed.
  * Upload to unstable.

 -- Dmitry Shachnev <mitya57@debian.org>  Fri, 11 Dec 2020 11:31:57 +0300

qtlocation-opensource-src (5.15.2+dfsg-1) experimental; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints.
    + qtlocation5-dev: Add Multi-Arch: same.
    + qtlocation5-doc, qtlocation5-doc-dev, qtlocation5-doc-html: Add
      Multi-Arch: foreign.

  [ Dmitry Shachnev ]
  * Add powerpc to the list of architectures where QML engine is broken
    (closes: #973519).
  * New upstream release.
  * Bump Qt build-dependencies to 5.15.2.
  * Build-depend only on the needed documentation tools, not on the
    large qttools5-dev-tools package.
  * Update debian/copyright.
  * Add a symbols file for libqt5positioningquick5 package.
  * Remove build path from .prl files for reproducibility.

 -- Dmitry Shachnev <mitya57@debian.org>  Sun, 22 Nov 2020 20:10:08 +0300

qtlocation-opensource-src (5.15.1+dfsg-2) unstable; urgency=medium

  * Update debian/libqt5location5.symbols from buildds’ logs.
  * Upload to unstable.

 -- Dmitry Shachnev <mitya57@debian.org>  Wed, 28 Oct 2020 21:53:29 +0300

qtlocation-opensource-src (5.15.1+dfsg-1) experimental; urgency=medium

  * New upstream release.
  * Bump Qt build-dependencies to 5.15.1.
  * Drop gcc10.diff, included in the new release.
  * Update to debhelper compat level 13.
    - Drop dh_missing override, --fail-missing is now default behavior.
    - Stop exporting $HOME for tests, debhelper now does that itself.
    - Use ${DEB_HOST_MULTIARCH} substitution.
  * Update symbols files from the current build log.
  * Update debian/copyright.

 -- Dmitry Shachnev <mitya57@debian.org>  Fri, 11 Sep 2020 17:25:25 +0300

qtlocation-opensource-src (5.14.2+dfsg-2) unstable; urgency=medium

  * Upload to unstable.

 -- Dmitry Shachnev <mitya57@debian.org>  Wed, 24 Jun 2020 11:54:14 +0300

qtlocation-opensource-src (5.14.2+dfsg-1) experimental; urgency=medium

  [ Dmitry Shachnev ]
  * New upstream release.
  * Bump Qt build-dependencies to 5.14.2.
  * Backport patches to fix mapbox-gl-native build with GCC 10 (closes:
    #957731).

  [ Bas Couwenberg ]
  * Drop libmapbox-variant-dev & libmapbox-wagyu-dev build dependencies
    (closes: #952611).

 -- Dmitry Shachnev <mitya57@debian.org>  Mon, 27 Apr 2020 22:20:23 +0300

qtlocation-opensource-src (5.14.1+dfsg-1) experimental; urgency=medium

  * New upstream release.
  * Bump Qt build-dependencies to 5.14.1.
  * Update debian/copyright.
  * Stop installing QGeoPolygonPrivate include in qtpositioning5-dev.
  * Update debian/libqt5location5.symbols from the current build log.
  * Add weatherinfo icons licensing to debian/copyright.
  * Bump Standards-Version to 4.5.0, no changes needed.

 -- Dmitry Shachnev <mitya57@debian.org>  Wed, 26 Feb 2020 14:31:05 +0300

qtlocation-opensource-src (5.12.5+dfsg-5) unstable; urgency=medium

  * Brow paperbag upload: the last upload should have gone to unstable.

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Mon, 10 Feb 2020 11:19:18 -0300

qtlocation-opensource-src (5.12.5+dfsg-4) experimental; urgency=medium

  [ Dmitry Shachnev ]
  * Fix Mapbox GL build on Hurd, thanks Samuel Thibault (closes: #947735).

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Mon, 10 Feb 2020 10:06:57 -0300

qtlocation-opensource-src (5.12.5+dfsg-3) experimental; urgency=medium

  * Ship the Mapbox GL plugin in a separate package (closes: #929842).
    - Replace some bundled dependencies with system packages.
  * Fix build on Hurd, thanks Samuel Thibault (closes: #947735).
  * Bump debhelper compat level to 12, use the new syntax.
  * Split the doxygen .tags files into a new qtlocation5-doc-dev package
    (see #922707).
  * Update descriptions of the documentation packages.

 -- Dmitry Shachnev <mitya57@debian.org>  Tue, 31 Dec 2019 12:42:59 +0300

qtlocation-opensource-src (5.12.5+dfsg-2) unstable; urgency=medium

  * Bump Standards-Version to 4.4.1, no changes needed.
  * Upload to unstable.

 -- Dmitry Shachnev <mitya57@debian.org>  Sun, 20 Oct 2019 23:42:50 +0300

qtlocation-opensource-src (5.12.5+dfsg-1) experimental; urgency=medium

  * New upstream release.
  * Bump Qt build-dependencies to 5.12.5.
  * Update symbols files from the current build log.
  * Bump Qt build-dependencies to 4.4.0, no changes needed.
  * Remove libqt5positioningquick5 dependency on libqt5location5 to fix
    circular dependency (the latter package depends on the former).

 -- Dmitry Shachnev <mitya57@debian.org>  Wed, 18 Sep 2019 21:03:27 +0300

qtlocation-opensource-src (5.12.4+dfsg-1) experimental; urgency=medium

  * New upstream release.
  * Bump Qt build-dependencies to 5.12.4.
  * Update symbols files from buildds’ and the current build logs.
  * Use separate doc-base files for Location and Positioning.
  * Strip only boost from the tarball, leave mapbox-gl there.
  * Override Lintian false positive error about JSON license.
  * Make test results fatal on most architectures.
  * Do not install xauth and xvfb with nocheck build profile.
  * Stop removing qml_location_mapviewer, it no longer bundles demo.ogv.
  * Simplify debian/rules by using a debian/not-installed file.

 -- Dmitry Shachnev <mitya57@debian.org>  Mon, 24 Jun 2019 16:55:24 +0300

qtlocation-opensource-src (5.12.3+dfsg-1) experimental; urgency=medium

  * New upstream release.
  * Update debian/libqt5location5.symbols from buildds’ logs.
  * Bump Qt build-dependencies to 5.12.3.
  * Update Homepage URL.
  * Add two new symbols to debian/libqt5location5.symbols.
  * Add Build-Depends-Package fields to the symbols files.
  * Add a doc-base file for the qtlocation5-doc-html package.

 -- Dmitry Shachnev <mitya57@debian.org>  Tue, 23 Apr 2019 17:20:58 +0300

qtlocation-opensource-src (5.12.2+dfsg-1) experimental; urgency=medium

  * New upstream release.
  * Bump Qt build-dependencies to 5.12.2.
  * Install the GeoClue2 plugin and one new header.
  * Update symbols files from the current build log.
  * Update debian/copyright.

 -- Dmitry Shachnev <mitya57@debian.org>  Tue, 26 Mar 2019 09:09:37 +0300

qtlocation-opensource-src (5.11.3+dfsg-2) unstable; urgency=medium

  [ Simon Quigley ]
  * Change my email to tsimonq2@debian.org now that I am a Debian Developer.
  * Bump Standards-version to 4.3.0, no changes needed.

  [ Lisandro Damián Nicanor Pérez Meyer ]
  * Upload to unstable.

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Wed, 26 Dec 2018 16:23:35 -0300

qtlocation-opensource-src (5.11.3+dfsg-1) experimental; urgency=medium

  * New upstream release.
    - Bump Qt build dependencies.
  * Update symbols files with buildds' logs.

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Fri, 07 Dec 2018 17:24:14 -0300

qtlocation-opensource-src (5.11.2+dfsg-2) unstable; urgency=medium

  * Upload to unstable.

 -- Dmitry Shachnev <mitya57@debian.org>  Tue, 16 Oct 2018 17:42:30 +0300

qtlocation-opensource-src (5.11.2+dfsg-1) experimental; urgency=medium

  * New upstream release.
  * Bump Qt build-dependencies to 5.11.2.
  * Update symbols files from buildds’ and the current build log.
  * Bump Standards-Version to 4.2.1, no changes needed.

 -- Dmitry Shachnev <mitya57@debian.org>  Sun, 23 Sep 2018 19:13:57 +0300

qtlocation-opensource-src (5.11.1+dfsg-4) unstable; urgency=medium

  * Make qtpositioning5-dev depend upon libqt5positioningquick5
    (Closes: #905049). Thanks Andreas Beckmann for the bug report.
  * Update symbols files with buildds' logs.
  * Update Standards-Version to 4.2.0, no changes required.

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Wed, 15 Aug 2018 19:18:17 -0300

qtlocation-opensource-src (5.11.1+dfsg-3) unstable; urgency=medium

  * Upload to Sid.

 -- Simon Quigley <tsimonq2@ubuntu.com>  Wed, 25 Jul 2018 04:49:31 -0500

qtlocation-opensource-src (5.11.1+dfsg-2) experimental; urgency=medium

  * Remove the dbgsym migration section of debian/rules; it isn't needed
    anymore.
  * Update symbols from buildd logs.

 -- Simon Quigley <tsimonq2@ubuntu.com>  Fri, 22 Jun 2018 14:41:16 -0500

qtlocation-opensource-src (5.11.1+dfsg-1) experimental; urgency=medium

  * New changelog entry.
  * Bump build dependencies to 5.11.1.
  * Update symbols from build logs.

 -- Simon Quigley <tsimonq2@ubuntu.com>  Tue, 19 Jun 2018 18:09:38 -0500

qtlocation-opensource-src (5.11.0+dfsg-1) experimental; urgency=medium

  * New upstream release.
  * Bump build dependencies to 5.11.0.
  * Bump Standards-version to 4.1.4, no changes needed.
  * Bump debhelper compat to 11, no changes needed.
  * Update Vcs-* for the move to Salsa.
  * Add my name to the copyright for the package.
  * Add two new binary packages, libqt5positioningquick5 and qml-module-
    qt-labs-location, for the new upstream release. Thanks to Bhushan
    Shah from Neon for the patch!
  * Update symbols from build logs.

 -- Simon Quigley <tsimonq2@ubuntu.com>  Fri, 15 Jun 2018 02:31:43 -0500

qtlocation-opensource-src (5.10.1+dfsg-3) unstable; urgency=medium

  * Release to unstable.

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Sat, 07 Apr 2018 17:11:39 -0300

qtlocation-opensource-src (5.10.1+dfsg-2) experimental; urgency=medium

  * Move the QGeoPolygon headers to the correct -dev package.

 -- Dmitry Shachnev <mitya57@debian.org>  Fri, 09 Mar 2018 00:03:12 +0300

qtlocation-opensource-src (5.10.1+dfsg-1) experimental; urgency=medium

  [ Lisandro Damián Nicanor Pérez Meyer ]
  * New upstream release.
    - Bump Qt build dependencies.
  * Fix debian/watch to check for the new upstream tarball name.
  * Update qtlocation5-dev.install, new class QGeoPolygon.
  * Update symbols files with current build log.

  [ Dmitry Shachnev ]
  * Update debian/copyright.
  * Add support for the nodoc build profile.
  * Bump debhelper dependency to 10.9.2, for dh_auto_configure.
  * Remove no longer needed code from debian/rules.
  * Bump Standards-Version to 4.1.3, no changes needed.

 -- Dmitry Shachnev <mitya57@debian.org>  Fri, 23 Feb 2018 22:53:54 +0300

qtlocation-opensource-src (5.9.2+dfsg-3) unstable; urgency=medium

  * Let dh_auto_configure pass cross tools to qmake (Closes: #881854).
    Thanks to Helmut Grohne for the patch.

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Sun, 03 Dec 2017 13:33:28 -0300

qtlocation-opensource-src (5.9.2+dfsg-2) unstable; urgency=medium

  * Upload to unstable.

 -- Dmitry Shachnev <mitya57@debian.org>  Thu, 26 Oct 2017 23:55:51 +0300

qtlocation-opensource-src (5.9.2+dfsg-1) experimental; urgency=medium

  * New upstream release.
  * Bump Qt build-dependencies to 5.9.2.
  * Use Files-Excluded instead of custom repacking code.
  * Update debian/copyright.
  * Install new header qtlocation-config.h in qtlocation5-dev.
  * Update debian/libqt5location5.symbols from the current build log.
  * Use debhelper compat level 10 and dh_missing.
  * Bump Standards-Version to 4.1.1, stop using deprecated Priority:
    extra.

 -- Dmitry Shachnev <mitya57@debian.org>  Sun, 15 Oct 2017 14:49:49 +0300

qtlocation-opensource-src (5.9.1+dfsg-2) unstable; urgency=medium

  * Release to unstable.
  * Update symbols files with buildds' logs.

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Wed, 16 Aug 2017 11:41:44 -0300

qtlocation-opensource-src (5.9.1+dfsg-1) experimental; urgency=medium

  * New upstream release.
  * Bump Qt build-dependencies to 5.9.1.
  * Refresh disable_failing_tests.patch.
  * Drop the transitional packages. They are already transitional in
    the current Debian stable and Ubuntu LTS releases.
  * Update libqt5location5.symbols from the current build log.
  * Run all tests in Xvfb, drop disable_failing_tests.patch.
    - Add build-dependencies on xauth, xvfb and qml-module-qttest.
  * Bump Standards-Version to 4.0.0, no changes needed.
  * Simplify and speed up get-orig-source code by using pipes.

 -- Dmitry Shachnev <mitya57@debian.org>  Tue, 04 Jul 2017 00:25:47 +0300

qtlocation-opensource-src (5.9.0+dfsg-2) experimental; urgency=medium

  * Drop fix_qtdeclarative_private_code.patch, it was only needed with
    qtdeclarative 5.9.0 beta 3.

 -- Dmitry Shachnev <mitya57@debian.org>  Tue, 20 Jun 2017 13:31:29 +0300

qtlocation-opensource-src (5.9.0+dfsg-1) experimental; urgency=medium

  [ Simon Quigley ]
  * New upstream release.
  * Add myself to Uploaders.
  * Add libicu-dev and zlib1g-dev to build dependencies as they are now
    used by upstream.
  * Install new upstream files.

  [ Dmitry Shachnev ]
  * Remove src/3rdparty/mapbox-gl-native from the tarball. It helps us
    reduce source size from 57M to 3.2M and solve many copyright issues.
    Because of #855464, use custom code in debian/rules to do that.

 -- Simon Quigley <tsimonq2@ubuntu.com>  Fri, 16 Jun 2017 02:51:53 -0500

qtlocation-opensource-src (5.7.1-1) unstable; urgency=medium

  * New upstream stable release.
  * Ignore the tests results rather than completely disable them.
  * Bump qtbase build-dependencies to 5.7.1 final.
  * Update debian/copyright.
  * Update libqt5location5.symbols from the current amd64 build log.
  * Replace 5.7.1~20161021 with 5.7.1 in libqt5location5.symbols.

 -- Dmitry Shachnev <mitya57@debian.org>  Fri, 16 Dec 2016 21:07:41 +0300

qtlocation-opensource-src (5.7.1~20161021-3) unstable; urgency=medium

  * Disable tests during the transition. We have a couple of flaky tests
    on mips*, sometimes they work sometimes they don't. This will be further
    investigated.

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Thu, 03 Nov 2016 15:47:06 -0300

qtlocation-opensource-src (5.7.1~20161021-2) unstable; urgency=medium

  * Upload to unstable.

 -- Dmitry Shachnev <mitya57@debian.org>  Tue, 01 Nov 2016 16:26:52 +0300

qtlocation-opensource-src (5.7.1~20161021-1) experimental; urgency=medium

  * New upstream snapshot.
    - Bump Qt build dependencies.
  * Update symbols files with current build log.

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Wed, 26 Oct 2016 09:52:23 -0300

qtlocation-opensource-src (5.7.0-1) experimental; urgency=medium

  * New upstream release.
  * Refresh disable_failing_tests.patch.
  * Bump Qt build-dependencies to 5.7.0.
  * Update debian/copyright.
  * Migrate to automatic dbgsym packages.
  * Update symbols files from amd64 build log.
  * Drop obsolete Breaks/Replaces.

 -- Dmitry Shachnev <mitya57@debian.org>  Thu, 14 Jul 2016 23:08:44 +0300

qtlocation-opensource-src (5.6.1-2) unstable; urgency=medium

  * Upload to unstable.

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Mon, 13 Jun 2016 11:01:43 -0300

qtlocation-opensource-src (5.6.1-1) experimental; urgency=medium

  * New upstream release.
    - Bump Qt build dependencies.
  * Bump Standards-Version to 3.9.8, no changes required.
  * Remove libgconf2-dev from build dependencies. It was used for the gipsy
    plugin, which is long go.
  * Update install files, one example was removed.

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Sat, 11 Jun 2016 22:24:09 -0300

qtlocation-opensource-src (5.6.0-1) experimental; urgency=medium

  [ Lisandro Damián Nicanor Pérez Meyer ]
  * New upstream release.
    - Bump Qt build dependencies.
  * Make qtlocation5-examples depend on qml-module-qtpositioning.
  * Make libqt5positioning5 recommend geoclue-2.0. It will connect to it by
    using dbus.

  [ Dmitry Shachnev ]
  * Use recommended https URIs for Vcs fields.
  * Simplify the command for running the tests.
  * Install the GeoClue plugin again.
  * Update symbols files for 5.6.0.
  * Bump Standards-Version to 3.9.7, no changes needed.
  * Drop debian/copyright entries for removed code.

 -- Dmitry Shachnev <mitya57@debian.org>  Wed, 30 Mar 2016 23:38:01 +0200

qtlocation-opensource-src (5.5.1-4) unstable; urgency=medium

  * Make qtlocation5-examples depend upon qml-module-qtlocation, required by some
    examples.
  * Remove GeoClue support (Closes: #788108). The code has not switched to
    GeoClue 2. On Qt 5.6 it seems to use DBus to connect to GeoClue, so this
    feature should come back soon.

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Thu, 03 Mar 2016 23:29:49 -0300

qtlocation-opensource-src (5.5.1-3) unstable; urgency=medium

  [ Dmitry Shachnev ]
  * Add empty override_dh_auto_test-indep target, so that tests are really
    not run during arch-indep builds.

  [ Lisandro Damián Nicanor Pérez Meyer ]
  * Upload to unstable.

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Wed, 21 Oct 2015 19:16:00 -0300

qtlocation-opensource-src (5.5.1-2) experimental; urgency=medium

  * Only run test when building arch-dependant packages. The arch: all
    packages are just doc (Closes: #802344).

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Mon, 19 Oct 2015 15:56:30 -0300

qtlocation-opensource-src (5.5.1-1) experimental; urgency=medium

  * New upstream release.
  * Bump Qt build-dependencies to 5.5.1.

 -- Timo Jyrinki <timo@debian.org>  Mon, 19 Oct 2015 11:22:42 +0000

qtlocation-opensource-src (5.5.0-1) experimental; urgency=medium

  * New upstream release.
  * Rename the -doc, -dbg and -examples packages to match the source package
    name, for consistency with other Qt 5 modules.
  * Build new packages for qtlocation module.
  * Drop disable_qtlocation.patch.
  * Update install files for the new release.
  * Bump Qt build-dependencies to 5.5.0.
  * Update debian/copyright.
  * Disable some failing tests for location module.
  * Update symbols files.

 -- Dmitry Shachnev <mitya57@debian.org>  Thu, 27 Aug 2015 22:46:28 +0300

qtlocation-opensource-src (5.4.2-2) unstable; urgency=medium

  * Upload to unstable.
  * Update symbols files with buildds' logs.

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Wed, 24 Jun 2015 16:02:32 -0300

qtlocation-opensource-src (5.4.2-1) experimental; urgency=medium

  * New upstream release.
    - Bump Qt build dependencies.
  * Expose HTML documentation (Closes: #751179).

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Wed, 03 Jun 2015 16:20:36 -0300

qtlocation-opensource-src (5.4.1-1) experimental; urgency=medium

  * New upstream release.
  * Bump Qt build-dependencies to 5.4.1.
  * Update watch and copyright to use https://download.qt.io/.
  * Mark three destructors symbols missing with GCC 5 as optional
    (closes: #778090).

 -- Dmitry Shachnev <mitya57@debian.org>  Thu, 05 Mar 2015 10:08:42 +0300

qtlocation-opensource-src (5.4.0-1) experimental; urgency=medium

  * New upstream release.
  * Bump Qt build-dependencies to 5.4.0.
  * Drop disable_qgeocircle_extendShape_tests.patch, no longer needed.
  * Disable building qtlocation module for now.
  * Build-depend on qtbase5-doc-html, for docs linking.
  * Update debian/copyright.
  * Bump Standards-Version to 3.9.6, no changes needed.

 -- Dmitry Shachnev <mitya57@debian.org>  Sat, 27 Dec 2014 16:33:21 +0300

qtlocation-opensource-src (5.3.2-2) unstable; urgency=medium

  * Upload to unstable.
  * Create disable_qgeocircle_extendShape_tests.patch to disable this tests
    until QTBUG-41447 is solved.

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Tue, 23 Sep 2014 00:26:51 -0300

qtlocation-opensource-src (5.3.2-1) experimental; urgency=medium

  [ Dmitry Shachnev ]
  * Drop dh_auto_build-arch override, no longer needed.
  * Run tests with QT_QPA_PLATFORM=minimal, so that they could be
    run without Xvfb.
  * Update my e-mail address.
  * Update Vcs-Browser field to point to cgit interface.

  [ Lisandro Damián Nicanor Pérez Meyer ]
  * New upstream release.
  * Bump Qt build dependencies.
  * Update symbols files with buildds' logs.
  * Update install files.

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Fri, 19 Sep 2014 00:55:17 -0300

qtlocation-opensource-src (5.3.1-1) unstable; urgency=medium

  * New upstream release.
  * Bump Qt build dependencies.
  * Remove remove_qreal_check.patch, applied upstream.
  * Fix install file with new files.

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Tue, 01 Jul 2014 13:24:41 -0300

qtlocation-opensource-src (5.3.0-3) unstable; urgency=medium

  * Add remove_qreal_check.patch to fix build failure on ARM.
  * Add myself to Uploaders.

 -- Dmitry Shachnev <mitya57@gmail.com>  Sun, 08 Jun 2014 17:39:36 +0400

qtlocation-opensource-src (5.3.0-2) unstable; urgency=medium

  * Upload to unstable.
  * Re-enable tests, using disable_failing_tests.patch to disable the tests
    that are currently failing. Both of them seems to lack a source of
    information to properly work.
  * Add build dependencies needed for running the tests.

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Sat, 07 Jun 2014 11:18:06 -0300

qtlocation-opensource-src (5.3.0-1) experimental; urgency=medium

  * New upstream release.
  * Bump Qt build dependencies.
  * Install headers in their new m-a path. Mark development package as
    Multi-Arch: same.
  * Remove transitional package qtdeclarative5-qtpositioning-plugin.
  * Remove skip_failing_tests.patch. If the test are failing then they should
    not be deactivated but solved, except we have a good reason to do it.
    And sadly we have one, but seems a missing service for the test to run
    properly. Disable tests *just* for this uppload.
  * Remove qtdeclarative5-qtquick2-plugin from the build dependencies, it is
    not really needed.
  * Add dbus as build dependency and run dbus-launch for the tests.
  * Add geoclue as build dependency, it is needed by the tests.
  * Update symbols files with current build log.
  * Update install files.
  * Fix path for removing private headers.
  * Update debian/copyright.

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Thu, 29 May 2014 23:32:11 -0300

qtlocation-opensource-src (5.2.1-3) unstable; urgency=medium

  * Rename the QML module from qtdeclarative5-qtlocation-plugin to
    qml-module-location, adding proper Break+Replaces and renaming necessary
    files.
    Also rename the location QML module files, which is currently not being
     built.

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Thu, 03 Apr 2014 12:14:03 -0300

qtlocation-opensource-src (5.2.1-2) unstable; urgency=medium

  * Upload to unstable.
  * Update symbols files with buildd's logs.

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Wed, 26 Mar 2014 08:34:10 -0300

qtlocation-opensource-src (5.2.1-1) experimental; urgency=low

  * Initial release. (Closes: #697509)

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Wed, 26 Feb 2014 23:29:05 -0300