[ubuntu/cosmic-proposed] gtk+2.0 2.24.32-3ubuntu1 (Accepted)
Gianfranco Costamagna
locutusofborg at debian.org
Fri Sep 21 11:19:14 UTC 2018
gtk+2.0 (2.24.32-3ubuntu1) cosmic; urgency=low
* Merge from Debian unstable. Remaining changes:
- d/libgtk2.0-0.symbols: update symbols file.
- Modify 015_default-fallback-icon-theme.patch
- Set fallback icon theme to Adwaita instead of gnome
- d/control: Depend on adwaita-icon-theme | gnome-icon-theme instead of
the reverse order
- Add Ubuntu-specific patches:
+ debian/patches/012_ubuntu-set-grab-add.patch
- Added ubuntu_gtk_widget_set_has_grab so we can grab sliders and
things in menus, needed by ido.
+ debian/patches/062_dnd_menubar.patch
- Allow click on menubars for dnd.
+ debian/patches/063_treeview_almost_fixed.patch
- Add an ubuntu-almost-fixed-height-mode property, (required for
software-center).
+ debian/patches/071_no_offscreen_widgets_grabbing.patch:
- Don't let offscreen widgets do grabbing.
+ debian/patches/090_logging_file_saves.patch
- Improve the logging of saved files.
+ debian/patches/092_default_to_xdg_document_dir.patch:
- Use $XDG_DOCUMENTS_DIR as default directory rather than the home
directory for the "Print to File" function.
+ debian/patches/093_gtk3_gtkimage_fallbacks_use.patch:
- Backported gtk3 patch to add a "use-fallback" property to GtkImage,
using it "icon-name and GIcon type of GtkImages can use automatic
fallback names."; it will be useful for the indicator stack.
+ debian/patches/095_git_menus_scrolling.patch
- Backported of a gtk3 commit fixing menu scrolling issues.
+ debian/patches/096_git_gtkprintsettings.patch
- Backport an upstream git commit from the gtk3 series; don't ignore
the gtkprintsettings resolution settings.
+ debian/patches/097_statusicon_image_fallback.patch
- Make GtkStatusIcon images use fallbacks by default if the property
is available.
+ debian/patches/098_multiarch_module_path.patch
- Fallback to the pre-multiarch directory for compatibility.
+ debian/patches/099_printer_filename_fix.patch
- Fix to the print dialog for print to file, make sure a non-hidden
filename is the default.
+ debian/patches/100_overlay_scrollbar_loading.patch
- Add support for dynamically loading overlay scrollbars.
+ debian/patches/gtk-shell-shows-menubar.patch
- List gtk-shell-shows-menubar setting; that's required to have the
local menubars hidding under Unity in favor of the Unity ones.
+ debian/patches/print-dialog-show-options-of-remote-dnssd-printers.patch:
- Make printing on remote DNS-SD/Bonjour-shared printers work.
+ debian/patches/backport_search_printer_location.patch
- The list of printers should be searchable/sortable.
+ debian/patches/menubar_toolbar_dragging.patch
- Allow windows to be dragged using blank spaces in the toolbar as
well as the menubar.
+ debian/patches/use-secrets-service-for-cups-auth_info.patch
gtk+2.0 (2.24.32-3) unstable; urgency=medium
* Team upload
[ Hugh McMaster ]
* debian/control.in:
- Mark libgtk2.0-dev Multi-Arch: same (Closes: #689097).
- Mark gir1.2-gtk-2.0 Multi-Arch: same.
* gir1.2-gtk-2.0:
- Install the typelibs into an arch-specific libdir (Closes: #898111).
* libgtk2.0-dev:
- Add multi-arch support by no longer packaging the deprecated
dh_gtkmodules script (Closes: #875728).
[ Simon McVittie ]
* d/patches: Update to upstream gtk-2-24 branch, commit
2.24.32-32-geec3ce0b4e
- Includes patch from Chris Lamb to make immodules.cache reproducible
(Closes: #872729)
* d/copyright: Update
* Stop installing stub ChangeLog as per Policy §12.7 (we install NEWS,
which contains user-facing release notes, instead)
* d/copyright: Update
Date: Fri, 21 Sep 2018 12:54:04 +0200
Changed-By: Gianfranco Costamagna <locutusofborg at debian.org>
Maintainer: Ubuntu Desktop Team <ubuntu-desktop at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/gtk+2.0/2.24.32-3ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Fri, 21 Sep 2018 12:54:04 +0200
Source: gtk+2.0
Binary: libgtk2.0-0 libgtk2.0-0-udeb libgtk2.0-common libgtk2.0-bin libgtk2.0-dev libgtk2.0-doc gtk2.0-examples gtk2-engines-pixbuf gir1.2-gtk-2.0 libgail18 libgail18-udeb libgail-common libgail-dev libgail-doc
Architecture: source
Version: 2.24.32-3ubuntu1
Distribution: cosmic
Urgency: medium
Maintainer: Ubuntu Desktop Team <ubuntu-desktop at lists.ubuntu.com>
Changed-By: Gianfranco Costamagna <locutusofborg at debian.org>
Description:
gir1.2-gtk-2.0 - GTK+ graphical user interface library -- gir bindings
gtk2-engines-pixbuf - pixbuf-based theme for GTK+ 2.x
gtk2.0-examples - example files for GTK+ 2.0
libgail-common - GNOME Accessibility Implementation Library -- common modules
libgail-dev - GNOME Accessibility Implementation Library -- development files
libgail-doc - documentation files of the Gail library
libgail18 - GNOME Accessibility Implementation Library -- shared libraries
libgail18-udeb - GNOME Accessibility Implementation Library -- shared libraries (udeb)
libgtk2.0-0 - GTK+ graphical user interface library
libgtk2.0-0-udeb - GTK+ graphical user interface library - minimal runtime (udeb)
libgtk2.0-bin - programs for the GTK+ graphical user interface library
libgtk2.0-common - common files for the GTK+ graphical user interface library
libgtk2.0-dev - development files for the GTK+ library
libgtk2.0-doc - documentation for the GTK+ graphical user interface library
Closes: 689097 872729 875728 898111
Changes:
gtk+2.0 (2.24.32-3ubuntu1) cosmic; urgency=low
.
* Merge from Debian unstable. Remaining changes:
- d/libgtk2.0-0.symbols: update symbols file.
- Modify 015_default-fallback-icon-theme.patch
- Set fallback icon theme to Adwaita instead of gnome
- d/control: Depend on adwaita-icon-theme | gnome-icon-theme instead of
the reverse order
- Add Ubuntu-specific patches:
+ debian/patches/012_ubuntu-set-grab-add.patch
- Added ubuntu_gtk_widget_set_has_grab so we can grab sliders and
things in menus, needed by ido.
+ debian/patches/062_dnd_menubar.patch
- Allow click on menubars for dnd.
+ debian/patches/063_treeview_almost_fixed.patch
- Add an ubuntu-almost-fixed-height-mode property, (required for
software-center).
+ debian/patches/071_no_offscreen_widgets_grabbing.patch:
- Don't let offscreen widgets do grabbing.
+ debian/patches/090_logging_file_saves.patch
- Improve the logging of saved files.
+ debian/patches/092_default_to_xdg_document_dir.patch:
- Use $XDG_DOCUMENTS_DIR as default directory rather than the home
directory for the "Print to File" function.
+ debian/patches/093_gtk3_gtkimage_fallbacks_use.patch:
- Backported gtk3 patch to add a "use-fallback" property to GtkImage,
using it "icon-name and GIcon type of GtkImages can use automatic
fallback names."; it will be useful for the indicator stack.
+ debian/patches/095_git_menus_scrolling.patch
- Backported of a gtk3 commit fixing menu scrolling issues.
+ debian/patches/096_git_gtkprintsettings.patch
- Backport an upstream git commit from the gtk3 series; don't ignore
the gtkprintsettings resolution settings.
+ debian/patches/097_statusicon_image_fallback.patch
- Make GtkStatusIcon images use fallbacks by default if the property
is available.
+ debian/patches/098_multiarch_module_path.patch
- Fallback to the pre-multiarch directory for compatibility.
+ debian/patches/099_printer_filename_fix.patch
- Fix to the print dialog for print to file, make sure a non-hidden
filename is the default.
+ debian/patches/100_overlay_scrollbar_loading.patch
- Add support for dynamically loading overlay scrollbars.
+ debian/patches/gtk-shell-shows-menubar.patch
- List gtk-shell-shows-menubar setting; that's required to have the
local menubars hidding under Unity in favor of the Unity ones.
+ debian/patches/print-dialog-show-options-of-remote-dnssd-printers.patch:
- Make printing on remote DNS-SD/Bonjour-shared printers work.
+ debian/patches/backport_search_printer_location.patch
- The list of printers should be searchable/sortable.
+ debian/patches/menubar_toolbar_dragging.patch
- Allow windows to be dragged using blank spaces in the toolbar as
well as the menubar.
+ debian/patches/use-secrets-service-for-cups-auth_info.patch
.
gtk+2.0 (2.24.32-3) unstable; urgency=medium
.
* Team upload
.
[ Hugh McMaster ]
* debian/control.in:
- Mark libgtk2.0-dev Multi-Arch: same (Closes: #689097).
- Mark gir1.2-gtk-2.0 Multi-Arch: same.
* gir1.2-gtk-2.0:
- Install the typelibs into an arch-specific libdir (Closes: #898111).
* libgtk2.0-dev:
- Add multi-arch support by no longer packaging the deprecated
dh_gtkmodules script (Closes: #875728).
.
[ Simon McVittie ]
* d/patches: Update to upstream gtk-2-24 branch, commit
2.24.32-32-geec3ce0b4e
- Includes patch from Chris Lamb to make immodules.cache reproducible
(Closes: #872729)
* d/copyright: Update
* Stop installing stub ChangeLog as per Policy §12.7 (we install NEWS,
which contains user-facing release notes, instead)
* d/copyright: Update
Checksums-Sha1:
3620f5918b5954199104b238bf9b8a87b0ab17a4 3931 gtk+2.0_2.24.32-3ubuntu1.dsc
fbbbe8cdaf631cd2e18424cb45e8a61b72b87ba6 116320 gtk+2.0_2.24.32-3ubuntu1.debian.tar.xz
9c0e21d245811235bc372f0f69a76f9bd09f6a54 15443 gtk+2.0_2.24.32-3ubuntu1_source.buildinfo
Checksums-Sha256:
eaf80e40d32653d8b3d06f9e5edc20670f614bfd26b85d7ad5246b5ae42c4d14 3931 gtk+2.0_2.24.32-3ubuntu1.dsc
c1731809207c156215bc7a542712e35d93071fc945f86141e6d35c9ebab9a316 116320 gtk+2.0_2.24.32-3ubuntu1.debian.tar.xz
c78d137c5399c7cc59a30ab66bf8c37ba6bdcea3aedecb4e017b621a18d98c1b 15443 gtk+2.0_2.24.32-3ubuntu1_source.buildinfo
Files:
6c7fa60c5bc5d56e612b25d357a96aea 3931 libs optional gtk+2.0_2.24.32-3ubuntu1.dsc
6d817c2b6d028de54b592f0089fe15b9 116320 libs optional gtk+2.0_2.24.32-3ubuntu1.debian.tar.xz
0f25309d01924a42438f6d20cea4acc7 15443 libs optional gtk+2.0_2.24.32-3ubuntu1_source.buildinfo
Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEkpeKbhleSSGCX3/w808JdE6fXdkFAluk0SwACgkQ808JdE6f
Xdn2KRAA3gxRXRezdFRHQxU3JihYQLrinFZefKfE20ZLAGcKrdZkXm4kdCP9M30M
9dXhccmUVf4MM4EXoyaOXdLDPHljVX44OXXYfhNX1qqAzW3Jv/GIZQ71muQCtfxh
0fDeQsRcQoO1i5okMnH92vWcgE807c+ftonZ8J0hJ1SErWbS1nnqI77TfN7EFQB8
K/P7EUPPguuDzwmv5fnZb13RcbdZnpQmP0VKIbShn1759DvuV/MwVdZaQstrPG6H
JjLAMOENXD4wD+nmrJjQr+0MGItc+qD0ytWnM1HZ73s0/gTrhH7EiY/cC673qU3w
7cvuQs23byVH0qMxWySqbAUUSuVf0CwNc/DEfU/dlwI2tU1F+9twYEerj+I1HFLp
iYcylvrw6g+nXWUKreqg1mkNBV8Y0/AYQyDS3bEx6qcQVi4QId7gsp/54hUT5kst
4cYYVXkYpL9EmMnrgMGWDvTpao5NZsx/qpGaiMkr0Da59kieRyIURTIhIaEl7HwU
4mYDLkRRYYt863wnjQH6ZuA+hciwceREqzBKxesenYMJe1YWszjMhSBHOrH9ZPSH
moH32kLtfZGhePoLIUYCYzdPKWWxFgrmY0p5JFKcPO6sTAVCwIu0v6Mk7VEXdMBR
GQkeCBohR74WPQ7KDYpjY6Ej8tEPTs+oZ1EL7yyazziscLU8edU=
=Cmb7
-----END PGP SIGNATURE-----
More information about the Cosmic-changes
mailing list