Accepted gtk+2.0 2.10.1-1 (source i386 all)
Loic Minier
lool at dooz.org
Tue Sep 19 15:17:15 UTC 2006
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Tue, 19 Sep 2006 15:13:38 +0200
Source: gtk+2.0
Binary: libgtk2.0-dev gtk2-engines-pixbuf libgtk-directfb-2.0-dev libgtk-directfb-2.0-0 libgtk-directfb-2.0-0-udeb libgtk2.0-0-dbg libgtk2.0-0 libgtk2.0-doc gtk2.0-examples libgtk2.0-common libgtk2.0-bin
Architecture: source i386 all
Version: 2.10.1-1
Distribution: experimental
Urgency: low
Maintainer: Sebastien Bacher <seb128 at debian.org>
Changed-By: Loic Minier <lool at dooz.org>
Description:
gtk2-engines-pixbuf - Pixbuf-based theme for GTK+ 2.x
gtk2.0-examples - Examples files for the GTK+ 2.0
libgtk-directfb-2.0-0 - The GTK+ graphical user interface library - DirectFB runtime
libgtk-directfb-2.0-0-udeb - The GTK+ graphical user interface library - minimal runtime (udeb)
libgtk-directfb-2.0-dev - Development files for the GTK+ library - DirectFB version
libgtk2.0-0 - The GTK+ graphical user interface library
libgtk2.0-0-dbg - The GTK+ libraries and debugging symbols
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
Closes: 382435 384225 385473
Changes:
gtk+2.0 (2.10.1-1) experimental; urgency=low
.
* THIS IS NOT THE FINAL 2.10 RELEASE; THIS IS NOT SUITED FOR PACKAGE
MAINTAINERS TO PREPARE FOR TRANSITIONS.
* Add a missing x11proto-xext-dev build-dep for X SYNC checks.
* Add a missing libatk1.0-dev (>= 1.9.0) build-dep for ATK.
* Replace GTK_BINARY_VERSION in debian/*.in to set the binary version of
binary modules; it is set via debian/scripts/vars and currently in use in
update-gdkpixbuf-loaders.in and update-gtk-immodules.in.
* Remove fake support for version argument from update-gdkpixbuf-loaders and
update-gtk-immodules.
* New upstream development releases with API additions, and non-public API
changes and removals.
- Target at experimental.
- Update copyright from AUTHORS.
- Update upstream URL.
- Bump up libglib2.0-dev build-dep to >= 2.12.0.
- Add a libdirectfb-dev (>= 0.9.24) build-dep for DirectFB.
- Add a libcupsys2-dev (>= 1.2) build-dep for CUPS printing backend.
- Bump shlibs to >= 2.10.0.
- Update list of docs to ship; now includes NEWS. (Closes: #384225)
- Update watch file to track stable releases and use HTTP.
- Set GTK_BINARY_VERSION to 2.10.0.
- Add or bump Conflicts with packages shipping modules for the 2.4.0
binary version of Gtk: gtk2-engines-wonderland <= 1.0-3,
gtk2-engines-cleanice <= 2.4.0-1, gtk2-engines <= 1:2.6.10-2,
gtk2-engines-magicchicken <= 1.1.1-7, gtk2-engines-pixbuf <= 2.8.20-1,
gtk2-engines-gtk-qt <= 1:0.7-1, gtk2-engines-qtpixmap <= 0.28-1.1,
librsvg2-common <= 2.14.4-2, gtk2-engines-xfce <= 2.3.90.2-1,
libgnomeui-0 <= 2.14.1-2, tamil-gtk2im <= 2.2-4.2, imhangul <= 0.9.13-3,
iiimgcf <= 11.4.1870-7.3, scim-bridge <= 0.2.4-1, scim-gtk2-immodule <=
1.4.4-4, gtk-im-libthai <= 0.1.4-1, uim-gtk2.0 <= 1:1.2.1-3, libwmf-dev
<= 0.2.8.4-2, libwmf0.2-7 <= 0.2.8.4-2, swf-player <= 0.3.6-2.1.
- Replace 001_gtk+-2.2.0-buildfix-immodule patch with
001_static-linking-dont-query-immodules which has more chances to be
merged upstream; see GNOME #346531.
- Drop 006_gtk+-2.8.17-directfb patch, merged upstream.
- Refresh patches: 000_gtk+-2.0.6-exportsymbols,
003_default_fallback_icon_theme,
004_gtk+-ximian-gtk2-filesel-navbutton-5,
007_implicit_pointer_conversion_gdkdrawable_directfb.
- Update 070_mandatory-relibtoolize with libtoolize --force --copy &&
aclocal-1.7 -I m4macros && autoconf && automake-1.7.
- New patch, 002_static-linking-dont-build-perf, to avoid building the
perf measurement tools in static builds; see GNOME #346559; needs
the 001_gtk+-2.2.0-buildfix-immodule patch.
- New patch, 009_configurable-cairo-backend-module, to add a new
--with-cairo-backend flag which will select a cairo-$backend.pc
pkg-config module instead of the default of cairo.pc; see GNOME #351509.
- Configure with --with-cairo-backend=directfb for the dfb build.
- New patch, 010_gdk-require-cairo-module, to require the Cflags and Libs
from the cairo-directfb module (as $cairo_module); see GNOME #351519.
- New patch, 011_gdk-directfb-cvs-changes, backport of CVS only build
fixes to permit compilation against directfb 0.9.25.1.
* Fix bashishms in debian/rules. (Closes: #385473)
* Generate a Provides: gtk2.0-binver- at BINVER@ in libgtk2.0- at SONAME@ to track
the binary version of Gtk and to permit Gtk modules to depend on it.
* Define the flags for each flavor (shared, static, and udeb) in Makefile
vars and share the common flags.
* Only pass --host to configure if DEB_HOST_GNU_TYPE and DEB_BUILD_GNU_TYPE
differ.
* Stop shipping *.la and *.a files of modules (all module types).
* Move GTK_BINARY_VERSION back to rules.
* Use GTK_BINVER_DEP instead of BINVER.
* Build flavors out-of-tree; saves 25% of required build space (315 MB) and
some build time / IO load; this clutters the headers a little (full build
path is mentionned instead of ".") though.
* Rewrite and cleanup the build process completely.
* Install the full set of pkg-config files from the dfb flavor in
/usr/lib/pkgconfig/libgtk-directfb-2.0; to use this feature, set
PKG_CONFIG_PATH while invoking pkg-config (or configure); the
/usr/lib/pkgconfig/*directfb*.pc files will be removed when Debian sources
have been converted.
* In the same spirit, gdkconfig.h is in /usr/lib/gtk-2.0/include/directfb;
to use it, prepend -I/usr/lib/gtk-2.0/include/directfb to CFLAGS.
* Fix generation of /etc/gtk-2.0/gdk-pixbuf.loaders for the udeb.
(Closes: #382435)
* Build-depend on libcairo-directfb2-dev >= 1.2.4-2 to get PDF/PS support in
the directfb flavor of libcairo.
* Recommend the linked source packages in libgtk2.0-doc instead of simply
suggesting them.
* Rewrite update-gdkpixbuf-loaders and update-gtk-immodules.
* Drop double libatk1.0-dev build-dep.
* Empty the dependency_libs in the *.la files of libgtk2.0-dev.
* New immodule files handling with *.immodules files below
/usr/lib/gtk-2.0/<BINARY_VERSION>/immodule-files.d.
- New patch, 020_immodules-files-d, to split the module search path on
":", as is done in Pango, prepend
/usr/lib/gtk-2.0/<BINARY_VERSION>/immodule-files.d to the search path,
and to read all *.immodules files when a directory is encountered in the
search path.
- Pre-generate
/usr/lib/gtk-2.0/<BINARY_VERSION>/immodule-files.d/libgtk2.0-0.immodules
for the shared library.
- Continue generating /etc/gtk-2.0/gtk.immodules until packages are
updated.
* Add the libpixmap engine to the udeb for the new Bladr GTK theme for g-i.
* New loader files handling with *.loaders files below
/usr/lib/gtk-2.0/<BINARY_VERSION>/loaders-files.d.
- New patch, 021_loader-files-d, to split the module search path on
":", as is done in Pango, prepend
/usr/lib/gtk-2.0/<BINARY_VERSION>/loader-files.d to the search path,
and to read all *.loaders files when a directory is encountered in the
search path.
- Pre-generate
/usr/lib/gtk-2.0/<BINARY_VERSION>/loader-files.d/libgtk2.0-0.loaders
for the shared library and libgtk-directfb-2.0-0-udeb.loaders for the
udeb.
- Continue generating /etc/gtk-2.0/gdk-pixbuf.loaders until packages are
updated.
- This particular patch uses two ugly workarounds and needs work before
being sent upstream.
* New Debhelper-based command, dh_gtkmodules, to create module files for IM
modules and GdkPixbuf loaders; it will still add a dependency on the
binary version of Gtk for other modules.
* Make use of the new dh_gtkmodules during the build (override the path to
gtk-query-immodules-2.0 and gdk-pixbuf-query-loaders.
* Add ${misc:Depends} to gtk2-engines-pixbuf.
Files:
c60d3d38c77ea2b91ac383d44a38851c 2079 libs optional gtk+2.0_2.10.1-1.dsc
430424ce1d021361fc89ceb0b866af2f 20515032 libs optional gtk+2.0_2.10.1.orig.tar.gz
96e67cbaf8a456b93526d08089fc0e02 156523 libs optional gtk+2.0_2.10.1-1.diff.gz
eedc386084d38017ddb55798745398b8 3983678 misc optional libgtk2.0-common_2.10.1-1_all.deb
ca41ef70a90f284da0d49beca2c49510 7168 misc optional libgtk2.0-bin_2.10.1-1_all.deb
5faa8b404e26abab0a1ffcd1b271b37e 2422236 doc optional libgtk2.0-doc_2.10.1-1_all.deb
1d121e62c3c6f145a13829b5e35fa375 1844228 libs optional libgtk2.0-0_2.10.1-1_i386.deb
42a01ddd141fd83c975929a7e081ecca 1560546 libs optional libgtk-directfb-2.0-0_2.10.1-1_i386.deb
824ebb421f0a79ec24726c151d48ebd0 1621196 debian-installer extra libgtk-directfb-2.0-0-udeb_2.10.1-1_i386.udeb
a6b41ac5a5d25e25f28d00f3f74247af 2540858 libdevel optional libgtk2.0-dev_2.10.1-1_i386.deb
0548daaf69d9f6c874728696934b7c90 5498 libdevel optional libgtk-directfb-2.0-dev_2.10.1-1_i386.deb
163c3afe04a551e0ca28b3764614e0a6 8483798 libdevel extra libgtk2.0-0-dbg_2.10.1-1_i386.deb
ee1f311bec61bb8ddaa691b541a712bc 354772 x11 extra gtk2.0-examples_2.10.1-1_i386.deb
0dfd0b678ab0d2f547ea12a61be45cbc 122652 graphics optional gtk2-engines-pixbuf_2.10.1-1_i386.deb
Package-Type: udeb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iD8DBQFFD/nl4VUX8isJIMARAtXdAJ9K1RcyaiG7p3/ohrpjsqRDTH5y7ACgjVZK
msNi3bHsDLB1r8IpoBVamqk=
=DU/i
-----END PGP SIGNATURE-----
Accepted:
gtk+2.0_2.10.1-1.diff.gz
to pool/main/g/gtk+2.0/gtk+2.0_2.10.1-1.diff.gz
gtk+2.0_2.10.1-1.dsc
to pool/main/g/gtk+2.0/gtk+2.0_2.10.1-1.dsc
gtk2-engines-pixbuf_2.10.1-1_i386.deb
to pool/main/g/gtk+2.0/gtk2-engines-pixbuf_2.10.1-1_i386.deb
gtk2.0-examples_2.10.1-1_i386.deb
to pool/main/g/gtk+2.0/gtk2.0-examples_2.10.1-1_i386.deb
libgtk-directfb-2.0-0-udeb_2.10.1-1_i386.udeb
to pool/main/g/gtk+2.0/libgtk-directfb-2.0-0-udeb_2.10.1-1_i386.udeb
libgtk-directfb-2.0-0_2.10.1-1_i386.deb
to pool/main/g/gtk+2.0/libgtk-directfb-2.0-0_2.10.1-1_i386.deb
libgtk-directfb-2.0-dev_2.10.1-1_i386.deb
to pool/main/g/gtk+2.0/libgtk-directfb-2.0-dev_2.10.1-1_i386.deb
libgtk2.0-0-dbg_2.10.1-1_i386.deb
to pool/main/g/gtk+2.0/libgtk2.0-0-dbg_2.10.1-1_i386.deb
libgtk2.0-0_2.10.1-1_i386.deb
to pool/main/g/gtk+2.0/libgtk2.0-0_2.10.1-1_i386.deb
libgtk2.0-bin_2.10.1-1_all.deb
to pool/main/g/gtk+2.0/libgtk2.0-bin_2.10.1-1_all.deb
libgtk2.0-common_2.10.1-1_all.deb
to pool/main/g/gtk+2.0/libgtk2.0-common_2.10.1-1_all.deb
libgtk2.0-dev_2.10.1-1_i386.deb
to pool/main/g/gtk+2.0/libgtk2.0-dev_2.10.1-1_i386.deb
libgtk2.0-doc_2.10.1-1_all.deb
to pool/main/g/gtk+2.0/libgtk2.0-doc_2.10.1-1_all.deb
More information about the Pkg-gnome-maintainers
mailing list