Commit Graph

300 Commits

Author SHA1 Message Date
Sebastian Dröge
f7e7ec1f70 * debian/rules:
+ Don't ship very old upstream changelogs and news as they're quite large.
2008-03-12 09:14:56 +00:00
Loïc Minier
ad85de2ff5 * Rework /usr/share/doc symlinks completely; closes: #461440.
- Use a real directory for all packages using a symlink previously:
    libgtk2.0-bin, libgtk-directfb-2.0-dev, libgtk2.0-dev, libgtk2.0-0-dbg,
    libgtk-directfb-2.0-0, libgtk2.0-0; add a preinst snippet removing the
    path on upgrade if it's a symlink and points to the proper directory;
    add a prerm snippet removing the path on upgrade (for downgrades) if
    it's a directory (and not a symlink).
  - Create symlinks for changelog.gz, NEWS.gz, NEWS.pre-1-0.gz, and
    README.gz in the /usr/share/doc dirs of these packages as well as for
    gtk2-engines-pixbuf; add a libgtk2.0-common unversionned dependency for
    all these packages.
  - Split dh_installdocs and dh_installchangelogs calls on multiple packages
    and use one call per package as the intent was to install in all the
    specified packages; also call dh_installdocs and dh_installchangelogs
    without any extra file for all packages to install copyright and Debian
    changelog.
  - Factor the list of dh_installdocs files in DH_INSTALLDOCS_FILES in
    rules.
2008-01-21 16:57:30 +00:00
Josselin Mouette
c525829626 * 033_treeview_resizing.patch: fix segmentation fault introduced by
* 003_gdk.pc_privates.patch: generate correct Requires.private for
  gdk-2.0.pc containing all necessary dependencies for static linking.
* 006_proper-directfb-modules.patch: refreshed.
* 010_gdkpixbuf_-lm.patch: fix gdk-pixbuf-2.0.pc by adding back -lm,
  which is required by some macros. Closes: #451512.
* 070_mandatory-relibtoolize.patch: regenerated.
* rules: copy the extraneous libraries generated in the static build 
  to the Libs.private of the shared build.
2007-11-18 01:21:02 +00:00
Josselin Mouette
2786270b4d * Keep --enable-explicit-deps in the directfb build; otherwise this
breaks any binary linking against it because the rpath isn't passed.
* 031_gtksearchenginetracker_fixes.patch: added back, only the name
* 040_filechooser_single-click.patch: allow a situation where no
  shortcut is selected, to avoid issues for keyboard users.
  Closes: #448674.
2007-10-31 21:49:15 +00:00
Josselin Mouette
c47c30ad17 * Remove the --enable-explicit-deps flag. Closes: #343711, thanks Tom
Parker. If some other packages still rely on having explicit X11 
  dependencies, they are buggy and need to be fixed anyway.
2007-10-26 11:18:00 +00:00
Loïc Minier
2c1c422adb * Upload to unstable; drop check-dist include. 2007-09-20 10:01:21 +00:00
Loïc Minier
cdc71cee4f * Added 081_icon-cache-validate.patch, GNOME #476342
* Bump shlibs to 2.12.0 in the new upstream release for the addition of
  gdk_window_thaw_toplevel_updates_libgtk_only() and
  gdk_window_freeze_toplevel_updates_libgtk_only() to the ABI.
2007-09-18 20:26:56 +00:00
Loïc Minier
ba4cfb8c48 * New upstream development release, with API additions.
- Bump up shlibs to >= 2.11.6.
  - Refresh patches 006_proper-directfb-modules,
    015_default-fallback-icon-theme, 040_filechooser_single-click.
  - Update patches 009_gtk-export-filechooser, 033_treeview_resizing,
    070_mandatory-relibtoolize.
2007-07-23 20:21:27 +00:00
Loïc Minier
e379a2beaa * Call dh_shlibdeps separately for the udeb and add a
-l/usr/lib/libcairo-directfb/lib/ flag to ensure libcairo-directfb2 is
  found.
2007-07-18 10:00:21 +00:00
Loïc Minier
fcfb36c08d * Don't run the directfb testsuite on kfreebsd as it hangs; proposed patch
by Petr Salinger; closes: #431477.
2007-07-03 17:03:45 +00:00
Loïc Minier
e7ae9a955c * Don't call dh_python; use a hardcoded python dep instead.
* Really build-dep on a newer pango.
2007-07-03 16:55:25 +00:00
Loïc Minier
6421588183 * Use -s instead of -a in arch-specific dh_* calls. 2007-07-03 11:05:50 +00:00
Loïc Minier
1cd5608a6b * New upstream development release, with API additions; the new API may
still change incompatibly, especially the tooltips API.
  - Bump shlibs to >= 2.11.5.
  - Bump up libpango1.0-dev build-dep to >= 1.17.3.
  - Ship the new gtk-builder-convert Python script to convert Glade files to
    GtkBuilder syntax in libgtk2.0-dev; call dh_python to generate a
    ${python:Depends} but Recommend ${python:Depends} to avoid pulling
    python on buildds; the script requires python >= 2.4, but this is not
    enforced in the dependencies.
  - Refresh patches 001_static-linking-dont-query-immodules,
    006_proper-directfb-modules, 040_filechooser_single-click to apply
    cleanly.
  - Update relibtoolizing patch, 070_mandatory-relibtoolize.
2007-07-03 10:56:00 +00:00
Loïc Minier
2f1eca41a5 * New upstream development release, with incompatible API changes; the new
API may still change incompatibly.
  - Bump shlibs to >= 2.11.4.
2007-06-19 19:28:49 +00:00
Loïc Minier
fb30bda085 * Add a debian/dh_listmissing.pl script based on dh_install snippets but
customized to handle multiple source installation dirs which can report
  files which were not installed to a package.
* New list-missing rule to list files which were not installed to a package
  calling debian/dh_listmissing.pl.
2007-06-16 15:02:26 +00:00
Loïc Minier
83b5c136a7 * New upstream development release, with API additions; the new API may
still change incompatibly.
  - Bump shlibs to >= 2.11.3.
  - Refresh patches 006_proper-directfb-modules,
    008_implicit_pointer_conversion_gdkgc_directfb,
    009_gtk-export-filechooser, 030_gtkentry_password-char-circle,
    033_treeview_resizing, 040_filechooser_single-click, and 041_ia32-libs
    to apply cleanly.
  - Update relibtoolizing patch, 070_mandatory-relibtoolize.
2007-06-16 13:05:24 +00:00
Loïc Minier
43cb9b20e9 * 040_filechooser_single-click.patch: fix the patch to apply cleanly
* Pass -mminimal-toc in CFLAGS for ppc64 support; thanks Andreas Jochens;
  closes: #386815.
2007-06-14 20:44:30 +00:00
Loïc Minier
4db609fad0 * Clean up CFLAGS.
* Prepare passing -z defs via LDFLAGS in the future.
2007-06-13 15:04:35 +00:00
Loïc Minier
7ad585c2b4 * Final bits of 2.11.2 new upstream release.
- Bump up build-deps to libglib2.0-dev >= 2.13.1, libpango1.0-dev >=
    1.15.3, gtk-doc-tools >= 1.6.
  - Build-dep on libxcomposite-dev for composite support.
  - Build-dep on libxdamage-dev for damage support.
  - Enable test print backend by passing --enable-test-print-backend to
    configure.
2007-06-13 12:24:35 +00:00
Loïc Minier
be42e9ad9a * New upstream release series; these are development releases, the new API
may still change incompatibly.
  - Target at experimental; include check-dist.
  - Bump shlibs to >= 2.11.2.
  - Refresh patches 001_static-linking-dont-query-immodules, 005_xpmico,
    009_gtk-export-filechooser, 015_default-fallback-icon-theme,
    033_treeview_resizing, 041_ia32-libs to apply cleanly.
  - Update patch 021_loader-files-d to apply with the upstream G_MODULE
    changes and the support for included modules.
  - Update patch 030_gtkentry_password-char-circle to apply.
  - Drop patch 031_cursor-blinking-timeout, merged upstream.
  - Disable 040_filechooser_single-click for now as it doesn't apply cleanly
    and doesn't seem critical; add a description and cross-refs.
  - Update relibtoolizing patch, 070_mandatory-relibtoolize.
  - Bump up libglib2.0-dev build-dep to >= 2.13.1.
* XXX WIP XXX
2007-06-13 12:05:15 +00:00
Loïc Minier
3650fb33a8 * Upload to unstable; drop check-dist include.
* New upstream release; no API change.
  - Drop patches 011_directfb-build-fixes-from-head,
    013_gdkproperty-directfb-strdup, 032_filechooser-sizing,
    090_capslock-numlock-im-thai merged upstream.
  - Update relibtoolizing patch, 070_mandatory-relibtoolize.
2007-06-13 09:02:58 +00:00
Loïc Minier
1d3a761cb1 * Include check-dist to prevent accidental uploads to unstable. 2007-06-06 21:49:52 +00:00
Loïc Minier
457dbc1d1b * New patch, 009_gtk-export-filechooser, exports some filechooser API for
use in maemo / Hildon; from Nokia, taken from the Ubuntu package; update
  patch 032_filechooser-sizing to apply cleanly; bump shlibs to 2.10.12-3.
2007-06-06 21:47:47 +00:00
Loïc Minier
2378d67966 * Also honor parallel=n in DEB_BUILD_OPTIONS. 2007-05-08 09:10:43 +00:00
Loïc Minier
054f07d854 * Drop "libtool_is_fool" snippet patching hardcode_libdir_flag_spec and
archive_cmds which is probably dangerous with newer libtools.
2007-04-21 06:33:17 +00:00
Loïc Minier
98f018b031 * Add a -k flag to dh_gtkmodules, matching the change in dh_pangomodules.
* Use this new flag for the udeb and the shared library packages.
* Add ${misc:Depends}.
2007-04-21 06:30:02 +00:00
Loïc Minier
cfeab71c56 * Upload to unstable; drop check-dist include. 2007-04-13 08:59:43 +00:00
Loïc Minier
4daac44b0c * Initialize CFLAGS to -Wall -g; pass debian/rules' CFLAGS and LDFLAGS to
configure, doh!
2007-04-12 12:12:34 +00:00
Loïc Minier
2a01082a53 * Call dh_installman -a. 2007-04-11 16:38:53 +00:00
Loïc Minier
fa4984f6d9 * Add support for DEB_BUILD_OPTIONS_PARALLEL. 2007-04-04 13:38:26 +00:00
Loïc Minier
91f3ec25ea * Run "make check" test suite for the deb flavor except if DEB_BUILD_OPTIONS
contains the "nocheck" keyword; ignore failures.
2007-04-02 16:10:26 +00:00
Loïc Minier
f5ebc7de10 * Fix control generation.
* Include the new uploaders.mk from gnome-pkg-tools instead of duplicatin
  gits logic; build-dep on gnome-pkg-tools >= 0.11.
2007-03-26 14:44:52 +00:00
Loïc Minier
73eba7f525 * Make debian/control PHONY. 2007-03-08 15:15:33 +00:00
Loïc Minier
fce522f3d9 * Cleanup rules. 2007-03-08 15:00:03 +00:00
Loïc Minier
b6977b7c61 * Move build and install base dirs to debian/build and debian/install
instead of debian/tmp/build and debian/tmp/install.
2007-03-08 14:57:41 +00:00
Loïc Minier
7d9e69ef87 * Include the new check-dist Makefile to prevent accidental uploads to
unstable; bump build-dep on gnome-pkg-tools to >= 0.10.
2007-01-22 10:45:52 +00:00
Loïc Minier
81a0d8f963 * Use ":=" instead of "=" for GNOME_MODULE and DEB_USE_DBS_TARBALL_LAYOUT.
[[Split portion of a mixed commit.]]
2007-01-13 23:34:06 +00:00
Loïc Minier
aee54f53b2 * Add a get-orig-source target to retrieve the upstream tarball. 2007-01-13 21:36:36 +00:00
Loïc Minier
5cb410d032 * Fix some probably harmless typos. 2006-09-27 19:21:27 +00:00
Loïc Minier
8f14e3f357 * New upstream release; no API change.
- Switch from tar-in-tar and sys-build to regular source and quilt
    patching; build-depend on quilt; remove occurrences of $(TOP_SRC_DIR)
    and @TOP_SRC_DIR@ which isn't needed anymore.
  - Refresh patch 021_loader-files-d.
  - Relibtoolize: update path 070_mandatory-relibtoolize.
2006-09-23 08:42:40 +00:00
Loïc Minier
1a0c70425a * Drop debian/docs.in and pass the list of files to dh_installdocs instead;
should fix the missing README and NEWS files.
2006-09-21 15:38:09 +00:00
Loïc Minier
1bd8fe7b0d * Fix awful typo which broke generation of the udeb shlibs and which I
didn't notice with debdiff; thanks Frans Pop.
2006-09-21 15:33:53 +00:00
Loïc Minier
228e6831e9 * Drop obsolete --with-cairo-backend configure flag. 2006-09-20 08:28:22 +00:00
Loïc Minier
be16f0e135 * New upstream releases; with API additions in the filesystem modules API,
probably only used by gtk-demo, and in the quartz gdk backend, not used in
  Debian.
  - Bump shlibs to >= 2.10.3.
  - Drop patch 009_configurable-cairo-backend-module, it was not really
    required to select a cairo backend dynamically as the backend is always
    cairo-directfb for a directfb gdk.
  - Drop patch 010_gdk-require-cairo-module, merged upstream.
  - Drop patch 011_gdk-directfb-cvs-changes, this release includes the
    changes that were pulled back then.
  - Relibtoolize: update path 070_mandatory-relibtoolize.
2006-09-19 19:56:21 +00:00
Loïc Minier
05fe17ff54 * 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.
* Add or bump Conflicts with packages shipping modules for the 2.4.0
  binary version of Gtk.
2006-09-19 13:31:08 +00:00
Loïc Minier
9ab80722d7 * 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.
2006-09-19 07:21:20 +00:00
Loïc Minier
5b11e75f9f * 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.
2006-09-17 21:07:57 +00:00
Loïc Minier
a2240c250b * 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.
2006-09-16 21:11:38 +00:00
Loïc Minier
44fade0f38 * Back to WIP; remove some leftover debugging "ls" calls. 2006-09-14 11:05:19 +00:00
Loïc Minier
ebdb978cb6 * Ups, move dependency_libs cleanup to binary-arch. 2006-09-13 21:17:44 +00:00
Loïc Minier
cc8438243d * Empty the dependency_libs in the *.la files of libgtk2.0-dev. 2006-09-13 20:47:27 +00:00
Loïc Minier
041ded809c * 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.
2006-09-13 20:41:18 +00:00
Loïc Minier
b7f028c510 * 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.
2006-09-11 12:16:50 +00:00
Loïc Minier
8b61f4697e * Use GTK_BINVER_DEP instead of BINVER. 2006-09-10 21:03:22 +00:00
Loïc Minier
fbd9cd2cd4 * Stop shipping *.la and *.a files of modules (all module types).
* Move GTK_BINARY_VERSION back to rules.
2006-09-10 20:56:30 +00:00
Loïc Minier
b0198ab476 * 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.
2006-09-10 19:10:19 +00:00
Loïc Minier
0f91f83998 * Generate a Provides: gtk2.0-binver-@BINVER@ in libgtk2.0-@SONAME@ to track
the binary version of Gtk and to permit Gtk modules to depend on it.
2006-09-08 20:07:19 +00:00
Loïc Minier
e84292b83e * Fix bashishms in debian/rules. 2006-08-23 17:14:54 +00:00
Loïc Minier
068651ad78 - 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.
2006-08-15 19:31:38 +00:00
Loïc Minier
7122af5f6f * 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.
  - Update watch file to track stable releases and use HTTP.
  - Set GTK_BINARY_VERSION to 2.10.0.
  - Replace 001_gtk+-2.2.0-buildfix-immodule patch with
    001_static-linking-dont-query-immodules which has more chances to be
    merged upstream.
  - 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.
2006-08-15 09:13:05 +00:00
Josselin Mouette
e6ea820388 Don't remove "unuseful" .a and .la files, I'm not sure they don't have
some obscure utility.
2006-07-30 12:04:03 +00:00
Josselin Mouette
57ce4e7f0a Another typo... 2006-07-30 11:39:37 +00:00
Josselin Mouette
b2ee24660b Add some missing backslashes. 2006-07-30 11:24:02 +00:00
Josselin Mouette
a446396f52 Typo in UDEB_PKGDIR. 2006-07-30 11:08:41 +00:00
Josselin Mouette
090f1c043a gtk+2.0 (2.8.18-5) unstable; urgency=low
* Lots of cleanup in debian/rules.
  * Rename directfb packages to libgtk-directfb-2.0-*.
  * Remove unuseful .a and .la files.
2006-07-30 10:42:23 +00:00
Josselin Mouette
7dad520298 * Bump libcairo build dependencies.
* Only install the PNG loader in the udeb.
2006-06-26 20:32:36 +00:00
Josselin Mouette
8439aac2c5 Add dh_installman -i 2006-06-26 17:31:10 +00:00
Josselin Mouette
e5b159a283 Remove dumb circular link generation. 2006-06-26 16:54:58 +00:00
Josselin Mouette
c4c4fe8ea1 Reorder file moves correctly. 2006-06-26 16:37:28 +00:00
Josselin Mouette
b95ffd114f Remove extraneous postinst
Move libgtk2.0-bin handling to binary-indep target
    + update-*: call binaries at their new location.
2006-06-26 16:11:55 +00:00
Josselin Mouette
6d68f96e12 * Break the circular dependency between libgtk2.0-0, libgtk2.0-bin and
libgtk2.0-common (closes: #309604).
    + Remove libgtk2.0-common dependency on libgtk2.0-0.
    + Remove libgtk2.0-0 dependency on libgtk2.0-bin.
    + Use ${binary:Version} and ${source:Version} to ensure strict
      dependencies.
    + Build-depend on dpkg-dev 1.13.19.
    + Invert the libgtk2.0-common -> libgtk2.0-0 symbolic link.
    + libgtk2.0-common.preinst, libgtk2.0-0.postinst: dance the symbolic
      link samba.
    + Move support binaries and scripts to libgtk2.0-0 and make
      libgtk2.0-bin a binary-all package containing only scripts.
    + Move /usr/sbin/update-* calls to libgtk2.0-0.
2006-06-26 16:07:05 +00:00
Josselin Mouette
2da4e5bcfd I suck even in my awk command lines... 2006-06-26 07:33:27 +00:00
Josselin Mouette
825ef5f48e Replace the dh_movefiles call by a hand-made move, because of a bug in
debhelper when the sourcedir has a "+" character in it.
2006-06-26 07:12:46 +00:00
Josselin Mouette
96d32d2fee Fix doc symlinks.
Name the .files correctly.
  * Use chrpath to remove the rpath in the udeb.
  * Generate a fake shlibs.local to handle all intra-gtk dependencies by
    hand.
2006-06-26 06:22:10 +00:00
Josselin Mouette
57a7237094 Also remove symbolic links.
Install from the correct directory.
2006-06-25 21:21:35 +00:00
Josselin Mouette
e409e2b1e6 Fix gdk-pixbuf.loaders generation. 2006-06-25 20:57:07 +00:00
Josselin Mouette
8590a45c1b Document that I ran aclocal.
Fix DESTDIR use in the install-dfb target.
2006-06-25 20:37:13 +00:00
Josselin Mouette
205a218bae Revert the LD_LIBRARY_PATH hack, removed by mistake. 2006-06-25 20:15:14 +00:00
Josselin Mouette
81071878f0 gtk+2.0 (2.8.18-3) experimental; urgency=low
* 003_gtk+-2.8.17-directfb.patch: new patch, bringing a new directfb
    backend.
  * 004_reautoconf.patch: new patch, result of "libtoolize --force
    --copy; autoheader; automake -acf; autoconf; rm -rf autom4te.cache"
    with the previous patches applied.
  * Make 3 new packages: libgtk+2.0-directfb0-udeb,
    libgtk+2.0-directfb-dev and  libgtk+2.0-directfb0.
  * Add a new build flavour for directfb (only the shared version).
  * Switch to debhelper compatibility mode 5 and require 5.0.22.
  * Standards-version is 3.7.2.

 -- Josselin Mouette <joss@debian.org>  Sun, 25 Jun 2006 21:34:50 +0200
2006-06-25 19:39:51 +00:00
Sebastien Bacher
7f89acd673 gtk+2.0 (2.8.7-1) experimental; urgency=low
* New upstream version.
  * Security fixes:
    - Add check to XPM reader to prevent integer overflow for specially crafted
      number of colors (CVE-2005-3186) (Closes: #339431).
    - Fix endless loop with specially crafted number of colors (CVE-2005-2975).
  * debian/patches/001_fs_documents.patch:
    - updated.
  * debian/rules:
    - fix confusing cp usage.

  [ Loic Minier ]
  * Drop xlibs-dev deps and build-deps.
    [debian/control, debian/control.in]

 -- Sebastien Bacher <seb128@debian.org>  Wed, 16 Nov 2005 11:54:11 +0100
2005-11-16 15:39:36 +00:00
Jordi Mallach
ec0294f0c0 Commit changes for 2.8.2-1. 2005-09-01 17:44:59 +00:00
Sebastien Bacher
2722bb6185 new version 2005-07-15 21:09:24 +00:00
Josselin Mouette
5ff09a6bb5 gtk+2.0 (2.6.7-2) unstable; urgency=low
* Upload to unstable.
  * Forward patches from 2.6.4 branch:
    + 003_focus_issues.patch: stolen from CVS HEAD to fix focus issues.
    + debian/gtk-tutorial.devhelp: updated to reflect the reality of the
      html files.
  * Loïc Minier:
    + Document the configuration of Emacs-style key bindings in README.Debian,
      with additional instructions for GNOME users. [debian/README.Debian]
      (Closes: #309530)

 -- Josselin Mouette <joss@debian.org>  Mon,  6 Jun 2005 22:39:27 +0200
2005-06-06 20:46:35 +00:00
Sebastien Bacher
0492fc07d3 gtk+2.0 (2.6.4-1) unstable; urgency=medium
* New upstream release.
  * debian/patches/004_fs_newdir.patch:
    - fix a crash in the fileselector when creating a directory.
  * debian/patches/003_iconcache.patch:
    - this bug is fixed in the new version.
  * debian/patches/004_mipsbuild.patch:
    - dropped, this change is not required.
  * debian/patches/002_bmp.patch:
     - fix CAN-2005-0891: BMP double free Dos (Closes: #303141).

 -- Sebastien Bacher <seb128@debian.org>  Tue,  5 Apr 2005 21:09:01 +0200
2005-04-07 15:07:32 +00:00
Sebastien Bacher
ae57956e27 gtk+2.0 (2.6.2-3) unstable; urgency=low
* Patch from Steve Langasek <vorlon@debian.org>:
    Add a --disable-testsuite argument to upstream configure, to permit
    skipping the testsuite on architectures where large static binaries
    are currently problematic (i.e., mips).  Closes: #295048.

 -- Sebastien Bacher <seb128@debian.org>  Sun, 13 Feb 2005 19:23:39 +0100
2005-02-22 13:36:43 +00:00
Sebastien Bacher
826f027f0a gtk+2.0 (2.6.0-1) experimental; urgency=low
* New upstream release (Closes: #275239).
  * debian/control.in:
    - create a gtk2-engines-pixbuf package.
    - recommends hicolor-icon-theme (Closes: #287334).
    - rename libgtk2.0-dbg to libgtk2.0-0-dbg.
    - updated the Build-Depends.
  * debian/gtk2-engines-pixbuf.files:
    - added.
  * debian/libgtk2.0-bin.files:
    - install gtk-update-icon-cache here.
  * debian/libgtk2.0-bin.postinst:
    - call gtk-update-icon-cache.
  * debian/patches/001_gtk+-debian-aclocal-pass_all.patch:
    - removed, should not be needed with the new version.
  * debian/patches/003_treeview-typeahead.patch,
    debian/patches/003_filechooser-search.patch,
    debian/patches/004_treeview-activate.patch,
    debian/patches/005_modifiers.patch:
    - removed, these changes are in the new version.
  * debian/rules:
    - updated the shlibs.
    - use dh_strip to make the debug package.
  * update-gtk-immodules.in:
  * update-gdkpixbuf-loaders.in:
    - module version is 2.4.0.
  * debian/watch:
    - updated.

 -- Sebastien Bacher <seb128@debian.org>  Wed, 29 Dec 2004 18:55:11 +0100
2005-01-08 17:04:58 +00:00
Jordi Mallach
b5ac59122b Actually, newer shlibs aren't needed. 2004-08-26 10:37:09 +00:00
Jordi Mallach
9b32b840c5 Update shlibs and scripts to 2.4.7. 2004-08-25 18:43:03 +00:00
Sebastien Bacher
ef693da8b3 New upstream release, added a conflicts/replace because of the manpage is the wrong binary 2004-07-26 08:45:17 +00:00
Sebastien Bacher
3f2125d03b Bug fix 2004-07-03 14:44:15 +00:00
Sebastien Bacher
49b323244f updated to 2.4.3 2004-06-17 16:58:34 +00:00
Marc Brockschmidt
ddf00f9066 debian/rules: Really, *really* surpress warnings when removing directories
(using >/dev/null 2>&1 instead of 2>&1 >/dev/null)
2004-05-19 12:05:14 +00:00
Sebastien Bacher
4d80c21c1b Need to update the shlib, there is new symboles 2004-05-05 22:35:31 +00:00
Akira TAGOH
fce4bca1b8 gtk+2.0 (2.4.0-4) experimental; urgency=low
* Akira TAGOH <tagoh@debian.org>
  + debian/control:
    - moved arch-independent files to libgtk2.0-common again.
    - separated arch-dependent files to libgtk2.0-bin.
                                                                                
 -- Akira TAGOH <tagoh@debian.org>  Sat, 24 Apr 2004 02:11:52 +0900
2004-04-23 18:42:38 +00:00
Akira TAGOH
48de7fd6df gtk+2.0 (2.4.0-3) experimental; urgency=low
* Akira TAGOH <tagoh@debian.org>
  + debian/rules:
    - modified the sed script to strip the version properly.
      (closes: Bug#241860)
    - clean up.
  + debian/control:
    - updated the dependencies for the separated xlibs-dev. (from 2.2.4-4)
    - separated arch-independent data to libgtk2.0-data package.
      (from 2.2.4-4)
                                                                                
 -- Akira TAGOH <tagoh@debian.org>  Fri, 23 Apr 2004 22:43:58 +0900
2004-04-23 14:47:23 +00:00
Akira TAGOH
793be6a582 + debian/rules:
- modified the sed script to strip the version properly.
      (closes: Bug#241860)
2004-04-05 13:20:21 +00:00
Sebastien Bacher
d9710580a7 Updated to 2.4.0-2, bumped shver 2004-03-24 22:25:26 +00:00
Sebastien Bacher
f7aca036d4 Remove manpage from -doc package 2004-03-20 12:43:42 +00:00
Akira TAGOH
1e4988c7d8 * fix to generate debian/control correctly. 2003-11-01 13:41:37 +00:00
Sebastien Bacher
be86346b4a added gtk+2.0 2003-10-31 20:37:29 +00:00