[ubuntu/precise] gtk+3.0 3.2.2-2ubuntu1 (Accepted)
Martin Pitt
martin.pitt at ubuntu.com
Tue Nov 22 12:15:26 UTC 2011
gtk+3.0 (3.2.2-2ubuntu1) precise; urgency=low
* Merge with Debian unstable and SVN head. Remaining Ubuntu changes:
- Ubuntu specific patches, see their patch headers:
043_ubuntu_menu_proxy.patch
062_ubuntu-set-grab-add.patch
063_resize_grip_default.patch
072_indicator_menu_update.patch
073_treeview_almost_fixed.patch
075_expose_gdkwidget_for_gtkrange.patch
100_overlay_scrollbar_loading.patch
- debian/libgtk-3-0.symbols: Add symbols from menu proxy and
075_expose_gdkwidget_for_gtkrange patches.
- debian/watch: Watch for unstable versions.
- debian/patches/series: Disable 043_notebook_scroll.patch. This is a
Debian change and we want the upstream behaviour or at least a rationale
for this.
* debian/patches/*: Add standard patch headers to Ubuntu patches, as
available.
gtk+3.0 (3.2.2-3) UNRELEASED; urgency=low
* Add 000git_gtk_tree_view_get_tooltip_context_annotation.patch: Fix
gtk_tree_view_get_tooltip_context() transfer annotation, causing crashes
when using this method from Python.
* Add 016_no_offscreen_widgets_grabbing.patch: Widgets inside
GtkOffscreenWindow seem like they should not be allowed to do
grab the mouse or whatever, as this can deactivate open menus.
(LP: #512427, GNOME #607668)
* Add 017_no_offscreen_device_grabbing.patch: Do not allow devices in an
offscreen hierarchy to take grabs. (LP: #804009, GNOME #658563)
* Add 018_gdkenumtypes.c_location.patch: Always generate gdk/gdkenumtypes.c
in the source tree, and fix path in the introspection sources. With this,
gdkenumtypes.c is correctly included with separate build trees, too. This
fixes missing GTypes in the .gir when using a separate build tree.
(LP: #769256, GNOME #647729)
* debian/rules: Bump SHVER to 3.1.90.
* Build for multiarch. Adapted Steve Langasek's changes to Ubuntu's gtk+2.0
package:
- debian/control.in: Bump build dependencies to multiarch aware versions.
- debian/control.in: Add Multi-Arch: and necessary Pre-Depends: fields.
(libraries/-dbg are "same", -doc/-bin are "foreign").
- debian/rules: Use multiarch LIBDIR.
- debian/libgail-3-dev.install, debian/libgail-3-0.install: Rename to
*.in, and use @LIBDIR@ instead of hardcoded usr/lib.
- debian/gir1.2-gtk-3.0.install.in: Use @LIBDIR at .
- debian/libgtk-3-0.triggers.in, debian/libgtk-3-0.postinst.in,
debian/rules: Also trigger on changes to the fallback non-multiarch
module directory, which is now called @OLD_MODULES_BASE_PATH at .
- Add 061_multiarch_module_fallback.patch: Fall back to the hard-coded
pre-multiarch module directory when searching for modules. This
maintains compatibility with packages installing modules to
the old directories.
gtk+3.0 (3.2.2-2) unstable; urgency=low
* Upload to unstable.
* debian/control.in:
- Add Breaks against gnome-themes-standard (<< 3.2) due to the CSS theming
related changes. Closes: #649203
* Fix broken symlinks in /usr/share/doc. Closes: #647466
gtk+3.0 (3.2.2-1) experimental; urgency=low
* New upstream release.
* Refresh patches.
gtk+3.0 (3.2.1-2) experimental; urgency=low
* debian/control.in:
- Move gtk-doc-tools from Build-Depends-Indep to Build-Depends as it is
required by autoreconf. Also bump it to (>= 1.11).
gtk+3.0 (3.2.1-1) experimental; urgency=low
[ Sjoerd Simons ]
* New upstream release
* debian/control.in: Update build-depends
* debian/rules: Bump libgail SHVER depends
* d/p/002_static-linking-dont-build-perf.patch: Removed, fixed upstream
* d/p/030_xim-modules.patch: Removed, fixed upstream
* d/p/045_trayicon-visual.patch: Removed, fixed upstream
* d/p/003_gdk.pc_privates.patch: Refreshed
* d/p/043_notebook_scroll.patch: Refreshed
* d/p/044_tracker_fts.patch: Refreshed
* debian/rules: Enable gtk-doc build with the shared build
[ Michael Biebl ]
* debian/watch:
- Track .xz tarballs.
* debian/control.in:
- Set pkg-gnome-maintainers at lists.alioth.debian.org as Maintainer.
- Instead of depending on lynx | www-browser, make the -doc packages
suggest devhelp.
[ Sjoerd Simons ]
* debian/libgtk-3-0.symbols: Update symbols
* Remove libgail-3-common package. Modules have been integrated directly into
Gtk
* debian/patches/70-Fix-document-generation-in-out-of-tree-builds.patch:
+ Added, fix documentation when build out of tree
gtk+3.0 (3.0.12-3) unstable; urgency=low
* 030_xim-modules.patch: stolen from upstream git. Fix the behavior of
XIM modules. Closes: #633720.
* 043_notebook_scroll.patch: handle a few more widgets to avoid
alt+scroll being intercepted by ranges, spin buttons, combo boxes…
gtk+3.0 (3.0.12-2) unstable; urgency=low
[ Josselin Mouette ]
* Tighten dependencies on libgtk-3-common. Closes: #636766.
[ Michael Biebl ]
* debian/patches/045_trayicon-visual.patch: Fix assertion in trayicon-x11
when visual is not available. Thanks to Vincent Bernat for the patch.
Closes: #637067
* debian/libgail-3-0.symbols: Remove trailing empty line which confuses
dpkg-gensymbols.
* Bump debhelper compatibility level to 8.
gtk+3.0 (3.0.12-1) unstable; urgency=low
* New upstream release.
- GdkKeymap: Prevent an infinite loop in the non-XKB case.
(Closes: #633917)
* Stop installing libtool .la files.
gtk+3.0 (3.0.11-1) unstable; urgency=low
* New upstream release.
- Fixes infinite-loop in GTK_FILE_CHOOSER_ACTION_CREATE_FOLDER.
(Closes: #628457)
* debian/patches/044_tracker_fts.patch: Enable Tracker full text search.
gtk+3.0 (3.0.10-1) unstable; urgency=low
[ Josselin Mouette ]
* libgtk-3-0.postrm.in: fix badly written test.
[ Fabian Greffrath ]
* Remove leftover diversions from the libgtk3.0-bin package
that got replaced by libgtk-3-bin (Closes: #617662 ).
[ Michael Biebl ]
* debian/watch: Switch to .bz2 tarballs.
* New upstream release.
* Refresh patches.
* Bump Standards-Version to 3.9.2. No further changes.
* Drop Build-Depends on dpkg-dev (>= 1.13.19). Even lenny has a more recent
version.
* Update package descriptions.
* Drop debian/gruik2devhelp.awk and Build-Depends on gawk, obsolete.
[ Josselin Mouette ]
* 043_notebook_scroll.patch: new patch. Reintroduce tab scrolling in
GtkNotebook, but this time only when Alt is pressed, as recommended
by upstream, and from the whole notebook area.
* Drop debhelper 8 requirement so that it can build.
* libgtk-3-bin.preinst: only remove libgtk3.0-bin diversions if they
already exist.
Date: Tue, 22 Nov 2011 13:05:45 +0100
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/precise/+source/gtk+3.0/3.2.2-2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Tue, 22 Nov 2011 13:05:45 +0100
Source: gtk+3.0
Binary: libgtk-3-0 libgtk-3-0-udeb libgtk-3-common libgtk-3-bin libgtk-3-dev libgtk-3-0-dbg libgtk-3-doc gtk-3-examples gir1.2-gtk-3.0 libgail-3-0 libgail-3-dev libgail-3-0-dbg libgail-3-doc
Architecture: source
Version: 3.2.2-2ubuntu1
Distribution: precise
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Description:
gir1.2-gtk-3.0 - GTK+ graphical user interface library -- gir bindings
gtk-3-examples - example files for GTK+ 3
libgail-3-0 - GNOME Accessibility Implementation Library -- shared libraries
libgail-3-0-dbg - Gail libraries and debugging symbols
libgail-3-dev - GNOME Accessibility Implementation Library -- development files
libgail-3-doc - documentation files of the Gail library
libgtk-3-0 - GTK+ graphical user interface library
libgtk-3-0-dbg - GTK+ libraries and debugging symbols
libgtk-3-0-udeb - GTK+ graphical user interface library - minimal runtime (udeb)
libgtk-3-bin - programs for the GTK+ graphical user interface library
libgtk-3-common - common files for the GTK+ graphical user interface library
libgtk-3-dev - development files for the GTK+ library
libgtk-3-doc - documentation for the GTK+ graphical user interface library
Closes: 617662 628457 633720 633917 636766 637067 647466 649203
Launchpad-Bugs-Fixed: 512427 769256 804009
Changes:
gtk+3.0 (3.2.2-2ubuntu1) precise; urgency=low
.
* Merge with Debian unstable and SVN head. Remaining Ubuntu changes:
- Ubuntu specific patches, see their patch headers:
043_ubuntu_menu_proxy.patch
062_ubuntu-set-grab-add.patch
063_resize_grip_default.patch
072_indicator_menu_update.patch
073_treeview_almost_fixed.patch
075_expose_gdkwidget_for_gtkrange.patch
100_overlay_scrollbar_loading.patch
- debian/libgtk-3-0.symbols: Add symbols from menu proxy and
075_expose_gdkwidget_for_gtkrange patches.
- debian/watch: Watch for unstable versions.
- debian/patches/series: Disable 043_notebook_scroll.patch. This is a
Debian change and we want the upstream behaviour or at least a rationale
for this.
* debian/patches/*: Add standard patch headers to Ubuntu patches, as
available.
.
gtk+3.0 (3.2.2-3) UNRELEASED; urgency=low
.
* Add 000git_gtk_tree_view_get_tooltip_context_annotation.patch: Fix
gtk_tree_view_get_tooltip_context() transfer annotation, causing crashes
when using this method from Python.
* Add 016_no_offscreen_widgets_grabbing.patch: Widgets inside
GtkOffscreenWindow seem like they should not be allowed to do
grab the mouse or whatever, as this can deactivate open menus.
(LP: #512427, GNOME #607668)
* Add 017_no_offscreen_device_grabbing.patch: Do not allow devices in an
offscreen hierarchy to take grabs. (LP: #804009, GNOME #658563)
* Add 018_gdkenumtypes.c_location.patch: Always generate gdk/gdkenumtypes.c
in the source tree, and fix path in the introspection sources. With this,
gdkenumtypes.c is correctly included with separate build trees, too. This
fixes missing GTypes in the .gir when using a separate build tree.
(LP: #769256, GNOME #647729)
* debian/rules: Bump SHVER to 3.1.90.
* Build for multiarch. Adapted Steve Langasek's changes to Ubuntu's gtk+2.0
package:
- debian/control.in: Bump build dependencies to multiarch aware versions.
- debian/control.in: Add Multi-Arch: and necessary Pre-Depends: fields.
(libraries/-dbg are "same", -doc/-bin are "foreign").
- debian/rules: Use multiarch LIBDIR.
- debian/libgail-3-dev.install, debian/libgail-3-0.install: Rename to
*.in, and use @LIBDIR@ instead of hardcoded usr/lib.
- debian/gir1.2-gtk-3.0.install.in: Use @LIBDIR at .
- debian/libgtk-3-0.triggers.in, debian/libgtk-3-0.postinst.in,
debian/rules: Also trigger on changes to the fallback non-multiarch
module directory, which is now called @OLD_MODULES_BASE_PATH at .
- Add 061_multiarch_module_fallback.patch: Fall back to the hard-coded
pre-multiarch module directory when searching for modules. This
maintains compatibility with packages installing modules to
the old directories.
.
gtk+3.0 (3.2.2-2) unstable; urgency=low
.
* Upload to unstable.
* debian/control.in:
- Add Breaks against gnome-themes-standard (<< 3.2) due to the CSS theming
related changes. Closes: #649203
* Fix broken symlinks in /usr/share/doc. Closes: #647466
.
gtk+3.0 (3.2.2-1) experimental; urgency=low
.
* New upstream release.
* Refresh patches.
.
gtk+3.0 (3.2.1-2) experimental; urgency=low
.
* debian/control.in:
- Move gtk-doc-tools from Build-Depends-Indep to Build-Depends as it is
required by autoreconf. Also bump it to (>= 1.11).
.
gtk+3.0 (3.2.1-1) experimental; urgency=low
.
[ Sjoerd Simons ]
* New upstream release
* debian/control.in: Update build-depends
* debian/rules: Bump libgail SHVER depends
* d/p/002_static-linking-dont-build-perf.patch: Removed, fixed upstream
* d/p/030_xim-modules.patch: Removed, fixed upstream
* d/p/045_trayicon-visual.patch: Removed, fixed upstream
* d/p/003_gdk.pc_privates.patch: Refreshed
* d/p/043_notebook_scroll.patch: Refreshed
* d/p/044_tracker_fts.patch: Refreshed
* debian/rules: Enable gtk-doc build with the shared build
.
[ Michael Biebl ]
* debian/watch:
- Track .xz tarballs.
* debian/control.in:
- Set pkg-gnome-maintainers at lists.alioth.debian.org as Maintainer.
- Instead of depending on lynx | www-browser, make the -doc packages
suggest devhelp.
.
[ Sjoerd Simons ]
* debian/libgtk-3-0.symbols: Update symbols
* Remove libgail-3-common package. Modules have been integrated directly into
Gtk
* debian/patches/70-Fix-document-generation-in-out-of-tree-builds.patch:
+ Added, fix documentation when build out of tree
.
gtk+3.0 (3.0.12-3) unstable; urgency=low
.
* 030_xim-modules.patch: stolen from upstream git. Fix the behavior of
XIM modules. Closes: #633720.
* 043_notebook_scroll.patch: handle a few more widgets to avoid
alt+scroll being intercepted by ranges, spin buttons, combo boxes…
.
gtk+3.0 (3.0.12-2) unstable; urgency=low
.
[ Josselin Mouette ]
* Tighten dependencies on libgtk-3-common. Closes: #636766.
.
[ Michael Biebl ]
* debian/patches/045_trayicon-visual.patch: Fix assertion in trayicon-x11
when visual is not available. Thanks to Vincent Bernat for the patch.
Closes: #637067
* debian/libgail-3-0.symbols: Remove trailing empty line which confuses
dpkg-gensymbols.
* Bump debhelper compatibility level to 8.
.
gtk+3.0 (3.0.12-1) unstable; urgency=low
.
* New upstream release.
- GdkKeymap: Prevent an infinite loop in the non-XKB case.
(Closes: #633917)
* Stop installing libtool .la files.
.
gtk+3.0 (3.0.11-1) unstable; urgency=low
.
* New upstream release.
- Fixes infinite-loop in GTK_FILE_CHOOSER_ACTION_CREATE_FOLDER.
(Closes: #628457)
* debian/patches/044_tracker_fts.patch: Enable Tracker full text search.
.
gtk+3.0 (3.0.10-1) unstable; urgency=low
.
[ Josselin Mouette ]
* libgtk-3-0.postrm.in: fix badly written test.
.
[ Fabian Greffrath ]
* Remove leftover diversions from the libgtk3.0-bin package
that got replaced by libgtk-3-bin (Closes: #617662 ).
.
[ Michael Biebl ]
* debian/watch: Switch to .bz2 tarballs.
* New upstream release.
* Refresh patches.
* Bump Standards-Version to 3.9.2. No further changes.
* Drop Build-Depends on dpkg-dev (>= 1.13.19). Even lenny has a more recent
version.
* Update package descriptions.
* Drop debian/gruik2devhelp.awk and Build-Depends on gawk, obsolete.
.
[ Josselin Mouette ]
* 043_notebook_scroll.patch: new patch. Reintroduce tab scrolling in
GtkNotebook, but this time only when Alt is pressed, as recommended
by upstream, and from the whole notebook area.
* Drop debhelper 8 requirement so that it can build.
* libgtk-3-bin.preinst: only remove libgtk3.0-bin diversions if they
already exist.
Checksums-Sha1:
72dc56a82ab3dc8e0aa8ff3661a41d20275ac7e6 3570 gtk+3.0_3.2.2-2ubuntu1.dsc
feda8bec8f64fbc6e6258b35def10f3c7480467c 109025 gtk+3.0_3.2.2-2ubuntu1.debian.tar.gz
Checksums-Sha256:
2295327c2ca8f600b414268e6a5bb10c177bba2670b9c4d503545621790df8ab 3570 gtk+3.0_3.2.2-2ubuntu1.dsc
2966be5683ab5b4df0b5b600c964f6b202a1db0031e40164fbeae49ac4714087 109025 gtk+3.0_3.2.2-2ubuntu1.debian.tar.gz
Files:
a3f2625469da38debe3386b0b930b1d7 3570 libs optional gtk+3.0_3.2.2-2ubuntu1.dsc
6ab87c108357d54b94d5c0b72fda6a0d 109025 libs optional gtk+3.0_3.2.2-2ubuntu1.debian.tar.gz
Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQIcBAEBCAAGBQJOy5C2AAoJEPmIJawmtHuf5Y4QAJQ0tYbyfpSH1mUYgIP8br4g
961XGvXlu2d5/COYKVivosWjkXDEpNUpoYye2QxcDQQIP8CTlCF7rsaNiNZy/GUk
AmnwUZRONh+7+0/qTK4HXCcAed7soXqeCU7+slsYosBM3OBues9CSwErvR74JAbL
j+Sol4/WggLpJmUT8iQJfzi07PHejfL2HcXXENGXAqmEw77HtHWYhHnMvRwgTJVe
Kdulcgoe+fudINtOPNccXJPgMGf0myUh//9kpEPRPXAvRKHyZl4yUAyxxR4TppRZ
KhaSOeJ5gGdk6aBDk5N0iR8prkZViH8mSS16FT12ChPgNPWFAtahsUngBPJIpFc+
GCkDiiwCPQGd7JK/Z9r+0G7FgH/Xu+2IMt9cdnSbi3gk34m7SuojNsOxB2ze/alO
w25lDQESaoU7TwZ1SxmYDEPpZjh4vJ2nJxcL+GDcj2L6QmmnsZZbs+geUKYyl0NS
WR1nqI2/d4Y2jgNmt3q08TBVG5Ro6FIezdt87/VjIdw9FQiH5RFV4NyxhynKb9nm
ekGQtxHvU2ZBu726xWTlU/9u0XqnpEWNc675fW2E2jU8cbzgRxH/cdXmsAhTMoA/
1ioSu1nFL5U7lIIa/1E+ANWs92RIr3sf0UZRjUM5n6Ij2arwKMi++qdLhMjhkvp/
M2IWl7z2vrWl0K2Dy6my
=JVgb
-----END PGP SIGNATURE-----
More information about the Precise-changes
mailing list