summaryrefslogtreecommitdiffstats
path: root/debian/changelog
blob: e4a5b72ca38945932efc725650372df086f490bd (plain)
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
gnome-initial-setup (43.2-6progress7u1) graograman; urgency=medium

  * Initial reupload to graograman.
  * Updating maintainer field.
  * Updating uploaders field.
  * Updating bugs field.
  * Updating vcs fields.
  * Enabling inclusion of vendor.conf.
  * Skipping goa pages.
  * Skipping privacy pages.
  * Setting distribution name to Linux on summary page.
  * Updating spelling of distro message on summary page.
  * Regenerating debian files.

 -- Daniel Baumann <daniel.baumann@progress-linux.org>  Sun, 07 Apr 2024 19:47:53 +0200

gnome-initial-setup (43.2-6) unstable; urgency=medium

  * Team upload
  * d/p/privacy-Move-subtitles-to-separate-labels.patch:
    Fix Mozilla Location Services privacy policy link in kiosk mode.
    The privacy policy links on the Privacy page are meant to be overridden
    to open in an embedded (WebKitGTK-based) web browser widget instead of
    an external web browser, but a regression in the port to GTK 4 between
    GNOME 42 and 43 caused this behaviour to break.
    In existing-user mode (run on the first GNOME login for a new user
    account), the link would previously have opened in the default web
    browser (normally Firefox), which is harmless but was not the
    intended UX.
    In new-user mode (when no user accounts exist), Initial Setup runs in a
    captive "kiosk mode" to create the first user account. In this mode, the
    link would previously not do anything. A mitigation is that this failure
    mode is rarely seen in Debian, because the installer normally creates a
    user account. (Closes: #1033228)

 -- Simon McVittie <smcv@debian.org>  Mon, 20 Mar 2023 15:27:27 +0000

gnome-initial-setup (43.2-5) unstable; urgency=medium

  * Build against webkitgtk 6.0 instead of 5.0
  * Cherry-pick a build fix for latest webkitgtk

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

gnome-initial-setup (43.2-4) unstable; urgency=medium

  * Team upload
  * d/p/keyboard-Resort-refilter-list-when-picking-shortlist.patch:
    Add patch from upstream 44.rc to display more input methods and
    keyboard layouts without clicking the "more..." button. This has
    a known issue that the shortlist of keyboard layouts is often not
    particularly useful, but at least it includes the default and
    current layouts (possibly different) and some other possibilities.
  * d/p/keyboard-Correctly-update-labels-for-IBus-engines.patch,
    d/p/keyboard-Update-filter-and-sort-when-the-display-name-cha.patch:
    Rework patches for xkb layout and IBus method selection, fixing a
    crash on startup (Closes: #1032448)
  * d/README.source: Add some notes on how to smoke-test this package.
    Thanks to Jeremy Bicha (via #1032448)
  * d/p/driver-Set-a-non-trivial-window-title.patch:
    Add patch to set a window title.
    This is one of the first things a new GNOME user will see, so let's
    make it a bit more polished.

 -- Simon McVittie <smcv@debian.org>  Mon, 06 Mar 2023 23:46:19 +0000

gnome-initial-setup (43.2-3) unstable; urgency=medium

  * Team upload
  * d/p/Add-StartupWMClass-to-.desktop-file.patch:
    Replace previous patch for app ID handling with upstream equivalent.
    gnome-initial-setup is not a syntactically valid app ID. Return to the
    syntactically valid app ID used upstream, and set the StartupWMClass
    instead.
    This gives us a correct window title in the Overview and the
    Alt+(key above Tab) window switcher, unlike the patch in 43.2-2.
  * d/p/reenable-existing-user-mode.patch:
    Add a note of which upstream commit we're reverting
  * d/patches: Reorder with closest-to-upstream first
  * d/p/keyboard-Correctly-update-labels-for-IBus-engines.patch,
    d/p/keyboard-Update-filter-and-sort-when-the-display-name-cha.patch:
    Correctly update input method chooser with info from IBus.
    This ensures that when the default is an IBus-based input method like
    Anthy (currently GNOME's default for ja_JP in bookworm) or Mozc (requested
    as a new default for ja_JP in #1029821), it will be displayed with its
    correct label like "Japanese (Anthy)" or "日本語 (Mozc)" instead of
    a placeholder name "anthy" or "mozc-jp". (Closes: #1032382)

 -- Simon McVittie <smcv@debian.org>  Sun, 05 Mar 2023 17:39:30 +0000

gnome-initial-setup (43.2-2) unstable; urgency=medium

  * Add patch to fix broken icon and app name

 -- Jeremy Bicha <jbicha@ubuntu.com>  Thu, 02 Mar 2023 17:32:26 -0500

gnome-initial-setup (43.2-1) unstable; urgency=medium

  * New upstream release

 -- Jeremy Bicha <jbicha@ubuntu.com>  Tue, 06 Dec 2022 09:27:10 -0500

gnome-initial-setup (43.1-2) unstable; urgency=medium

  * Team upload
  * Depend on polkitd and pkexec instead of transitional policykit-1.
    This package runs pkexec, so that dependency is still needed.
  * d/copyright: use spaces rather than tabs to start continuation lines
  * d/control.in: Update standards version to 4.6.1 (no changes needed)
  * d/upstream/metadata: Update Gitlab URLs

 -- Simon McVittie <smcv@debian.org>  Tue, 15 Nov 2022 08:36:43 +0000

gnome-initial-setup (43.1-1) unstable; urgency=medium

  * New upstream release

 -- Jeremy Bicha <jbicha@ubuntu.com>  Tue, 18 Oct 2022 13:08:46 -0400

gnome-initial-setup (43.0-1) unstable; urgency=medium

  [ Jeremy Bicha ]
  * New upstream release
  * Re-enable Privacy page
  * Re-enable malcontent integration for Debian

  [ Simon McVittie ]
  * d/control.in: Replace transitional libfontconfig1-dev with libfontconfig-dev

 -- Jeremy Bicha <jbicha@ubuntu.com>  Mon, 19 Sep 2022 11:44:22 -0400

gnome-initial-setup (43~rc.1-1) unstable; urgency=high

  * New upstream release
  * Add patch to disable privacy page. It uses webkitgtk 5.0
    which is still only in Debian Experimental
  * debian/control.in: Drop webkitgtk from Build-Depends for now
  * Add patch from Ubuntu to re-enable existing-user mode.
    It was disabled upstream because it conflicts with gnome-tour
    but gnome-tour isn't available in Debian or Ubuntu yet
  * Release to unstable (Closes: #1019106)

 -- Jeremy Bicha <jbicha@ubuntu.com>  Wed, 07 Sep 2022 11:04:27 -0400

gnome-initial-setup (43~beta-1) experimental; urgency=medium

  * New upstream release
  * Switch to gtk4, libadwaita, and libsoup3
  * Drop obsolete cheese dependency
  * Build-Depend on libxml2-utils for xmllint
  * Temporarily disable malcontent integration

 -- Jeremy Bicha <jbicha@ubuntu.com>  Sun, 28 Aug 2022 15:34:39 -0400

gnome-initial-setup (42.2-1) unstable; urgency=medium

  * New upstream translations release

 -- Jeremy Bicha <jbicha@ubuntu.com>  Mon, 06 Jun 2022 16:47:25 -0400

gnome-initial-setup (42.1.1-1) unstable; urgency=medium

  * New upstream translations release

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

gnome-initial-setup (42.1-1) unstable; urgency=medium

  [ Jeremy Bicha ]
  * New upstream translations release
  * Add debian/upstream/metadata
  * Bump Standards-Version to 4.6.0

  [ Will Thompson ]
  * debian/copyright: Remove obsolete license exception for um-realm-manager.*

 -- Jeremy Bicha <jbicha@ubuntu.com>  Mon, 18 Apr 2022 11:55:21 -0400

gnome-initial-setup (42.0.1-2) unstable; urgency=medium

  * Switch to libgweather4

 -- Jeremy Bicha <jbicha@ubuntu.com>  Mon, 28 Mar 2022 11:55:08 -0400

gnome-initial-setup (42.0.1-1) unstable; urgency=medium

  * New upstream release, remove patch included in the update

 -- Sebastien Bacher <seb128@ubuntu.com>  Thu, 24 Mar 2022 14:50:12 +0100

gnome-initial-setup (42~beta-1) unstable; urgency=medium

  * New upstream release
  * Drop all patches: applied in new release
  * Add patch to support GNOME 42 dark theme preference
  * Revert switch to libgweather4
  * Build-Depend on libgnome-desktop-4-dev instead of libgnome-desktop-3-dev
  * debian/control.in: Build-Depend on libhandy
  * debian/vendor.conf: Drop unused run_welcome_tour line

 -- Jeremy Bicha <jeremy.bicha@canonical.com>  Wed, 16 Feb 2022 10:34:12 -0500

gnome-initial-setup (41.2-2) unstable; urgency=medium

  * Team upload
  * d/patches: Update to upstream gnome-41 branch commit 41.2-2-g916995f0
    - Update Icelandic translation
  * d/p/build-Fix-Meson-deprecation-warning.patch:
    Add patch from upstream to fix FTBFS with recent Meson
    (Closes: #1004780)

 -- Simon McVittie <smcv@debian.org>  Tue, 01 Feb 2022 23:03:00 +0000

gnome-initial-setup (41.2-1) unstable; urgency=medium

  * New upstream release
  * debian/vendor.conf: Don't try to run the welcome tour on Ubuntu

 -- Jeremy Bicha <jbicha@debian.org>  Sun, 05 Dec 2021 02:57:19 -0500

gnome-initial-setup (41.0-1) unstable; urgency=medium

  * New upstream release
  * Bump minimum meson to 0.50.0
  * Install Ubuntu's vendor.conf in upstream recommended /usr/share/
  * Don't build with malcontent on Ubuntu since it's not in Ubuntu main

 -- Jeremy Bicha <jbicha@debian.org>  Fri, 17 Sep 2021 07:05:14 -0400

gnome-initial-setup (40.4-1) unstable; urgency=medium

  * New upstream release

 -- Jeremy Bicha <jbicha@debian.org>  Sun, 22 Aug 2021 09:34:06 -0400

gnome-initial-setup (40.2-2) unstable; urgency=medium

  * Bump debhelper-compat to 13
  * debian/rules: minor cleanup
  * Release to unstable

 -- Jeremy Bicha <jbicha@debian.org>  Sun, 22 Aug 2021 09:00:43 -0400

gnome-initial-setup (40.2-1) experimental; urgency=medium

  * New upstream release
  * debian/gnome-initial-setup.maintscript:
    - remove obsolete gnome-welcome-tour.desktop

  [ Gunnar Hjalmarsson ]
  * Stop recommending gnome-getting-started-docs - archived upstream

 -- Sebastien Bacher <seb128@ubuntu.com>  Tue, 08 Jun 2021 16:20:16 +0200

gnome-initial-setup (40.1-1) experimental; urgency=medium

  * New upstream release
  * Remove .desktop symlink hack, the issue is fixed upstream now
  * debian/patches/revert_gnome_tour.patch:
    - removed, the code it was patching has been deprecated

 -- Sebastien Bacher <seb128@ubuntu.com>  Fri, 28 May 2021 12:56:59 +0200

gnome-initial-setup (3.38.5-2) experimental; urgency=medium

  * debian/control.in:
    - Build-Depends on systemd, some other required package used to pull
      it in but isn't anymore which is failing the build

 -- Sebastien Bacher <seb128@ubuntu.com>  Mon, 17 May 2021 21:56:29 +0200

gnome-initial-setup (3.38.5-1) experimental; urgency=medium

  * New upstream release

 -- Sebastien Bacher <seb128@ubuntu.com>  Mon, 17 May 2021 16:23:38 +0200

gnome-initial-setup (3.38.4-1) unstable; urgency=medium

  * New upstream release

 -- Sebastien Bacher <seb128@ubuntu.com>  Fri, 19 Feb 2021 11:47:41 +0100

gnome-initial-setup (3.38.3-1) unstable; urgency=medium

  * New upstream release

 -- Sebastien Bacher <seb128@ubuntu.com>  Wed, 20 Jan 2021 16:46:38 +0100

gnome-initial-setup (3.38.1-1) unstable; urgency=medium

  * New upstream release
  * debian/control.in:
    - updated meson requirement

 -- Sebastien Bacher <seb128@ubuntu.com>  Mon, 05 Oct 2020 11:15:01 +0200

gnome-initial-setup (3.38.0-1) unstable; urgency=medium

  * New upstream release

 -- Sebastien Bacher <seb128@ubuntu.com>  Tue, 15 Sep 2020 16:27:03 +0200

gnome-initial-setup (3.37.91-1) experimental; urgency=medium

  * New upstream release
  * debian/control.in:
    - require gsettings-desktop-schemas and webkitgtk 2.26
  * debian/copyright:
    - updated list of copyright owners
  * debian/docs:
    - updated for the README renaming
  * debian/patches/revert_gnome_tour.patch:
    - revert back to start yelp until gnome-tour is packaged in Debian

 -- Sebastien Bacher <seb128@ubuntu.com>  Fri, 14 Aug 2020 15:29:10 +0200

gnome-initial-setup (3.36.4-1) unstable; urgency=medium

  * New upstream release
  * debian/control.in: Recommends accountsservice, this is used by gis
  * debian/control.in: Bump malcontent to Recommends

 -- Laurent Bigonville <bigon@debian.org>  Mon, 06 Jul 2020 14:38:00 +0200

gnome-initial-setup (3.36.3-2) unstable; urgency=medium

  * debian/control.in: Bump Standards-Version to 4.5.0 (no further changes)
  * Enable malcontent on supported architectures

 -- Laurent Bigonville <bigon@debian.org>  Mon, 06 Jul 2020 12:11:29 +0200

gnome-initial-setup (3.36.3-1) unstable; urgency=medium

  * New upstream release

 -- Sebastien Bacher <seb128@ubuntu.com>  Thu, 18 Jun 2020 21:50:34 +0200

gnome-initial-setup (3.36.2-1) unstable; urgency=medium

  * New upstream release

 -- Sebastien Bacher <seb128@debian.org>  Tue, 28 Apr 2020 12:01:34 +0200

gnome-initial-setup (3.36.1-1) unstable; urgency=medium

  * New upstream release

 -- Will Thompson <wjt@endlessm.com>  Thu, 02 Apr 2020 20:26:56 +0100

gnome-initial-setup (3.36.0-1) unstable; urgency=medium

  * New upstream release

 -- Will Thompson <wjt@endlessm.com>  Tue, 10 Mar 2020 16:46:31 +0000

gnome-initial-setup (3.35.91-1) experimental; urgency=medium

  [ Will Thompson ]
  * New upstream release
  * debian/control:
    - build without parental controls, it has depends not yet in Debian
    - depend on GLib >= 2.63.1
  * debian/rules:
    - drop obsolete build option
    - build without parental controls

 -- Sebastien Bacher <seb128@ubuntu.com>  Tue, 18 Feb 2020 11:24:03 +0100

gnome-initial-setup (3.35.90-1) experimental; urgency=medium

  * New upstream release
  * debian/control:
    - updates the cheese requirement, removed libpackagekit-glib2-dev

 -- Sebastien Bacher <seb128@ubuntu.com>  Thu, 06 Feb 2020 11:37:30 +0100

gnome-initial-setup (3.34.1-1) unstable; urgency=medium

  * New upstream release

 -- Jeremy Bicha <jbicha@debian.org>  Sun, 06 Oct 2019 07:20:33 -0400

gnome-initial-setup (3.34.0-2) unstable; urgency=medium

  * Release to unstable

 -- Jeremy Bicha <jbicha@debian.org>  Mon, 30 Sep 2019 20:48:57 -0400

gnome-initial-setup (3.34.0-1) experimental; urgency=medium

  * New upstream release

 -- Sebastien Bacher <seb128@ubuntu.com>  Thu, 12 Sep 2019 16:01:08 +0200

gnome-initial-setup (3.33.91-1) experimental; urgency=medium

  * New upstream release
    - systemd user instance support
    - use a11y menu in initial-setup session
    - Make the page fit narrow screens
    - Account for multi monitor when checking for small screen
    - Refactor the logo selection
    - Refactor page headers
  * debian/control: Build-depend on systemd

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Wed, 21 Aug 2019 15:51:57 +0200

gnome-initial-setup (3.32.1-1) experimental; urgency=medium

  * New upstream release

 -- Sebastien Bacher <seb128@ubuntu.com>  Tue, 09 Apr 2019 10:41:17 +0200

gnome-initial-setup (3.32.0-1) experimental; urgency=medium

  * New upstream release

 -- Sebastien Bacher <seb128@ubuntu.com>  Tue, 12 Mar 2019 10:11:00 +0100

gnome-initial-setup (3.31.92-1) experimental; urgency=medium

  * New upstream release

 -- Sebastien Bacher <seb128@ubuntu.com>  Wed, 06 Mar 2019 14:43:25 +0100

gnome-initial-setup (3.31.90-1) experimental; urgency=medium

  * New upstream development release
  * Build-Depend on debhelper-compat 12 and drop debian/compat
  * Build-Depend on dh-sequence-gnome
  * Stop overriding libexecdir
  * debian/rules: Update build flags
  * Bump Standards-Version to 4.3.0

 -- Jeremy Bicha <jbicha@debian.org>  Thu, 07 Feb 2019 20:25:00 -0500

gnome-initial-setup (3.30.0-1) unstable; urgency=medium

  * New upstream release
  * Bump Standards-Version to 4.2.1
  * Release to unstable

 -- Jeremy Bicha <jbicha@debian.org>  Sat, 22 Sep 2018 19:09:38 -0400

gnome-initial-setup (3.29.92-1) experimental; urgency=medium

  * New upstream version

 -- Sebastien Bacher <seb128@ubuntu.com>  Wed, 29 Aug 2018 10:50:01 +0200

gnome-initial-setup (3.29.1-1) experimental; urgency=medium

  * New upstream release
  * d/p/welcome-screen.patch: Drop, this is already upstream
  * d/p/use-Debian-icon-on-Debian.patch: Drop, this is already upstream
  * d/p/use-Ubuntu-icon-on-Ubuntu.patch: Drop, this is already upstream
  * Standards-Version: 4.1.5 (no changes required)
  * Set Rules-Requires-Root to no
  * Build with meson

 -- Andrea Azzarone <andrea.azzarone@canonical.com>  Wed, 01 Aug 2018 16:09:43 +0200

gnome-initial-setup (3.28.0-2) unstable; urgency=medium

  * Add welcome-screen.patch from Fedora to still show Welcome screen if
    Language page is disabled
  * Install vendor.conf on Ubuntu to skip the language settings there
    since they don't currently work with Ubuntu's language packs
  * Cherry-pick use-Ubuntu-icon-on-Ubuntu.patch

 -- Jeremy Bicha <jbicha@debian.org>  Tue, 20 Mar 2018 23:09:30 -0400

gnome-initial-setup (3.28.0-1) unstable; urgency=medium

  * New upstream release
  * Cherry-pick use-Debian-icon-on-Debian.patch:
    - Use the Debian logo instead of GNOME logo on the Welcome screen
  * Depend on desktop-base on Debian for that feature

 -- Jeremy Bicha <jbicha@debian.org>  Tue, 20 Mar 2018 19:29:29 -0400

gnome-initial-setup (3.27.90-2) unstable; urgency=medium

  * Release to unstable

 -- Jeremy Bicha <jbicha@debian.org>  Sat, 10 Mar 2018 20:59:32 -0500

gnome-initial-setup (3.27.90-1) experimental; urgency=medium

  * New upstream development release
  * Update Vcs fields for migration to https://salsa.debian.org/

 -- Jeremy Bicha <jbicha@debian.org>  Tue, 13 Feb 2018 13:55:27 -0500

gnome-initial-setup (3.26.0-2) unstable; urgency=medium

  * Lower dependency on gdm3 to Suggests.
  * Update Vcs fields for conversion to git
  * Add debian/gbp.conf
  * Bump Standards-Version to 4.1.2
  * Bump debhelper compat to 11
  * Disable the Software Sources page since there is no obvious easy way
    to change this setting later

 -- Jeremy Bicha <jbicha@debian.org>  Mon, 25 Dec 2017 09:22:53 -0500

gnome-initial-setup (3.26.0-1) unstable; urgency=medium

  * New upstream translations release

 -- Jeremy Bicha <jbicha@debian.org>  Wed, 13 Sep 2017 21:22:37 -0400

gnome-initial-setup (3.25.92-1) unstable; urgency=medium

  * New upstream translations release (Closes: #862675)

 -- Jeremy Bicha <jbicha@debian.org>  Mon, 04 Sep 2017 20:14:08 -0400

gnome-initial-setup (3.25.4-1) unstable; urgency=medium

  * New upstream release
  * Drop all patches, applied in new release
  * debian/links:
    + Symlink the gdm greeter .desktop to /usr/share/applications
      so that "Initial Setup" has a proper window title
  * Bump Standards-Version to 4.1.0

 -- Jeremy Bicha <jbicha@debian.org>  Wed, 30 Aug 2017 12:11:56 -0400

gnome-initial-setup (3.24.2-1) unstable; urgency=medium

  * New upstream release (Closes: #869942)
    - Adapt gnome-session file for gnome-settings-daemon 3.24
  * debian/control.in:
    - Update NetworkManager related Build-Depends
    - Add explicit dependency on gnome-settings-daemon >= 3.24
  * Add adapt-to-gsd325.patch:
    - Don't require the orientation or xrandr plugins that will
      be dropped in gnome-settings-daemon 3.26 to smooth that
      transition

 -- Jeremy Bicha <jbicha@ubuntu.com>  Sun, 06 Aug 2017 17:41:28 -0400

gnome-initial-setup (3.22.1-1) unstable; urgency=medium

  * New upstream release.

 -- Laurent Bigonville <bigon@debian.org>  Tue, 06 Dec 2016 18:05:21 +0100

gnome-initial-setup (3.22.0-1) unstable; urgency=medium

  * New upstream release.
  * Bump debhelper compat to 10 (automatic autoreconf).
  * Set libexecdir to non-multiarch dir, following current practice.
  * Update Build-Depends as per configure.ac.
  * Explicitly enable the software sources page.
  * Refresh polkit-allow-NM.patch.
  * Avoid using full path to deluser in postrm script to quieten lintian.
  * Tweak copyright file to add some text to the public-domain block.

 -- Jordi Mallach <jordi@debian.org>  Sat, 24 Sep 2016 01:59:12 +0200

gnome-initial-setup (3.20.1-1) unstable; urgency=low

  [ Javier Martinez ]
  * Initial release  (Closes: #766388)

  [ Sjoerd Simons ]
  * debian/patches/pollkit-allow-NM.patch:
    - Added. Allow the gnome-initial-setup user to control the network

  [ Jordi Mallach ]
  * New upstream release.
  * Update Build-Depends as per configure.ac.
  * Add missing GPL-2+ license to copyright.
  * Add missing ${shlibs:Depends} substitution variable.
  * Add dependency on adduser.

  [ Jeremy Bicha ]
  * New upstream release. Update build-dependencies accordingly.
  * Use dh
  * Set Arch to linux-any since it needs gdm to build and run
  * Set libexecdir
  * Add to description and d/copyright

  [ Jordi Mallach ]
  * Add a pkla rules file for compat with policykit-1 < 0.106.

 -- Jordi Mallach <jordi@debian.org>  Wed, 03 Aug 2016 12:22:21 +0200