Codebase list gtk+2.0 / 18375f8
Release to unstable Simon McVittie 2 years ago
1 changed file(s) with 22 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 gtk+2.0 (2.24.33-2) unstable; urgency=medium
1
2 * Team upload
3 * d/rules: Build udeb with extra CPPFLAGS.
4 This allows adding special-case code for debian-installer where
5 necessary.
6 * udeb: Clamp text layout width to no more than was requested.
7 This works around a relayout loop that makes the Debian installer hang.
8 To minimize the effect on installed systems, this is
9 #ifdef DEBIAN_INSTALLER; we currently have no evidence of similar
10 relayout loops outside the d-i environment. (Closes: #988786)
11 * Increase dependency on librsvg2-common from Suggests to Recommends.
12 This is not a hard dependency, but should be installed in nearly all
13 cases. Increasingly many icons are provided in SVG format, so
14 applications will appear broken if the SVG pixbuf loader is not
15 installed. See #980396 for more information.
16 adwaita-icon-theme already Recommends librsvg2-common, but people who
17 routinely do not install recommended packages will get a better hint
18 about how much will be broken by its removal if GTK also recommends it.
19
20 -- Simon McVittie <smcv@debian.org> Wed, 19 May 2021 17:13:33 +0100
21
022 gtk+2.0 (2.24.33-1) unstable; urgency=medium
123
224 * Team upload