File: changelog

package info (click to toggle)
gnome-builder 43.6-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 44,996 kB
  • sloc: ansic: 247,079; xml: 2,255; python: 1,917; sh: 91; makefile: 73; javascript: 40; cpp: 14
file content (927 lines) | stat: -rw-r--r-- 33,754 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
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
gnome-builder (43.6-3) unstable; urgency=medium

  * Team upload
  * debian/control.in: depend on gir1.2-webkit-6.0 instead of 5.0
    (Closes: #1033224)

 -- Alberto Garcia <berto@igalia.com>  Mon, 20 Mar 2023 12:45:40 +0100

gnome-builder (43.6-2) unstable; urgency=medium

  * debian/gbp.conf, debian/control.in: Branch for bookworm
  * Cherry-pick patches from stable gnome-43 branch to build against
    latest webkitgtk
  * Build against webkitgtk 6.0 instead of 5.0

 -- Jeremy Bicha <jbicha@ubuntu.com>  Wed, 15 Mar 2023 20:29:37 -0400

gnome-builder (43.6-1) unstable; urgency=medium

  * New upstream release

 -- Jeremy Bicha <jbicha@ubuntu.com>  Fri, 03 Feb 2023 18:21:57 -0500

gnome-builder (43.5-1) unstable; urgency=medium

  * New upstream release
  * Avoid explicitly specifying -Wl,--as-needed linker flag
  * Update standards version to 4.6.2, no changes needed

 -- Jeremy Bicha <jbicha@ubuntu.com>  Wed, 01 Feb 2023 18:53:25 -0500

gnome-builder (43.4-1) unstable; urgency=medium

  * New upstream release
  * Bump Standards-Version to 4.6.1

 -- Jeremy Bicha <jbicha@ubuntu.com>  Thu, 01 Dec 2022 09:35:44 -0500

gnome-builder (43.3-1) unstable; urgency=medium

  * New upstream release

 -- Jeremy Bicha <jbicha@ubuntu.com>  Fri, 18 Nov 2022 14:50:50 -0500

gnome-builder (43.2-1) unstable; urgency=medium

  * New upstream release

 -- Jeremy Bicha <jbicha@ubuntu.com>  Thu, 06 Oct 2022 22:25:10 -0400

gnome-builder (43.0-1) unstable; urgency=medium

  * New upstream release

 -- Jeremy Bicha <jbicha@ubuntu.com>  Thu, 22 Sep 2022 10:09:02 -0400

gnome-builder (43~rc-1) unstable; urgency=medium

  * New upstream release
  * debian/control.in: Bump dependencies per meson.build
  * Build with unversioned llvm/clang again
  * Release to unstable

 -- Jeremy Bicha <jbicha@ubuntu.com>  Mon, 19 Sep 2022 17:18:59 -0400

gnome-builder (43~alpha1-1) experimental; urgency=medium

  * New upstream release
  * Update Build-Depends for switch to gtk4 & libadwaita
    - Many other dependency updates
  * debian/control.in: Build-Depend on flatpak built against libsoup3
  * debian/control.in: Build-Depend on libeditorconfig-dev
  * debian/control.in: Build-Depend on libwebkit2gtk-5.0-dev
  * debian/control.in: Drop obsolete glade dependency
    - The future intended replacement is
      https://gitlab.gnome.org/chergert/drafting
  * debian/rules: Disable dsply plugin since dspy isn't in Debian yet
  * Build with llvm-14 to avoid build issue with Experimental's llvm-15
  * debian/gnome-builder.install: Install styles

 -- Jeremy Bicha <jbicha@ubuntu.com>  Sun, 21 Aug 2022 09:05:24 -0400

gnome-builder (42.1-1) unstable; urgency=medium

  * New upstream release
  * Drop patch: applied in new release

 -- Jeremy Bicha <jbicha@ubuntu.com>  Thu, 21 Apr 2022 13:52:05 -0400

gnome-builder (42.0-1) unstable; urgency=medium

  * New upstream release
  * Add patch to fix AppStream metadata validation test

 -- Jeremy Bicha <jbicha@ubuntu.com>  Mon, 21 Mar 2022 16:02:26 -0400

gnome-builder (42~rc1-1) unstable; urgency=medium

  * New upstream release

 -- Jeremy Bicha <jeremy.bicha@canonical.com>  Tue, 08 Mar 2022 09:34:21 -0500

gnome-builder (42~beta1-1) unstable; urgency=medium

  * New upstream release
  * Drop all patches: applied in new release
  * debian/control.in: Bump minimum meson & vte
  * debian/control.in: Build-Depend on libhandy & jsonrpc-glib
  * Suggest rubocop for Ruby. Drop no longer needed python3-jedi
  * Build-Depend on and Recommend valgrind-if-available instead of valgrind
    directly

 -- Jeremy Bicha <jeremy.bicha@canonical.com>  Tue, 22 Feb 2022 19:43:50 -0500

gnome-builder (41.3-4) unstable; urgency=medium

  * Team upload
  * Release to unstable for libportal transition (#1003085)

 -- Simon McVittie <smcv@debian.org>  Wed, 05 Jan 2022 10:33:12 +0000

gnome-builder (41.3-3) experimental; urgency=medium

  * Team upload
  * d/control.in: Use libportal 0.5
  * d/p/build-use-libportal-0.5.patch:
    Add patch from upstream to fix build against libportal 0.5

 -- Simon McVittie <smcv@debian.org>  Mon, 03 Jan 2022 18:56:56 +0000

gnome-builder (41.3-2) unstable; urgency=medium

  * Cherry-pick from upstream two patches for the flatpak plugin.
    One of these patches should fixe the FTBFS on 32 bits architectures

 -- Laurent Bigonville <bigon@debian.org>  Sat, 11 Dec 2021 11:18:56 +0100

gnome-builder (41.3-1) unstable; urgency=medium

  * New upstream release

 -- Jeremy Bicha <jbicha@debian.org>  Fri, 10 Dec 2021 22:58:17 -0500

gnome-builder (41.2-1) unstable; urgency=medium

  * New upstream release

 -- Jeremy Bicha <jbicha@debian.org>  Sun, 21 Nov 2021 13:31:01 -0500

gnome-builder (41.1-3) unstable; urgency=medium

  * Team upload
  * Adjust location of g-i overrides for Meson 0.60.0 (Closes: #997405)

 -- Simon McVittie <smcv@debian.org>  Thu, 28 Oct 2021 21:08:40 +0100

gnome-builder (41.1-2) unstable; urgency=medium

  * debian/gnome-builder.install: Install gnome-builder-flatpak
    (Closes: #995280)

 -- Jeremy Bicha <jbicha@debian.org>  Wed, 29 Sep 2021 03:57:47 -0400

gnome-builder (41.1-1) unstable; urgency=medium

  * New upstream release
  * debian/control.in: Build-Depend on libcmark-dev
  * debian/control.in: Bump minimum glib to 2.69.1, gtk3 to 3.24,
    & flatpak to 1.11.2

 -- Jeremy Bicha <jbicha@debian.org>  Sun, 26 Sep 2021 18:26:27 -0400

gnome-builder (3.40.2-3) unstable; urgency=medium

  [ Laurent Bigonville ]
  * debian/watch: Update to follow the new version scheme

  [ Jeremy Bicha ]
  * Build-Depend on libsysprof-ui-4-dev. Drop unnecessary Recommends: sysprof
  * Drop no longer needed debian/not-installed and dh_install -X rules
  * Release to unstable

 -- Jeremy Bicha <jbicha@debian.org>  Tue, 21 Sep 2021 20:50:07 -0400

gnome-builder (3.40.2-2) experimental; urgency=medium

  * debian/control.in: Bump glib BD to 2.67.3, needed for g_memdup2()

 -- Laurent Bigonville <bigon@debian.org>  Mon, 09 Aug 2021 16:32:59 +0200

gnome-builder (3.40.2-1) experimental; urgency=medium

  * New upstream release
  * debian/control.in:
    - Build-Depends on libportal-dev

 -- Sebastien Bacher <seb128@ubuntu.com>  Wed, 16 Jun 2021 13:36:30 +0200

gnome-builder (3.38.2-1) unstable; urgency=medium

  * New upstream release

 -- Sebastien Bacher <seb128@ubuntu.com>  Mon, 01 Mar 2021 17:18:38 +0100

gnome-builder (3.38.1-1) unstable; urgency=medium

  * New upstream release

 -- Jeremy Bicha <jbicha@debian.org>  Sat, 17 Oct 2020 07:46:01 -0400

gnome-builder (3.38.0-2) unstable; urgency=medium

  * Team upload
  * Add missing build-dependency on libpolkit-gobject-1-dev.
    The sysprof development files need this, but it isn't a hard dependency
    because the sysprof package is mostly used for purposes other than
    compiling against its libraries. Ideally src:sysprof should have one or
    more separate binary packages for development files, but that will
    require a trip through the NEW queue. (Closes: #971112)

 -- Simon McVittie <smcv@debian.org>  Sun, 27 Sep 2020 21:26:13 +0100

gnome-builder (3.38.0-1) unstable; urgency=medium

  * Team upload
  * New upstream release
  * d/upstream/metadata: Add
  * Release to unstable

 -- Simon McVittie <smcv@debian.org>  Wed, 16 Sep 2020 09:47:02 +0100

gnome-builder (3.37.92-1) experimental; urgency=medium

  * Team upload
  * d/watch: Watch for development versions
  * New upstream release
  * d/control.in: Update build-dependency versions
  * d/copyright: Update
  * Remove patches.
    Most came from upstream, and d/p/fix-build-with-multiarch.patch doesn't
    seem to be necessary any more.
  * d/gnome-builder.install: Remove gtksourceview-3.0 data, no longer installed
  * d/gnome-builder.install: Redirect PyGI overrides to the right place

 -- Simon McVittie <smcv@debian.org>  Mon, 07 Sep 2020 19:28:20 +0100

gnome-builder (3.36.1-1) unstable; urgency=medium

  * Team upload
  * New upstream release
    - Among other fixes, there is an updated German translation
      (Closes: #922640)
  * d/p/meson-Add-generated-lsp-enum-header-to-lsp-sources.patch:
    Drop patch, applied upstream
  * Add post-release fixes from upstream 3.36 branch, up to 3.36.1-9-gb99463102
  * d/control.in: Switch build-dependency from enchant to enchant-2.
    Thanks to peter green (Closes: #969569)

 -- Simon McVittie <smcv@debian.org>  Sat, 05 Sep 2020 15:01:42 +0100

gnome-builder (3.36.0-3) unstable; urgency=medium

  * d/p/meson-Add-generated-lsp-enum-header-to-lsp-sources.patch: Fix FTBFS.
    Avoid race condition by adding generated lsp enum header to lsp sources
    (Closes: #952582)

 -- Laurent Bigonville <bigon@debian.org>  Mon, 13 Apr 2020 10:56:16 +0200

gnome-builder (3.36.0-2) unstable; urgency=medium

  * debian/control.in: Fix the version of gir1.2-glib-2.0 to make it
    installable again, oups (Closes: #953398)

 -- Laurent Bigonville <bigon@debian.org>  Mon, 09 Mar 2020 23:47:48 +0100

gnome-builder (3.36.0-1) unstable; urgency=medium

  * New upstream release
  * debian/control.in: Bump Standards-Version to 4.5.0 (no further changes)
  * debian/control.in: Tighten the runtime dependencies a bit

 -- Laurent Bigonville <bigon@debian.org>  Sun, 08 Mar 2020 16:39:33 +0100

gnome-builder (3.35.91-1) unstable; urgency=medium

  * New upstream beta release
  * Drop backported meson patch: applied in new release
  * Disable new update-manager plugin:
    - It's intended for users of the Flatpak build of GNOME Builder

 -- Jeremy Bicha <jbicha@debian.org>  Sun, 16 Feb 2020 19:48:52 -0500

gnome-builder (3.34.1-2) unstable; urgency=medium

  * Enable the sysprof module on all linux architectures
  * Drop d/p/revert-spellcheck-depend-on-enchant-2.patch, enchant-2 is
    available in unstable (Closes: #948352)

 -- Laurent Bigonville <bigon@debian.org>  Thu, 23 Jan 2020 10:27:08 +0100

gnome-builder (3.34.1-1) unstable; urgency=medium

  * New upstream release
    - Bump the (build-)dependencies
  * debian/rules: Properly disable flatpak on architectures where it's not
    supported
  * debian/patches: Fix FTBFS with meson 0.52, patches from upstream
  * debian/gnome-builder.install: Install the new gnome-builder-git and
    gnome-builder-vala helper executable
  * debian/control.in: Bump Standards-Version to 4.4.1 (no further changes)

 -- Laurent Bigonville <bigon@debian.org>  Thu, 02 Jan 2020 03:35:18 +0100

gnome-builder (3.32.4-2) unstable; urgency=medium

  * Depend on gir1.2-gtksource-4 instead of gir1.2-gtksource-3.0
  * Depend and Build-Depend on unversion libvala-dev

 -- Jeremy Bicha <jbicha@debian.org>  Sun, 29 Sep 2019 19:09:04 -0400

gnome-builder (3.32.4-1) unstable; urgency=medium

  * New upstream release
  * Build with vala 0.46
  * Bump minimum meson to 0.50.0
  * Drop lower-meson-requirement-to-0.49.0.patch: No longer needed
  * Build-Depend on debhelper-compat 12 and drop debian/compat
  * Build-Depend on dh-sequence-gir, dh-sequence-gnome & dh-sequence-python3
  * debian/gnome-builder.install: Install /usr/libexec/gnome-builder-clang
  * Upload to unstable

 -- Jeremy Bicha <jbicha@debian.org>  Sun, 15 Sep 2019 08:37:30 -0400

gnome-builder (3.32.0-1) experimental; urgency=medium

  * New upstream release
  * Add lower-meson-requirement-to-0.49.0.patch:
    - Ubuntu 19.04 has meson 0.49.0 not 0.49.2

 -- Jeremy Bicha <jbicha@debian.org>  Thu, 14 Mar 2019 21:39:53 -0400

gnome-builder (3.31.92-1) experimental; urgency=medium

  * New upstream release
  * Bump minimum meson to 0.49.0

 -- Jeremy Bicha <jbicha@debian.org>  Thu, 07 Mar 2019 05:18:46 -0500

gnome-builder (3.31.91-2) experimental; urgency=medium

  * Update dependencies for vala 0.44 series

 -- Jeremy Bicha <jbicha@debian.org>  Fri, 22 Feb 2019 08:09:49 -0500

gnome-builder (3.31.91-1) experimental; urgency=medium

  * New upstream development release

 -- Jeremy Bicha <jbicha@debian.org>  Mon, 18 Feb 2019 22:25:22 -0500

gnome-builder (3.31.90-1) experimental; urgency=medium

  * New upstream development release
  * Bump dependencies: libdazzle-1.0-dev 3.31.90, libglib2.0-dev 2.59.2,
    libwebkit2gtk-4.0-dev 2.22, meson 0.48.0, and sysprof 3.31.90
  * Build-Depend on libgladeui-dev
  * Depend on gir1.2-jsonrpc-1.0
  * debian/rules: Update build flags
  * Update install rules
  * Drop debian/gnome-builder.lintian-overrides: Obsolete

 -- Jeremy Bicha <jbicha@debian.org>  Thu, 07 Feb 2019 17:01:40 -0500

gnome-builder (3.30.3-2) unstable; urgency=medium

  * Explicitly use vala 0.42 instead of virtual packages for dependencies:
    - using virtual packages allows for no-longer-built-from-source (and
      therefore unsupportable) versions to satisfy the dependency
  * Update Vcs fields for debian/buster

 -- Jeremy Bicha <jbicha@debian.org>  Fri, 22 Feb 2019 07:48:45 -0500

gnome-builder (3.30.3-1) unstable; urgency=medium

  * New upstream release
  * Only enable Flatpak on arches where it has built

 -- Jeremy Bicha <jbicha@debian.org>  Sat, 12 Jan 2019 20:25:57 -0500

gnome-builder (3.30.2-2) unstable; urgency=medium

  * Drop autotools-related recommends since we no longer provide
    autotools templates
  * Bump Standards-Version to 4.3.0

 -- Jeremy Bicha <jbicha@debian.org>  Sun, 23 Dec 2018 09:48:46 -0500

gnome-builder (3.30.2-1) unstable; urgency=medium

  [ Jeremy Bicha ]
  * New upstream release (Closes: #914668)
  * Bump dependencies: glib 2.58.0, jsonrpc-glib 3.30.1, libdazzle 3.30.2
  * Add -Wl,-O1 to LDFLAGS
  * Drop patches applied in new release

  [ Laurent Bigonville ]
  * debian/rules: Use dh_shlibdeps -l instead of using LD_LIBRARY_PATH

 -- Jeremy Bicha <jbicha@debian.org>  Tue, 11 Dec 2018 22:16:48 -0500

gnome-builder (3.30.1-6) unstable; urgency=medium

  * Cherry-pick commits from 3.30 branch through October 9
  * Disable network tests through the new build option instead of with a patch
  * Install gtksourceview3 styles

 -- Jeremy Bicha <jbicha@debian.org>  Thu, 11 Oct 2018 12:14:34 -0400

gnome-builder (3.30.1-5) unstable; urgency=medium

  * Modify gstyle-increase-test-gstyle-color-timeout.patch:
    - Increase timeout to 750 seconds

 -- Jeremy Bicha <jbicha@debian.org>  Thu, 27 Sep 2018 21:05:59 -0400

gnome-builder (3.30.1-4) unstable; urgency=medium

  * Modify gstyle-increase-test-gstyle-color-timeout.patch:
    - Increase timeout to 240 seconds

 -- Jeremy Bicha <jbicha@debian.org>  Wed, 26 Sep 2018 21:46:02 -0400

gnome-builder (3.30.1-3) unstable; urgency=medium

  * Cherry-pick gstyle-remove-assertion-from-test.patch:
    - Fix i386 build test by removing an assert affected by rounding issues
  * Cherry-pick gstyle-increase-test-gstyle-color-timeout.patch:
    - Increase timeout to 120 seconds for one of the slower tests

 -- Jeremy Bicha <jbicha@debian.org>  Wed, 26 Sep 2018 17:27:34 -0400

gnome-builder (3.30.1-2) unstable; urgency=medium

  * Cherry-pick gsettings-generate-gschema.compiled-for-unit-tests.patch
    - Compile gsettings schemas so they can be used for build tests
  * Use dbus-run-session for build tests and stop ignoring test failures

 -- Jeremy Bicha <jbicha@debian.org>  Tue, 25 Sep 2018 22:15:14 -0400

gnome-builder (3.30.1-1) unstable; urgency=medium

  * New upstream release
  * Stop overriding upstream to install autotools templates.
    They will be completely removed in 3.32.
  * Drop configure flags that already default to true
  * Add Use-nonet-for-appstream-validate.patch
    - Don't attempt network access during AppStream validation test

 -- Jeremy Bicha <jbicha@debian.org>  Tue, 25 Sep 2018 10:03:12 -0400

gnome-builder (3.30.0-1) unstable; urgency=medium

  * New upstream release
  * Depend and Build-Depend on virtual vala packages instead of versioned ones
    so that we can do no-change rebuilds for new vala series (Closes: #907938)
  * Bump minimum libdazzle-1.0-dev to 3.29.92
  * Add X-Ubuntu-Use-Langpack to opt in to Ubuntu language pack handling
    (LP: #1779574)
  * Release to unstable

 -- Jeremy Bicha <jbicha@debian.org>  Wed, 05 Sep 2018 11:02:30 -0400

gnome-builder (3.29.91-1) experimental; urgency=medium

  * New upstream development release
  * debian/rules: Update build options
  * Bump Build-Depends versions:
    - libdazzle-1.0-dev (>= 3.29.91)
    - libjsonrpc-glib-1.0-dev (>= 3.29.91)
    - libglib2.0-dev (>= 2.57.2)
    - meson (>= 0.47.1)
    - sysprof (>= 3.29.3)
    - libgtksourceview-4-dev instead of libgtksourceview-3.0-dev
  * debian/gnome-builder.install: Update
    - app icons are now installed to app-specific directory
  * Drop Python-Avoid-identifier-async-which-became-a-keyword-in-3.patch:
    - Applied in new release
  * Refresh fix-build-with-multiarch.patch

 -- Jeremy Bicha <jbicha@debian.org>  Wed, 22 Aug 2018 10:03:51 -0400

gnome-builder (3.28.4-1) unstable; urgency=medium

  * New upstream release
  * Standards-Version: 4.2.0 (no changes required)

 -- Andrea Azzarone <andrea.azzarone@canonical.com>  Tue, 21 Aug 2018 18:55:53 +0300

gnome-builder (3.28.3-1) unstable; urgency=medium

  * Team upload
  * New upstream release
  * d/p/Python-Avoid-identifier-async-which-became-a-keyword-in-3.patch:
    Add patch to avoid async as a Python identifier, for Python 3.7
    compatibility (Closes: #903558)
  * Standards-Version: 4.1.5 (no changes required)
  * Set Rules-Requires-Root to no

 -- Simon McVittie <smcv@debian.org>  Wed, 11 Jul 2018 14:19:07 +0100

gnome-builder (3.28.1-1) unstable; urgency=medium

  * New upstream release
  * Bump Standards-Version to 4.1.4

 -- Jeremy Bicha <jbicha@debian.org>  Tue, 10 Apr 2018 17:28:22 -0400

gnome-builder (3.28.0-1) unstable; urgency=medium

  * New upstream release
  * Release to unstable
  * Bump minimum jsonrpc-glib, libdazzle, and template-glib to 3.28.0
  * Bump minimum glib2.0 to 2.56.0
  * Drop temporary Build-Depends on libclang-5.0-dev
  * Add revert-spellcheck-depend-on-enchant-2.patch:
    - Debian doesn't have the latest gpsell or enchant2 so revert
      this unnecessary version bump

 -- Jeremy Bicha <jbicha@debian.org>  Sat, 17 Mar 2018 09:47:26 -0400

gnome-builder (3.27.90-1) experimental; urgency=medium

  * New upstream development release
    - /usr/bin/gnome-builder-cli is no longer included
  * debian/copyright: Drop obsolete Files-Excluded references
    (embedded code copies are no longer included in gnome-builder releases)
  * debian/control.in:
    - Bump minimum jsonrpc-glib, libdazzle, template-glib, and vala versions
    - Build-Depend on llvm-dev
    - Add a temporary Build-Depends on libclang-5.0-dev to match
      the llvm 5.0 that is being pulled in
  * Update debian/rules for latest build options

 -- Jeremy Bicha <jbicha@debian.org>  Tue, 13 Feb 2018 10:39:46 -0500

gnome-builder (3.26.4-2) unstable; urgency=medium

  * Build with vala 0.38

 -- Jeremy Bicha <jbicha@debian.org>  Tue, 06 Feb 2018 10:35:02 -0500

gnome-builder (3.26.4-1) unstable; urgency=medium

  * New upstream release
  * Bump minimum libdazzle to 3.26.3

 -- Jeremy Bicha <jbicha@debian.org>  Thu, 01 Feb 2018 07:49:41 -0500

gnome-builder (3.26.3-1) unstable; urgency=medium

  * New upstream release
  * Bump minimum libdazzle to 3.26.2
  * Update Vcs fields for migration to https://salsa.debian.org/
  * Build-Depend on debhelper >= 11.1 to automatically build with the C.UTF-8
    locale
  * Bump debhelper compat to 11

 -- Jeremy Bicha <jbicha@debian.org>  Sat, 20 Jan 2018 07:00:16 -0500

gnome-builder (3.26.2-2) unstable; urgency=medium

  * Update Vcs fields for conversion to git
  * Add debian/gbp.conf
  * Bump Standards-Version to 4.1.2

 -- Jeremy Bicha <jbicha@debian.org>  Thu, 14 Dec 2017 12:52:51 -0500

gnome-builder (3.26.2-1) unstable; urgency=medium

  [ Jeremy Bicha ]
  * New upstream release
  * Drop git_protect-against-spurious-builds.patch: Applied in new release

  [ Emilio Pozuelo Monfort ]
  * Build-depend on python3 and python3-gi rather than the development
    packages, as we don't need development headers.
  * Re-enable clang support on armel, as LLVM is fixed there.

 -- Jeremy Bicha <jbicha@debian.org>  Sun, 05 Nov 2017 14:31:52 -0500

gnome-builder (3.26.1-1) unstable; urgency=medium

  * New upstream release
  * debian/control.in: Bump the build-dependencies
  * Add git_protect-against-spurious-builds.patch:
    - Cherry-pick fix for excessive build notifications
  * Add fix-build-with-multiarch.patch, modify gnome-builder.install:
    - Install Ide.py to the correct non-multiarch directory
  * Bump Standards-Version to 4.1.1

 -- Jeremy Bicha <jbicha@debian.org>  Wed, 11 Oct 2017 19:06:57 -0400

gnome-builder (3.26.0-1) unstable; urgency=medium

  * New upstream release
    - debian/control.in: Bump the (build-)dependencies
    - Drop debian/patches/git_gdb-fix-mips-build.patch, merged upstream
    - Drop d/p/revert-require-libgit2-glib25.patch, not needed anymore
  * debian/control.in: gir1.2-git2-glib-1.0 package has been renamed, switch
    to gir1.2-ggit-1.0 instead
  * debian/rules: Use xvfb when running the tests
  * debian/rules: Enable the meson templates
  * debian/control.in: Add Recommends against meson, build-essential and other
    autotools packages so generated project can be build (Closes: #851353)
  * Add debian/gnome-builder.lintian-overrides

 -- Laurent Bigonville <bigon@debian.org>  Sun, 24 Sep 2017 12:50:58 +0200

gnome-builder (3.25.92-2) unstable; urgency=medium

  * Add git_gdb-fix-mips-build.patch:
    - Fix build failure on mips* architectures

 -- Jeremy Bicha <jbicha@debian.org>  Thu, 07 Sep 2017 15:41:37 -0400

gnome-builder (3.25.92-1) unstable; urgency=medium

  * New upstream release
  * Release to unstable
  * debian/control.in:
    - Bump minimum jsonrpc-glib, libdazzle, and template-glib to 3.25.92
    - Drop obsolete Build-Depends on libgjs-dev
  * debian/control.in, Add revert-require-libgit2-glib25.patch:
    - Build with libgit-glib 0.24 since 0.26 is still in experimental
  * debian/copyright:
    - Use Files-Excluded to not include embedded code copies of
      jsonrpc-glib, libdazzle and template-glib in source tarball
    - Some updates

 -- Jeremy Bicha <jbicha@debian.org>  Wed, 06 Sep 2017 08:59:58 -0400

gnome-builder (3.25.91-1) experimental; urgency=medium

  * Only build-dep and enable flatpak plugin on linux
  * Use dh_missing --fail-missing instead of obsolete dh_install....
  * Bump Standards-Version to 4.1.0
  * New upstream beta release.
  * Update build-dependencies according to upstream changes.
  * Drop debian/patches/revert-require-libgit2-glib25.patches
  * Use C.UTF-8 locale when building as C is not supported.
  * Switch configure flags to meson option defines.
  * Install python gi overrides file from dist-packages path.
  * Stop installing dropped ide-* binaries (internals moved to libdazzle).

 -- Andreas Henriksson <andreas@fatal.se>  Wed, 30 Aug 2017 15:52:07 +0200

gnome-builder (3.24.2-1) unstable; urgency=medium

  * New upstream release.
  * debian/control.in:
    - Switch to vala 0.36
    - Add Build-Depends on libgspell-1-dev
    - Bump Build-Depends on sysprof to (>= 3.23.91) as required by the
      sysprof plugin.
    - Recommend flatpak-builder
  * Update configure switches:
    - Add beautifier, cmake, eslint, make, mono, phpize, rust
    - Explicitly disable meson-templates, see GNOME #778897
    - Drop contributing (dropped in new version)
    - Drop build-tools and devhelp (always enabled)
  * Enable valgrind plugin on architectures that have valgrind
    and recommend valgrind on those architectures
  * Don't install local copy of https://builder.readthedocs.io/
    because the local docs will need more work for proper packaging
  * Add revert-require-libgit2-glib25.patch:
    - Don't require version of libgit2-glib not in Debian yet

 -- Jeremy Bicha <jbicha@ubuntu.com>  Wed, 02 Aug 2017 04:11:14 -0400

gnome-builder (3.22.4-1) unstable; urgency=medium

  * New upstream release.
  * Bump Build-Depends on libvte-2.91-dev to (>= 0.46) as required by the
    terminal plugin.
  * Add Build-Depends on libsoup2.4-dev as required by the flatpak plugin.
  * Bump Build-Depends on libflatpak-dev to (>= 0.6.9) as required by the
    flatpak plugin.
  * Update configure switches
    - Rename xdg-app-plugin → flatpak-plugin
    - Rename library-template-plugin → autotools-templates
    - Explicitly enable cargo, color-picker, meson and quick-highlight plugin

 -- Michael Biebl <biebl@debian.org>  Thu, 22 Dec 2016 12:59:44 +0100

gnome-builder (3.22.3-1) unstable; urgency=medium

  * New upstream release.

 -- Andreas Henriksson <andreas@fatal.se>  Wed, 30 Nov 2016 13:37:09 +0100

gnome-builder (3.22.2-1) unstable; urgency=medium

  [ Andreas Henriksson ]
  * Recommend flatpak

  [ Michael Biebl ]
  * New upstream release.
  * Update Build-Depends as per configure.ac.

 -- Michael Biebl <biebl@debian.org>  Sun, 06 Nov 2016 02:28:10 +0100

gnome-builder (3.22.1-1) unstable; urgency=medium

  [ Jeremy Bicha ]
  * Don't use dh_python3 for autotools templates (Closes: #838342)

  [ Emilio Pozuelo Monfort ]
  * Disable clang support on armel, as LLVM 3.8 is not available there.

  [ Michael Biebl ]
  * Upload to unstable.
  * New upstream release.

  [ Andreas Henriksson ]
  * Bump sysprof build-dependency to >= 3.22.1 according to configure.ac
  * Update list of architectures to include all where sysprof as of
    3.22.1-2 has built successfully on.
  * Add dependency on autoconf-archive as users of gnome-builder will
    want to have it installed to be able to build their new C projects.

 -- Andreas Henriksson <andreas@fatal.se>  Sun, 16 Oct 2016 16:49:09 +0200

gnome-builder (3.22.0-1) experimental; urgency=medium

  * debian/rules: fix multiple-condition find delete rule.
  * New upstream release.
  * Bump libgtk-3-dev build-dependency to >= 3.21.6 according to configure.ac
  * Bump dh compat to 10 (automatic dh-autoreconf).

 -- Andreas Henriksson <andreas@fatal.se>  Mon, 19 Sep 2016 21:55:01 +0200

gnome-builder (3.21.91-1) experimental; urgency=medium

  [ Andreas Henriksson ]
  * debian/control*:
    - Limit sysprof build-dependency to where it's currently available.
    - Add sysprof to Recommends:, so it's available if plugin gets enabled.
  * debian/rules:
    - Explicitly pass --{enable,disable}-sysprof-plugin based on arch
      we're building on as the plugin defaults to enable (not auto).

  [ Michael Biebl ]
  * New upstream release.
  * Drop debian/patches/sysprog-plugin-no-so-ver.patch, merged upstream.
  * Update package description.

 -- Michael Biebl <biebl@debian.org>  Tue, 06 Sep 2016 20:16:38 +0200

gnome-builder (3.21.90-1) experimental; urgency=medium

  * New upstream beta release.
  * Update build-dependencies according to configure.ac changes:
    - drop intltool, in favour of gettext.
    - bump gobject-introspection to >= 1.48.0
    - libglib2.0-dev to >= 2.49.0
    - libgtk-3-dev to >= 3.21.1
    - libgtksourceview-3.0-dev to >= 3.21.2
    - python-gi-dev to >= 3.21.0
  * Update build-dependencies as needed by plugins/*/configure.ac:
    - Add libflatpak-dev >= 0.6.0, to have the flatpak plugin enabled.
    - Add sysprof >= 3.21.90, as we need sysprof-ui-2.pc for sysprof plugin.
  * Add mm-common build-dependency as needed by mm-doc.m4
  * Drop debian/patches, now part of upstream release:
    - 0001-app-rename-program-mode-checks-to-gnome-builder-cli.patch
    - 0002-terminal-add-scrollbar-for-terminal.patch
    - 0003-desktop-Add-IDE-category.patch
  * debian/rules: drop renaming of /usr/bin/ide, no longer needed.
  * debian/gnome-builder.install: install gnome-builder-worker from
    libexecdir as it's no longer shipped in /usr/bin upstream.
  * Add debian/patches/sysprog-plugin-no-so-ver.patch
    - this avoids building .so.0* for the sysprof plugin.

 -- Andreas Henriksson <andreas@fatal.se>  Tue, 23 Aug 2016 12:25:39 +0200

gnome-builder (3.20.4-4) unstable; urgency=medium

  * Disable clang plugin on armel, LLVM 3.8 is not available there.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Fri, 07 Oct 2016 21:26:41 +0200

gnome-builder (3.20.4-3) unstable; urgency=medium

  * Build against vala 0.34.

 -- Michael Biebl <biebl@debian.org>  Wed, 21 Sep 2016 15:46:46 +0200

gnome-builder (3.20.4-2) unstable; urgency=medium

  [ Andreas Henriksson ]
  * Depend on clang to have a solid out-of-the-box experience with C/C++
    - as recommended by upstream
  * Depend on gir1.2-git2-glib-1.0 as needed by contributing_plugin
  * Depend on libvala-0.32-dev as libvala-0.32.pc is needed to find
    libvala-0.32. Fixes warning on console while opening a project.

  [ Jeremy Bicha ]
  * debian/rules, debian/gnome-builder.install, and
    0001-app-rename-program-mode-checks-to-gnome-builder-cli.patch:
    - Rename `/usr/bin/ide` to `gnome-builder-cli` (Closes: #824517)
  * Backport some other fixes from git:
    - 0002-terminal-add-scrollbar-for-terminal.patch
    - 0003-desktop-Add-IDE-category.patch

  [ Laurent Bigonville ]
  * debian/control.in: Also Recommend python3-lxml for jedi plugin (Closes:
    #826559)

 -- Laurent Bigonville <bigon@debian.org>  Fri, 10 Jun 2016 17:41:45 +0200

gnome-builder (3.20.4-1) unstable; urgency=medium

  * New upstream release.

 -- Michael Biebl <biebl@debian.org>  Wed, 11 May 2016 20:26:21 +0200

gnome-builder (3.20.2-1) unstable; urgency=medium

  [ Andreas Henriksson ]
  * New upstream release.
  * Drop debian/patches/0001-vala-remove-in-tree-hack-for-builder-deps.patch
    - merged upstream.
  * Update build-dependencies according to configure.ac changes:
    - Bump gobject-introspection to >= 1.47.92
    - Bump libglib2.0-dev to >= 2.47.92
    - Bump libgtk-3-dev to >= 3.20.0
    - Bump libgtksourceview-3.0-dev to >= 3.20.0
    - Bump libpeas-dev to >= 1.17.0
    - Bump python-gi-dev to >= 3.19.3
    - Bump valac to >= 0.30.0.55
    - Add yelp-tools
  * Change dependency from valac-0.30-vapi to valac-0.32-vapi
    (Closes: #819538)
  * Change libvala-0.30-dev build-dependency to -0.32 to match.
  * Bump Standards-Version to 3.9.8
  * Ship new gnome-builder-worker and ide commands
  * Ship new help files
  * Add debian/patches/fix-terminal-plugin-ldflags.patch
    - avoids generating so-versioned libterminal.so.*
  * debian/rules: delete all *.pyc (and *.pyo) files in usr/lib
    - avoids precompiled site-packages python files in package.
  * debian/rules: delete usr/include/gnome-builder-*
    - files exists to allow gir, vala, etc bindings generation in-tree.
  * Install usr/lib/python3.5/site-packages/gi/overrides for Ide.py override
    - see also http://bugs.debian.org/819736
  * Use dh-autoreconf, needed since we patch plugins/terminal/Makefile.am
    - this replaces autotools-dev which gets dropped
  * Explicitly enable git plugin (which was formerly not a plugin)
  * Bump build-dependencies for plugins/*/configure.ac changes:
    - devhelp plugin: libdevhelp-dev to >= 3.20.0
    - git plugin: libgit2-glib-1.0-dev to >= 0.24.0
    Note: added/new plugins not taken into consideration here (yet).
  * Add debian/patches/fix-missing-git-check.patch
  * Drop explicit disabling of device-manager plugin, removed upstream.
  * Explicitly enable all new plugins:
    - build-tools-plugin, comment-code-plugin, contributing-plugin,
      create-project-plugin, fpaste-plugin, gcc-plugin, gettext-plugin,
      jhbuild-plugin, library-template-plugin, project-tree-plugin,
      support-plugin, todo-plugin, xdg-app-plugin
  * Build-dep on dh-python, use --with python3 and dep on ${python3:Depends}.
    - according to man dh_python3 for fixing up module path.
  * Remove gi override pycache and use py3compile in postinst.
  * Bump libpeas build-dependency as we need 1.18.0 at runtime
    - otherwise the main 'editor' plugin will not be found and all breaks.

  [ Michael Biebl ]
  * Drop uploaders.mk from debian/rules as this breaks the clean target with
    dh. Instead use the gnome dh addon which updates debian/control via
    dh_gnome_clean.

  [ Laurent Bigonville ]
  * New upstream release (3.20.2).
    - Drop all patches, merged upstream
    - Add libpango1.0-dev to the build-dependencies

 -- Andreas Henriksson <andreas@fatal.se>  Wed, 11 May 2016 09:22:28 +0200

gnome-builder (3.18.1-2) unstable; urgency=medium

  [ Tim Lunn ]
  * debian/control.in: Add build-dep on libwebkit2gtk-4.0-dev this
    is required by the HTML preview plugin
  * debian/rules:
    - Explicitly enable all plugins (except experimental plugins)
    - switch to fail-missing, remove plugin .la files and exclude the libide
      bits, this still has unstable ABI and not meant to be public yet
      (Closes: #804769) (bgo: #758266)

 -- Andreas Henriksson <andreas@fatal.se>  Fri, 20 Nov 2015 10:49:15 +0100

gnome-builder (3.18.1-1) unstable; urgency=medium

  * New upstream release
    - Drop all the patches, merged upstream
    - Adjust the build-dependencies
  * Automatically determine the dependencies for the .typelib files (Closes:
    #801648)
  * Exclude private libraries from dh_makeshlibs call
  * List files currently not installed in the package and install some of them
  * debian/rules: Do not build static libraries
  * d/p/0001-vala-remove-in-tree-hack-for-builder-deps.patch: remove in-tree
    hack for builder deps, this removes some runtime error, from upstream

 -- Laurent Bigonville <bigon@debian.org>  Thu, 15 Oct 2015 22:19:42 +0200

gnome-builder (3.16.3-2) unstable; urgency=medium

  * Upload to unstable.
  * Use unversioned libclang-dev Build-Depends to ensure it matches the llvm
    version. This also ensures we get the Debian default llvm/clang version.

 -- Michael Biebl <biebl@debian.org>  Wed, 14 Oct 2015 17:55:23 +0200

gnome-builder (3.16.3-1) experimental; urgency=low

  * Initial release

 -- Andreas Henriksson <andreas@fatal.se>  Sun, 11 Oct 2015 12:38:45 +0200