File: changelog

package info (click to toggle)
gnome-themes-extra 3.28-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 22,272 kB
  • sloc: sh: 4,187; makefile: 565; ansic: 484
file content (540 lines) | stat: -rw-r--r-- 17,848 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
gnome-themes-extra (3.28-1) unstable; urgency=medium

  * New upstream release
    - Fixes broken index.theme for High Contrast icons (Closes: #890845)
  * debian/copyright: Add more copyright holders (Closes: #892980)

 -- Jeremy Bicha <jbicha@debian.org>  Thu, 22 Mar 2018 13:36:35 -0400

gnome-themes-extra (3.27.92-1) unstable; urgency=medium

  [ Jeremy Bicha ]
  * New upstream release

  [ Adam Conrad ]
  * Change gnome-themes-standard-data versioned Breaks to an unversioned
    Conflicts to let update-manager remove the old package on upgrading.

 -- Jeremy Bicha <jbicha@debian.org>  Wed, 14 Mar 2018 20:18:12 -0400

gnome-themes-extra (3.27.90.1-1) unstable; urgency=medium

  * New upstream release (LP: #1644662)
    - Renamed from gnome-themes-standard to gnome-themes-extra
  * Update Vcs fields for migration to https://salsa.debian.org/
  * Update gnome-accessibility-themes description to mention icons.
  * Bump debhelper compat to 11

 -- Jeremy Bicha <jbicha@debian.org>  Wed, 14 Feb 2018 15:26:01 -0500

gnome-themes-standard (3.22.3-4) 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>  Fri, 15 Dec 2017 18:15:02 -0500

gnome-themes-standard (3.22.3-3) unstable; urgency=medium

  * Don't depend on GTK+ 2 to allow these themes to be installed without
    requiring GTK+ 2 to be installed.

 -- Jeremy Bicha <jbicha@debian.org>  Wed, 29 Nov 2017 20:40:18 -0500

gnome-themes-standard (3.22.3-2) unstable; urgency=medium

  [ Michael Biebl ]
  * Drop obsolete Breaks/Replaces
  * Make gnome-themes-standard depend on gtk2-engines-pixbuf instead of only
    recommending it. Nowadays the package only ships the Adwaita GTK+ 2 theme
    which requires the pixbuf theme engine and is broken without it.
    (Closes: #880603)
  * Use dh_missing and abort on uninstalled files
  * Bump Standards-Version to 4.1.1

  [ Jeremy Bicha ]
  * Update package descriptions to mention that these packages only
    provide GTK+ 2 versions of themes.

 -- Michael Biebl <biebl@debian.org>  Fri, 03 Nov 2017 18:49:01 +0100

gnome-themes-standard (3.22.3-1) unstable; urgency=medium

  [ Jeremy Bicha ]
  * New upstream bugfix release
  * Drop dark_theme.diff, applied in new release

 -- Michael Biebl <biebl@debian.org>  Wed, 22 Mar 2017 21:26:27 +0100

gnome-themes-standard (3.22.2-2) unstable; urgency=medium

  * Backport upstream fixes to build and install the Adwaita dark theme
    properly (closes: #853044).

 -- Dmitry Shachnev <mitya57@debian.org>  Thu, 09 Feb 2017 20:44:59 +0300

gnome-themes-standard (3.22.2-1) unstable; urgency=medium

  [ Laurent Bigonville ]
  * New upstream release.
  * debian/gnome-themes-standard-data.install: Install the Adwaita-dark theme

  [ Michael Biebl ]
  * Demote Depends on adwaita-icon-theme to Recommends.
    We want to have the matching Adwaita cursor theme installed by default,
    but it's not a hard dependency.
  * Convert from cdbs to dh.
  * Bump debhelper compat level to 10.

 -- Michael Biebl <biebl@debian.org>  Wed, 12 Oct 2016 16:22:33 +0200

gnome-themes-standard (3.20.2-3) unstable; urgency=medium

  * debian/rules: Pass --as-needed to dh_autoreconf and pass additional flags
    to the linker to ensure that the library has no dependencies on undefined
    symbols, and speed up loading.

 -- Laurent Bigonville <bigon@debian.org>  Sun, 05 Jun 2016 12:01:37 +0200

gnome-themes-standard (3.20.2-2) unstable; urgency=medium

  * Replace libgtk-3-bin Build-Depends with gtk-update-icon-cache, which now
    provides the gtk-update-icon-cache utility. The binary no longer uses a
    Debian specific -3.0 suffix so we can also drop
    debian/patches/01_gtk-update-icon-cache_name.patch.
  * Bump debhelper compatibility level to 9.

 -- Michael Biebl <biebl@debian.org>  Sun, 22 May 2016 22:59:54 +0200

gnome-themes-standard (3.20.2-1) unstable; urgency=medium

  * New upstream release.
  * Bump Standards-Version to 3.9.8.

 -- Michael Biebl <biebl@debian.org>  Tue, 17 May 2016 15:35:59 +0200

gnome-themes-standard (3.20-1) unstable; urgency=medium

  * New upstream release.
  * Bump Standards-Version to 3.9.7, no changes needed.

 -- Dmitry Shachnev <mitya57@debian.org>  Sun, 03 Apr 2016 11:00:07 +0200

gnome-themes-standard (3.18.0-2) unstable; urgency=medium

  * Move cursor.theme to adwaita-icon-theme package. It belongs there
    really, and has nothing to do with Gtk+ 2 themes that are shipped
    in gnome-themes-standard packages.
    - Depend on adwaita-icon-theme ≥ 3.18.0-2~.
  * Update descriptions of gnome-themes-standard packages to reflect
    the reality (they now only contain the Gtk+ 2 version of Adwaita).

 -- Dmitry Shachnev <mitya57@debian.org>  Mon, 28 Dec 2015 22:39:22 +0300

gnome-themes-standard (3.18.0-1) unstable; urgency=medium

  * New upstream release.

 -- Andreas Henriksson <andreas@fatal.se>  Sat, 03 Oct 2015 18:29:10 +0200

gnome-themes-standard (3.16.2-2) unstable; urgency=medium

  * Upload to unstable.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Sun, 14 Jun 2015 13:43:46 +0200

gnome-themes-standard (3.16.2-1) experimental; urgency=medium

  * New upstream release.
    - Drops the Metacity themes (new versions of both Mutter and Metacity
      can use the Gtk+ theme for window decorations, in addition the
      Adwaita and HighContrast themes will be shipped in metacity-common
      package).
    - Drops the HighContrast Gtk+ 3 theme (moved into gtk+3.0 itself).
  * Make gnome-themes-standard-data break pre-3.16 versions of Mutter and
    Metacity.
  * Bump Standards-Version to 3.9.6, no changes needed.

 -- Dmitry Shachnev <mitya57@debian.org>  Mon, 01 Jun 2015 17:32:27 +0300

gnome-themes-standard (3.14.2.2-1) unstable; urgency=medium

  * New upstream stable release.
    + Many improvements in the GTK2 theming.

 -- Josselin Mouette <joss@debian.org>  Sun, 30 Nov 2014 16:30:13 +0100

gnome-themes-standard (3.14.0-1) unstable; urgency=medium

  * New upstream release.

 -- Andreas Henriksson <andreas@fatal.se>  Tue, 23 Sep 2014 20:40:44 +0200

gnome-themes-standard (3.13.90-2) unstable; urgency=medium

  * Upload to unstable.

 -- Andreas Henriksson <andreas@fatal.se>  Fri, 19 Sep 2014 21:52:05 +0200

gnome-themes-standard (3.13.90-1) experimental; urgency=medium

  [ Andreas Henriksson ]
  * New upstream development release.
    - Note: default background moved to gnome-backgrounds.
    - Note: adwaita-icon-theme split out to separate source.
  * gnome-themes-standard-data:
    - stop installing adwaita icon theme, now built from its own source.
    - depend on adwaita-icon-theme
    - stop installing gnome-background-properties xml
  * Stop installing gtk-3.0 theme-engines (themes are now pure css)
  * Bump Standards-Version 3.9.5

  [ Sjoerd Simons ]
  * debian/control.in: Let gnome-themes-standard-data break gtk (<< 3.13). New
    themes can't be rendered by old gtk causing applications to be unusable.

 -- Andreas Henriksson <andreas@fatal.se>  Thu, 04 Sep 2014 20:49:43 +0200

gnome-themes-standard (3.12.0-1) unstable; urgency=medium

  * New upstream release.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Fri, 04 Apr 2014 22:28:50 +0200

gnome-themes-standard (3.10.0-2) unstable; urgency=medium

  * Upload to unstable.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Sat, 01 Mar 2014 12:50:19 +0100

gnome-themes-standard (3.10.0-1) experimental; urgency=low

  [ Jackson Doak ]
  * New upstream release
  * debian/control: Bump gtk3 b-dep
  * Refresh patch to apply cleanly

 -- Sjoerd Simons <sjoerd@debian.org>  Fri, 01 Nov 2013 22:15:57 +0100

gnome-themes-standard (3.8.4-1) unstable; urgency=low

  * New upstream release.

 -- Michael Biebl <biebl@debian.org>  Tue, 17 Sep 2013 02:15:38 +0200

gnome-themes-standard (3.8.3-1) unstable; urgency=low

  * New upstream release.

 -- Michael Biebl <biebl@debian.org>  Thu, 01 Aug 2013 02:54:20 +0200

gnome-themes-standard (3.8.1-2) unstable; urgency=low

  [ Josselin Mouette ]
  * Add missing /usr/share/icons/default. Closes: #709549.

 -- Michael Biebl <biebl@debian.org>  Fri, 24 May 2013 12:09:41 +0200

gnome-themes-standard (3.8.1-1) unstable; urgency=low

  [ Josselin Mouette ]
  * Install a cursor.theme to configure the default X cursor.
  * Set up the x-cursor-theme alternative.

  [ Michael Biebl ]
  * Upload to unstable.
  * New upstream release.
  * Bump Standards-Version to 3.9.4. No further changes.
  * The LowContrast and HighContrastInverse themes were dropped upstream.
    Clean up the icon cache files and directories on upgrades.

 -- Michael Biebl <biebl@debian.org>  Thu, 23 May 2013 18:59:34 +0200

gnome-themes-standard (3.8.0-1) experimental; urgency=low

  * New upstream release.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Mon, 25 Mar 2013 18:20:43 +0100

gnome-themes-standard (3.7.92-1) experimental; urgency=low

  [ Jeremy Bicha ]
  * debian/control.in: Bump minimum GTK

  [ Emilio Pozuelo Monfort ]
  * New upstream release.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Tue, 19 Mar 2013 11:43:05 +0100

gnome-themes-standard (3.7.91-1) experimental; urgency=low

  [ Jeremy Bicha ]
  * gnome-themes-standard.gconf-defaults:
    - Dropped, gconf isn't being used for themes any more

  [ Emilio Pozuelo Monfort ]
  * New upstream release.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Wed, 06 Mar 2013 09:52:37 +0100

gnome-themes-standard (3.7.90-1) experimental; urgency=low

  * New upstream release.
    + debian/patches/01_gtk-update-icon-cache_name.patch:
      - Refreshed.
    + debian/control.in:
      - Updated build dependencies.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Sun, 24 Feb 2013 14:30:37 +0100

gnome-themes-standard (3.6.2-1) experimental; urgency=low

  [ Sjoerd Simons ]
  * Recommend gtk2-engines-pixbuf instead of gtk2-engines. Closes: #691691

  [ Michael Biebl ]
  * New upstream release.

  [ Theppitak Karoonboonyanan ]
  * Split out gnome-accessibility-themes to fullfill the old dependencies.
    (Closes: #661471)
  * Capitalize "GNOME" in package description. [lintian]
  * Split out gnome-themes-standard-data for arch-indep files. [lintian]
  * Add multi-arch support.
    - Bump B-Deps debhelper (>= 8.1.3), cdbs (>= 0.4.93~).
    - d/rules: Add DEB_CONFIGURE_EXTRA_FLAGS.
    - Declare M-A: same for gnome-themes-standard; M-A: foreign for
      gnome-themes-standard-data & gnome-accessibility-themes.

  [ Josselin Mouette ]
  * The above closes: #694055.
  * New upstream release.
  * Only recommend gnome-accessibility-themes. The metapackages will be
    in charge of the Depends.
  * Build-depend on libgtk2.0-dev.
  * Install GTK2 engine.
  * Stop removing .la files, we don’t list them in *.install anyway.

 -- Michael Biebl <biebl@debian.org>  Thu, 10 Jan 2013 18:17:33 +0100

gnome-themes-standard (3.6.0.2-2) experimental; urgency=low

  * Break libgtk2.0-0 (<< 2.24.13) as old version can't parse the new themes

 -- Sjoerd Simons <sjoerd@debian.org>  Wed, 03 Oct 2012 20:23:59 +0200

gnome-themes-standard (3.6.0.2-1) experimental; urgency=low

  * New upstream release

 -- Sjoerd Simons <sjoerd@debian.org>  Wed, 03 Oct 2012 09:07:33 +0200

gnome-themes-standard (3.4.2-2.1) unstable; urgency=low

  * Non-maintainer upload.
  * Split out gnome-accessibility-themes to fullfill the old dependencies.
    (Closes: #661471)
  * Capitalize "GNOME" in package description. [lintian]
  * Split out gnome-themes-standard-data for arch-indep files. [lintian]

 -- Theppitak Karoonboonyanan <thep@debian.org>  Wed, 07 Nov 2012 22:22:02 +0700

gnome-themes-standard (3.4.2-2) unstable; urgency=low

  * Point Vcs-* to unstable branch.
  * Rebuild with xz compression. Closes: #687283

 -- Michael Biebl <biebl@debian.org>  Tue, 11 Sep 2012 17:49:08 +0200

gnome-themes-standard (3.4.2-1) unstable; urgency=low

  * New upstream release.
  * Upstream now correctly skips the generation of icon-theme.cache when
    DESTDIR is used, so remove the workaround from debian/rules.

 -- Michael Biebl <biebl@debian.org>  Tue, 15 May 2012 18:32:52 +0200

gnome-themes-standard (3.4.1-2) unstable; urgency=low

  * Upload to unstable.

 -- Michael Biebl <biebl@debian.org>  Thu, 19 Apr 2012 03:02:28 +0200

gnome-themes-standard (3.4.1-1) experimental; urgency=low

  * New upstream release.

 -- Michael Biebl <biebl@debian.org>  Mon, 16 Apr 2012 18:17:20 +0200

gnome-themes-standard (3.4.0-2) experimental; urgency=low

  * Remove icon-theme.cache file. We don't want to ship this file in the
    package but rather generate it at installation time. Closes: #666188

 -- Michael Biebl <biebl@debian.org>  Fri, 30 Mar 2012 09:07:09 +0200

gnome-themes-standard (3.4.0-1) experimental; urgency=low

  [ Martin Pitt ]
  * New upstream release.
  * debian/control.in: Update Vcs-* for experimental branch.
  * debian/control.in: Add libcairo2-dev, libgdk-pixbuf2.0-dev, and
    libglib2.0-dev build dependencies as per configure.ac.
  * Add 01_gtk-update-icon-cache_name.patch: Debian packaging uses
    gtk-update-icon-cache-3.0, update path in configure.ac.
  * debian/control.in, debian/rules: Use dh-autoreconf, for the patch above.
  * debian/control.in: Bump Standards-Version to 3.9.3 (no changes necessary).

  [ Michael Biebl ]
  * Add Build-Depends on libgtk-3-bin for gtk-update-icon-cache-3.0.

 -- Michael Biebl <biebl@debian.org>  Tue, 27 Mar 2012 01:50:12 +0200

gnome-themes-standard (3.3.91-1) experimental; urgency=low

  * New upstream development release.
  * debian/control.in: Bump Build-Depends on libgtk-3-dev to (>= 3.3.14).

 -- Michael Biebl <biebl@debian.org>  Wed, 07 Mar 2012 01:50:08 +0100

gnome-themes-standard (3.2.1-2) unstable; urgency=low

  [ Josselin Mouette ]
  * Break libmutter0 < 3.2, since it doesn’t support the new theme.

  [ Michael Biebl ]
  * Upload to unstable.

 -- Michael Biebl <biebl@debian.org>  Sat, 19 Nov 2011 00:46:59 +0100

gnome-themes-standard (3.2.1-1) experimental; urgency=low

  [ Sjoerd Simons ]
  * New upstream release
  * debian/control.in: Update libgtk-3-dev depends and add librsvg2-dev
    build-depends

  [ Michael Biebl ]
  * debian/watch:
    - Switch to .xz tarballs.
    - Track stable releases.
    - Don't run uupdate.

 -- Michael Biebl <biebl@debian.org>  Sat, 29 Oct 2011 12:46:48 +0200

gnome-themes-standard (3.0.2-1) unstable; urgency=low

  * New upstream release.
  * debian/control.in
    - Add Vcs-* fields.
    - Bump Standards-Version to 3.9.2. No further changes.

 -- Michael Biebl <biebl@debian.org>  Mon, 13 Jun 2011 23:52:47 +0200

gnome-themes-standard (3.0.0-2) unstable; urgency=low

  * Recommend gtk2-engines for Clearlooks.
  * gnome-themes-standard.gconf-defaults: set Adwaita as the default
    theme when this package is installed. This will fix the behavior of
    GTK3 apps in unstable.

 -- Josselin Mouette <joss@debian.org>  Sat, 16 Apr 2011 20:46:10 +0200

gnome-themes-standard (3.0.0-1) experimental; urgency=low

  * New upstream release.
  * debian/control.in: bump build-dependency on libgtk-3-dev to 3.0.8.

 -- Frederic Peters <fpeters@debian.org>  Tue, 29 Mar 2011 09:39:39 +0530

gnome-themes-standard (2.91.93-1) experimental; urgency=low

  * New upstream release.

 -- Frederic Peters <fpeters@debian.org>  Tue, 29 Mar 2011 09:30:08 +0530

gnome-themes-standard (2.91.92.1-1) experimental; urgency=low

  * New upstream release.

 -- Frederic Peters <fpeters@debian.org>  Mon, 21 Mar 2011 23:47:21 +0100

gnome-themes-standard (2.91.92-1) experimental; urgency=low

  * New upstream release.

 -- Frederic Peters <fpeters@debian.org>  Mon, 21 Mar 2011 23:08:00 +0100

gnome-themes-standard (2.91.91.1-1) experimental; urgency=low

  * New upstream release.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Tue, 15 Mar 2011 00:19:26 +0000

gnome-themes-standard (2.91.91-2) experimental; urgency=low

  * Add missing replaces on gnome-accessibility-themes.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Fri, 11 Mar 2011 21:48:11 +0000

gnome-themes-standard (2.91.91-1) experimental; urgency=low

  * New upstream release.
  * debian/control.in: bump libgtk-3-dev build-dependency.

 -- Frederic Peters <fpeters@debian.org>  Thu, 10 Mar 2011 11:39:28 +0100

gnome-themes-standard (2.91.90.1-1) experimental; urgency=low

  * New upstream release.

 -- Frederic Peters <fpeters@debian.org>  Wed, 23 Feb 2011 09:58:29 +0100

gnome-themes-standard (2.91.90-1) experimental; urgency=low

  * New upstream release.

 -- Frederic Peters <fpeters@debian.org>  Tue, 22 Feb 2011 23:17:40 +0100

gnome-themes-standard (2.91.8-1) experimental; urgency=low

  * New upstream release.
    + debian/control.in:
      - Update the gtk+ 3 build dependency for the new package name.
      - Drop depends on gtk-theme-engine-clearlooks, no longer needed.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Sat, 19 Feb 2011 14:18:33 +0000

gnome-themes-standard (2.91.7-1) experimental; urgency=low

  * New upstream release.
    + debian/rules:
      - Update the theme engine location.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Tue, 25 Jan 2011 00:10:25 +0000

gnome-themes-standard (2.91.6-1) experimental; urgency=low

  * New upstream release.
    + debian/control.in:
      - gnome-themes-standard is now arch:any.
      - Update build dependencies.
    + debian/rules:
      - Switch to CDBS.
      - Don't install .la files, thanks.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Sun, 23 Jan 2011 00:20:57 +0000

gnome-themes-standard (2.91.5-1) experimental; urgency=low

  * New upstream release.
  * Make the package arch:all.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Wed, 12 Jan 2011 22:49:43 +0000

gnome-themes-standard (2.91.4-1) experimental; urgency=low

  * Initial packaging.

 -- Sjoerd Simons <sjoerd@debian.org>  Sat, 18 Dec 2010 19:30:08 +0000