[ubuntu/natty] gtk+2.0 2.24.1-1ubuntu1 (Accepted)
Robert Ancell
robert.ancell at canonical.com
Wed Feb 23 06:05:39 UTC 2011
gtk+2.0 (2.24.1-1ubuntu1) natty; urgency=low
* Merge with Debian experimental, remaining Ubuntu changes:
* debian/control.in:
- Build-depend on dh-autoreconf
- Move gtk-doc-tools from Build-Depends-Indep to Build-Depends as it is
required by dh_autoreconf
- Add Vcs-Bzr link
- Conflict with appmenu-gtk (<< 0.1.3) to prevent menu proxy breakage
* debian/libgtk2.0-0.symbols:
- Add Ubuntu specific symbols
* debian/rules:
- Use dh_autoreconf
* debian/watch:
- Watch for unstable versions
* 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/043_menu_proxy.patch
- Add GtkMenuProxy support for remoting menus.
* debian/patches/044_grips.patch:
- Backport from the gtk3 resize grips to the natty gtk2 version
* 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/065_gir_set_packages.patch
- Added _gir_PACKAGES for each gir created, to match gir to pkg which is
needed by vapigen-0.12
* debian/patches/070_mandatory-relibtoolize.patch:
- Dropped, we are using dh-autoreconf instead
* debian/patches/071_no_offscreen_widgets_grabbing.patch:
- Don't let offscreen widgets do grabbing
* debian/patches/072_indicator_menu_update.patch:
- change by Cody Russell to send an update event on menu changes,
should make the bluetooth indicator refresh correctly
* debian/patches/091_bugzilla_tooltip_refresh.patch:
- Upstream bugzilla change to have better looking tooltips the gtk theme
need to set "new-tooltip-style" to use those
* 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
Date: Wed, 23 Feb 2011 15:56:37 +1100
Changed-By: Robert Ancell <robert.ancell at canonical.com>
Maintainer: Ubuntu Desktop Team <ubuntu-desktop at lists.ubuntu.com>
https://launchpad.net/ubuntu/natty/+source/gtk+2.0/2.24.1-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Wed, 23 Feb 2011 15:56:37 +1100
Source: gtk+2.0
Binary: libgtk2.0-0 libgtk2.0-0-udeb libgtk2.0-common libgtk2.0-bin libgtk2.0-dev libgtk2.0-0-dbg libgtk2.0-doc gtk2.0-examples gtk2-engines-pixbuf gir1.2-gtk-2.0 libgail18 libgail-common libgail-dev libgail-dbg libgail-doc
Architecture: source
Version: 2.24.1-1ubuntu1
Distribution: natty
Urgency: low
Maintainer: Ubuntu Desktop Team <ubuntu-desktop at lists.ubuntu.com>
Changed-By: Robert Ancell <robert.ancell at canonical.com>
Description:
gir1.2-gtk-2.0 - The GTK+ graphical user interface library -- gir bindings
gtk2-engines-pixbuf - Pixbuf-based theme for GTK+ 2.x
gtk2.0-examples - Examples files for the GTK+ 2.0
libgail-common - GNOME Accessibility Implementation Library -- common modules
libgail-dbg - Gail libraries and debugging symbols
libgail-dev - GNOME Accessibility Implementation Library -- development files
libgail-doc - documentation files of the Gail library
libgail18 - GNOME Accessibility Implementation Library -- shared libraries
libgtk2.0-0 - The GTK+ graphical user interface library
libgtk2.0-0-dbg - The GTK+ libraries and debugging symbols
libgtk2.0-0-udeb - The GTK+ graphical user interface library - minimal runtime (udeb)
libgtk2.0-bin - The 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
Changes:
gtk+2.0 (2.24.1-1ubuntu1) natty; urgency=low
.
* Merge with Debian experimental, remaining Ubuntu changes:
* debian/control.in:
- Build-depend on dh-autoreconf
- Move gtk-doc-tools from Build-Depends-Indep to Build-Depends as it is
required by dh_autoreconf
- Add Vcs-Bzr link
- Conflict with appmenu-gtk (<< 0.1.3) to prevent menu proxy breakage
* debian/libgtk2.0-0.symbols:
- Add Ubuntu specific symbols
* debian/rules:
- Use dh_autoreconf
* debian/watch:
- Watch for unstable versions
* 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/043_menu_proxy.patch
- Add GtkMenuProxy support for remoting menus.
* debian/patches/044_grips.patch:
- Backport from the gtk3 resize grips to the natty gtk2 version
* 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/065_gir_set_packages.patch
- Added _gir_PACKAGES for each gir created, to match gir to pkg which is
needed by vapigen-0.12
* debian/patches/070_mandatory-relibtoolize.patch:
- Dropped, we are using dh-autoreconf instead
* debian/patches/071_no_offscreen_widgets_grabbing.patch:
- Don't let offscreen widgets do grabbing
* debian/patches/072_indicator_menu_update.patch:
- change by Cody Russell to send an update event on menu changes,
should make the bluetooth indicator refresh correctly
* debian/patches/091_bugzilla_tooltip_refresh.patch:
- Upstream bugzilla change to have better looking tooltips the gtk theme
need to set "new-tooltip-style" to use those
* 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
Checksums-Sha1:
af8eafb70d12c3d905e4ceb4536362384d9b8c1b 2512 gtk+2.0_2.24.1-1ubuntu1.dsc
8ffd99d7af9d0b01d4059ef80b4dc2634a8d29cc 26331916 gtk+2.0_2.24.1.orig.tar.gz
82a3ff56723e197178f6183b2f9d152ea10f470e 134455 gtk+2.0_2.24.1-1ubuntu1.debian.tar.gz
Checksums-Sha256:
bbdff1a1c6088bf53f1e9929d29c53e816e9aa407b97d983b005e9fec82826e2 2512 gtk+2.0_2.24.1-1ubuntu1.dsc
d6d48453f94610c159ce679d33d80607a19683b0e001fc1f33e84044b45af454 26331916 gtk+2.0_2.24.1.orig.tar.gz
81403593f0af69ba7c70372d9cab41bd2d6a66bcb1960e364378adf597b1064b 134455 gtk+2.0_2.24.1-1ubuntu1.debian.tar.gz
Files:
9be0b40ce4ef563279e73bed937a6f53 2512 libs optional gtk+2.0_2.24.1-1ubuntu1.dsc
f6bfee99cd30ec8b048e53ddca70b307 26331916 libs optional gtk+2.0_2.24.1.orig.tar.gz
31e1e8215710256f972cc73ace339043 134455 libs optional gtk+2.0_2.24.1-1ubuntu1.debian.tar.gz
Original-Maintainer: Sebastien Bacher <seb128 at debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAk1koeMACgkQGOqhiQ98iC4S9wCghmvT/IpS4/JZBxh3D40rcrm+
1nsAoLl3swNzHFGyOSbDsfAyZq/um6yO
=eDCZ
-----END PGP SIGNATURE-----
More information about the Natty-changes
mailing list