directfb (0.9.25.1-5) unstable; urgency=low

  * Make linux_input handle correctly touchpad devices.
    (Closes: #354624, #375402, #383608, #383866, #395067, #395118, #400579)
    - debian/patches/60_touchpad.patch: New file.
    Thanks to Attilio Fiandrotti <attilio.fiandrotti@gmail.com>.

 -- Guillem Jover <guillem@debian.org>  Mon,  4 Dec 2006 08:57:56 +0200

directfb (0.9.25.1-4) unstable; urgency=low

  * Switched to quilt:
    - Add new debian/patches/series file.
    - Add Build-Depends on 'quilt (>= 0.40)'.
    - Include quilt.make from debian/rules.
    - Remove now unused debian/patch.mk.
  * Add a Tag: field to all binary packages, using partial data from debtags.
  * Do not build nor install any gfxdriver in the udeb, except for Linux
    systems where we include the Matrox driver. (Closes: #390438)
  * Reorder patches to ease merging in upstream:
    - debian/patches/02_link_static_ar.patch: Rename to ...
    - debian/patches/08_link_static_ar.patch: ... here.
    - debian/patches/06_link_static_as-needed.patch: Rename to ...
    - debian/patches/09_link_static_as-needed.patch: ... here.
    - debian/patches/03_link_static_sysfs.patch: Resync.
  * Remove unneded zlib linking instances from some of the resulting objects.
    - debian/patches/05_link_dynamic.patch: New file.
  * Fix Linux kernel types use on non-Linux systems.
    - debian/patches/30_linux_types.patch: Update.
  * Do not use PAGE_SIZE at all on Linux, this variable was not supposed to
    be exported to userland.
    - debian/patches/40_page_size.patch: Update.
  * Unify short package descriptions.
  * Install dbfinfo in the udeb under '/usr/lib/directfb-M.N.O/bin' to
    keep it co-installable as long as we do not have a package
    libdirectfb-bin-udeb. (Closes: #390437)
  * Fix inconditional use of SA_SIGINFO, which is not present in the Hurd.
    - debian/patches/50_siginfo.patch: New file.
    Thanks to Samuel Thibault <samuel.thibault@ens-lyon.org>.
  * Support building on non-Linux systems. (Closes: #363491)
  * Switch variables to non-recursive and fix indentation in debian/rules.

 -- Guillem Jover <guillem@debian.org>  Tue, 17 Oct 2006 13:06:09 +0300

directfb (0.9.25.1-3) unstable; urgency=medium

  * Fix build failure on powerpc, due to the inconditional use of PAGE_SIZE.
    - debian/patches/40_page_size.patch: New file.

 -- Guillem Jover <guillem@debian.org>  Mon, 31 Jul 2006 19:56:10 +0300

directfb (0.9.25.1-2) unstable; urgency=low

  * Upload to unstable.
  * Do not leak libdl nor libz to projects dynamically linking against
    directfb trough the .pc files or directfb-config. (Closes: #373983)
    - debian/patches/01_link_static_priv.patch: New file.
  * Force linking the selected modules when statically linking, now that the
    toolchain enforces --as-needed by default. (Closes: #378368)
    - debian/patches/06_link_static_as-needed.patch: New file.

 -- Guillem Jover <guillem@debian.org>  Tue, 25 Jul 2006 20:44:11 +0300

directfb (0.9.25.1-1) experimental; urgency=low

  * New upstream release. (Closes: #366460)
    - debian/patches/00_plugins_link.patch: Merged upstream. Remove.
    - debian/patches/01_missing_rules.patch: Likewise.
    - debian/patches/11_syscall.patch: Likewise.
    - debian/patches/12_remove_sys_io.h.patch: Likewise.
    - debian/patches/22_videodev.patch: Likewise.
    - debian/patches/23_fbdev.patch: Likewise.
    - debian/patches/30_linux_types.patch: Sync.
    - debian/patches/13_x86_conditional_rdtsc.patch: Likewise.
    - debian/patches/24_distclean.patch: Likewise.
    - debian/patches/03_link_static_sysfs.patch: Likewise.
  * Updated version in directfb-config.1.
  * Now using Standards-Version 3.7.2.
  * Wrapped debian/control field lines, as per latest policy.
  * Remove sh from libsysfs-dev Build-Depends architecture delimiter.
  * Replace x-dev Dependency in libdirectfb-dev with x11proto-core-dev.
    (Closes: #366011)

 -- Guillem Jover <guillem@debian.org>  Wed, 14 Jun 2006 12:20:21 +0300

directfb (0.9.24-4) unstable; urgency=low

  * Replace x-dev Build-Dependency with x11proto-core-dev. (Closes: #366011)
  * Refer to Debian as a generic system, and not mention GNU/Linux.
  * Fix bashisms in directfb-config. (Closes: #369006, #370756)
    - debian/patches/04_bashisms.patch: New file.
  * Use rdtsc on x86 conditionally, so that subarches which do not provide
    it do not SIGILL. (Closes: #373217)
    - debian/patches/13_x86_conditional_rdtsc.patch: New file.

 -- Guillem Jover <guillem@debian.org>  Wed, 14 Jun 2006 10:00:15 +0300

directfb (0.9.24-3) unstable; urgency=low

  * Fix FTBFS on amd64 due to conflicting types for int64_t. (Closes: #316277)
    - debian/patches/30_linux_types.patch: Updated.
    Thanks to Kurt Roeckx <kurt@roeckx.be>.
  * Fix missing libsysfs when statically linking.
    - debian/patches/03_link_static_sysfs.patch: New file.

 -- Guillem Jover <guillem@debian.org>  Fri, 14 Apr 2006 21:11:39 +0300

directfb (0.9.24-2) unstable; urgency=low

  * Upload to unstable.

 -- Guillem Jover <guillem@debian.org>  Mon, 10 Apr 2006 14:48:47 +0300

directfb (0.9.24-1) experimental; urgency=low

  * New upstream release. (Closes: #342496)
    - debian/patches/00_plugins_link.patch: Sync. Fix SDL provider linking
      against the system directfb libraries.
    - debian/patches/22_videodev.patch: Sync.
    - debian/patches/23_fbdev.patch: Likewise.
    - debian/patches/24_distclean.patch: Likewise.
    - debian/patches/30_linux_types.patch: Likewise.
    - debian/patches/01_missing_rules.patch: New file. Add missing rules/
      directory in the released tarball.
    - debian/patches/31_libsysfs2.patch: Removed, upstream can now build
      with libsysfs1 and libsysfs2.
  * Switch to debhelper compatibilty level 5.
  * Rename debian/patch.mk clean target to unpatch. Make patch and unpatch
    single colon rules. Make patch, unpatch, apply-patches and reverse-patches
    PHONY.
  * Remove obsolete --disable configure options for the udeb build.
  * Do not use stamp files for configuere, use config.status instead.
  * Reorganized binary packages contents, and move providers with external
    dependencies to libdirectfb-extra: (Closes: #188490)
    - Update libdirectfb-extra description.
    - debian/rules (VERSION, DEB_BUILD_GNU_SYSTEM): Remove unused variables.
      (package_lib): Change to a simple expanded variable.
      (package_udeb): Use package_lib to generate the name.
      (packages_nolib): Exclude package_lib and package_udeb from the list.
      (prefix_tmp): Change to ...
      (DESTDIR_DIST): ... this. Fix all callers.
      (prefix_udeb): Change to ...
      (DESTDIR_UDEB): ... this. Fix all callers.
      (install): Do not remove stuff, as we are now explicitly selecting
      what to install.
      (binary-arch): Use dh_install instead of dh_movefiles, and exclude
      some files from the global lists. Remove dh_isntallexamples comment.
      Use packages_nolib in the for loop.
    - debian/libdirectfb-0.9-24.files: Rename to ...
    - debian/libdirectfb-0.9-24.install: ... this. Install the default font
      provider; the gif and mpeg2 image provider; the v4l video provider;
      all gfxdrivers; all inputdrivers; the fbdev system provider; and all
      the wm providers.
    - debian/libdirectfb-0.9-24-udeb.install: New file. Explicitly list
      package contents, previously picked from the remaining not removed ones.
    - debian/libdirectfb-bin.files: Rename to ...
    - debian/libdirectfb-bin.install: ... this.
    - debian/libdirectfb-dev.files: Rename to ...
    - debian/libdirectfb-dev.install: ... this. Install all .la and .a files
      for all providers.
    - debian/libdirectfb-extra.files: Rename to ...
    - debian/libdirectfb-extra.install: ... this. Install SDL input and
      system provider; the ft2 font provider; the jpeg and png image
      providers.
  * Enable X11 system and input providers.
  * Use .a archives for static linking instead of the .o files.
    - debian/patches/02_link_static_ar.patch: New file.
  * Add "udeb:" lines to the shlibs file (Build-Depend on debhelper 5.0.22).
    (Closes: #360211)
  * Fix bold and italic use in directfb-config manpage.

 -- Guillem Jover <guillem@debian.org>  Fri, 31 Mar 2006 05:34:41 +0300

directfb (0.9.22-9) unstable; urgency=low

  * Switch to libsysfs-dev >= 2.0. (Closes: #347627)
    - debian/patches/31_libsysfs2.patch: New file.
    Thanks to Martin Pitt <mpitt@debian.org>.
  * Drop SDL support, as it is creating a cyclic Build-Dependency loop.
    (Closes: #354839)

 -- Guillem Jover <guillem@debian.org>  Thu,  2 Mar 2006 01:38:27 +0200

directfb (0.9.22-8) unstable; urgency=low

  * Add missing direct link dependencies to libdirect.so and libfusion.so
    for plugins. (Closes: #330831)
    - debian/patches/00_plugins_link.patch: Update.
  * Move the regular libdirectfb package Depends in the udeb to a Provides.
    (Closes: #331441)

 -- Guillem Jover <guillem@debian.org>  Thu,  6 Oct 2005 23:05:12 +0300

directfb (0.9.22-7) unstable; urgency=low

  * Remove outdated header files not matching the build configuration.
    - debian/patches/24_distclean.patch: New file.
    Thanks to Tobias Grimm <tobias.grimm@e-tobi.net>.
  * Fix type clashing on amd64 by making sure 'dfb_types.h' is included
    before anything else, this time for real. (Closes: #316277)
    - debian/patches/30_linux_types.patch: Update.
    Thanks to Andreas Jochens <aj@andaco.de>.
  * Use generated library package to retrieve shlibdeps information.

 -- Guillem Jover <guillem@debian.org>  Sat, 24 Sep 2005 18:49:16 +0300

directfb (0.9.22-6) unstable; urgency=low

  * Add ppc64 to the libsys-fs Build-Depends architecture. (Closes: #326041)
  * Fix type clashing on amd64 by including 'dfb_types.h' instead of
    'asm/types.h'. (Closes: #316277)
    - debian/patches/13_linux_types.patch: Reordered by renaming to ...
    - debian/patches/30_linux_types.patch: ... this.
    Thanks to Andreas Jochens <aj@andaco.de> for the initial patch.
  * Update LGPL to 2.1 and fix FSF address in debian/copyright.

 -- Guillem Jover <guillem@debian.org>  Sat, 10 Sep 2005 04:31:13 +0300

directfb (0.9.22-5) unstable; urgency=low

  * Update watch file to version 3 (no changes needed).
  * Fix multiple declaration of C integer types on amd64. The proper fix
    is to stop using internal kernel types, though. (Closes: #316277)

 -- Guillem Jover <guillem@debian.org>  Sat, 16 Jul 2005 04:55:01 +0300

directfb (0.9.22-4) unstable; urgency=low

  * Add missing libtool to the Build-Depends. (Closes: #315772)

 -- Guillem Jover <guillem@debian.org>  Tue, 28 Jun 2005 02:38:08 +0300

directfb (0.9.22-3) unstable; urgency=low

  * Enable static libraries for real.
    Thanks to Otavio Salvador <otavio@debian.org> for noticing.
  * Now using Standards-Version 3.6.2 (no changes needed).
  * Fix link dependencies for plugins.
    Thanks to Colin Watson <cjwatson@debian.org> for the initial patch,
    afterwards completed.
  * Build the ATI Rage 128 driver by default.
  * Enable Video4Linux 2.
  * Enable additional WM module (unique).

 -- Guillem Jover <guillem@debian.org>  Wed, 22 Jun 2005 03:43:12 +0300

directfb (0.9.22-2) experimental; urgency=low

  * Add Build-Depends for automake1.9. (Closes: #311174)
  * Add static libraries. (Closes: #304983)
  * Add all programs to libdirectfb-bin.
  * Make Build-Depends on libsysfs-dev linux specific.
  * Remove dirs files.
  * Clean debian/rules.
    - Do not use stamp files for build targets.
    - Merge install targets.
    - Make binary-arch target only call install.
  * Clean debian/control:
    - Reorder and indentation changes.
    - Remove obsolete Conflicts and Replaces lines.
  * Share the doc dir among packages.

 -- Guillem Jover <guillem@debian.org>  Sat, 18 Jun 2005 22:58:16 +0300

directfb (0.9.22-1) experimental; urgency=low

  * New upstream release. (Closes: #287989, #298070)
    - Builds with gcc-4.0. (Closes: #305522)
    - 20_matrox.patch: Removed, integrated upstream.
    - 24_matrox_sysfs.patch: Likewise.
    - 22_videodev.patch: Resync. Rename header files.
    - 23_linux_fb.h.patch: Likewise. Rename to ...
    - 23_fbdev.patch: ... this.
  * Fix several build failures:
    - 11_syscall.patch: Use syscall() instead of _syscall0.
      _syscall0 isn't supported on ia64.
    - 10_linux_config.h.patch: Do not rely on linux/config.h. The values
      in it almost certainly don't match the running kernel.
    - 12_remove_sys_io.h.patch: Remove unneeded unconditonal <sys/io.h>.
    Thanks to Jeff Bailey <jbailey@ubuntu.com>.
  * Drop broken-by-design libdirectfb-udeb-dev package. Use libdirectfb-dev
    instead. Thanks to Colin Watson <cjwatson@debian.org>.
  * Use debhelper 4.2 udeb support.

 -- Guillem Jover <guillem@debian.org>  Fri, 27 May 2005 23:33:39 +0300

directfb (0.9.20-5) unstable; urgency=low

  * Fix Subversion repository address.
  * Add sysfs support to the matrox gxfdriver. (Closes: #280986)
    Thanks to Mark Bergsma <mark@nedworks.org>.

 -- Guillem Jover <guillem@debian.org>  Mon, 31 Jan 2005 08:22:09 +0100

directfb (0.9.20-4) unstable; urgency=medium

  * Fix FTBFS on GNU/Linux systems that does not have <sys/io.h>.
    - 23_linux_fb.h.patch: Add missing check for <sys/io.h> to enable the
      savage3d driver build. (Closes: #267818)
  * Added missing man page for directfb-config.

 -- Guillem Jover <guillem@debian.org>  Mon, 30 Aug 2004 09:45:04 +0200

directfb (0.9.20-3) unstable; urgency=medium

  * Update Depends from libpng3-dev to the renamed package libpng12-dev.
    (Closes: #263092)
  * Fix FTBFS on GNU/Linux systems that does not have <sys/io.h>.
    - 23_linux_fb.h.patch: Revert the accidental removal of the have_sysio
      check. (Closes: #267818)
  * Only install fb_linux.h on GNU/Linux systems.
  * Added Depends on libc6-dev | libc-dev.

 -- Guillem Jover <guillem@debian.org>  Sat, 28 Aug 2004 14:11:47 +0200

directfb (0.9.20-2) unstable; urgency=low

  * Update debian/patch.mk, provide a patch target.
  * Do not wrap Build-Depends.
  * Cleaned debian/rules.
  * Use License: instead of missplaced Copyright: on debian/copyright.
  * Updated patches:
    - 21_i810.patch: Removed, it was fixed upstream.
    - 22_videdev.patch: Add videodev2.h, and sync with linux kernel 2.6.6.
    - 23_linux_fb.h.patch: Include <linux/fb.h> into the source, patched to
      support the Savage board.
  * Remove unneeded Build-Depends on xlibs-dev.
  * Update Build-Depends from libpng3-dev to the renamed package libpng12-dev.
    (Closes: #263092)
  * Added the location of the Subversion repo used for the packages.
  * Added Section to the source package.

 -- Guillem Jover <guillem@debian.org>  Wed, 18 Aug 2004 18:24:39 +0200

directfb (0.9.20-1) unstable; urgency=low

  * New Upstream Release. (Closes: #220508)
    - 21_i810.patch: Removed DSPF_RGB24 correction fixed upstream.

 -- Guillem Jover <guillem@debian.org>  Tue, 20 Jan 2004 09:31:37 +0100

directfb (0.9.19-2) unstable; urgency=low

  * New Maintainer.
  * Added a watch file.
  * Moved DH_COMPAT to the compat file
  * Switched to debhelper compatibilty level 4.
  * Changed -dev packages Section to libdevel.
  * Moved SDL and FreeType plugins to the -extra package.
  * Removed libflash-dev from dependencies as there is no flash video
    provider.
  * Added debian/patches fixing build failures due to the new
    linux-kernel-headers: (Closes: #220338)
    - 20_matrox.patch
    - 21_i810.patch
    - 22_videodev.patch
  * Added debian/patch.mk.
  * Now using Standards-Version 3.6.1.

 -- Guillem Jover <guillem@debian.org>  Thu, 13 Nov 2003 15:26:05 +0100

directfb (0.9.19-1) unstable; urgency=low

  * New upstream release

 -- Fredrik Hallenberg <hallon@debian.org>  Wed,  6 Aug 2003 20:15:25 +0200

directfb (0.9.18-1) unstable; urgency=low

  * New upstream release

 -- Fredrik Hallenberg <hallon@debian.org>  Tue,  3 Jun 2003 20:52:06 +0200

directfb (0.9.17-2) unstable; urgency=low

  * Added xlibs-dev to build-depends (closes: #187677)

 -- Fredrik Hallenberg <hallon@debian.org>  Sun,  6 Apr 2003 08:33:49 +0200

directfb (0.9.17-1) unstable; urgency=low

  * New upstream release (closes: #185955)

 -- Fredrik Hallenberg <hallon@debian.org>  Sun, 23 Mar 2003 13:22:12 +0100

directfb (0.9.16-1) unstable; urgency=low

  * New upstream release

 -- Fredrik Hallenberg <hallon@debian.org>  Thu, 30 Jan 2003 18:40:20 +0100

directfb (0.9.15-3) unstable; urgency=low

  * Make libdirectfb-extra package to reduce dependencies on main package.
    Compile with avifile and libmpeg3.

 -- Fredrik Hallenberg <hallon@debian.org>  Sat, 25 Jan 2003 12:51:23 +0100

directfb (0.9.15-2) unstable; urgency=low

  * Make directfb-udeb package

 -- Fredrik Hallenberg <hallon@debian.org>  Thu,  2 Jan 2003 19:31:36 +0100

directfb (0.9.15-1) unstable; urgency=low

  * New upstream release

 -- Fredrik Hallenberg <hallon@debian.org>  Sat, 14 Dec 2002 17:24:26 +0100

directfb (0.9.13-1) unstable; urgency=low

  * New upstream release (closes: #158466)

 -- Fredrik Hallenberg <hallon@debian.org>  Sat,  5 Oct 2002 14:52:51 +0200

directfb (0.9.12-1) unstable; urgency=low

  * New upstream release (closes: #153450)
  * Build-depend on libpng3-dev instead of libpng-dev (closes: #154231)

 -- Fredrik Hallenberg <hallon@debian.org>  Thu, 25 Jul 2002 20:17:06 +0200

directfb (0.9.11-1) unstable; urgency=low

  * New upstream release (thanks mechanix@debian.org)
  * Add libflash-dev to Build-Depends:.
  * Build using libpng-dev instead of libpng2-dev. (Closes: #146979)
  * Make -dev package conflict with libdirectfb8 package. (Closes: #149146)
  * Change package name to libdirectfb-0.9

 -- Fredrik Hallenberg <hallon@debian.org>  Thu,  6 Jun 2002 18:37:48 +0200

directfb (0.9.10-2) unstable; urgency=low

  * New release to fix some build problems

 -- Fredrik Hallenberg <hallon@debian.org>  Fri, 10 May 2002 18:18:07 +0200

directfb (0.9.10-1) unstable; urgency=low

  * New upstream release
  * Added dependency on libpng2-dev (closes: #143906)
  * Moved pkgconfig stuff to dev package.
  * Patched data and lib dirs to not conflicts with old packages.

 -- Fredrik Hallenberg <hallon@debian.org>  Tue, 23 Apr 2002 22:03:11 +0200

directfb (0.9.9-1) unstable; urgency=low

  * New upstream release

 -- Fredrik Hallenberg <hallon@debian.org>  Tue, 12 Mar 2002 20:37:06 +0100

directfb (0.9.8-2) unstable; urgency=low

  * Change package name according to policy.

 -- Fredrik Hallenberg <hallon@debian.org>  Sat,  2 Feb 2002 00:11:37 +0100

directfb (0.9.8-1) unstable; urgency=low

  * New upstream release. The examples are in a separate tarball now, I
    will make a new example package soon.

 -- Fredrik Hallenberg <hallon@debian.org>  Tue, 15 Jan 2002 20:14:32 +0100

directfb (0.9.7-1) unstable; urgency=low

  * New upstream release

 -- Fredrik Hallenberg <hallon@debian.org>  Sat,  8 Dec 2001 22:28:45 +0100

directfb (0.9.6-1) unstable; urgency=low

  * New upstream release

 -- Fredrik Hallenberg <hallon@debian.org>  Sun, 21 Oct 2001 18:42:36 +0200

directfb (0.9.5-2) unstable; urgency=low

  * Removed build-depend on libc6-dev (closes: #116150)

 -- Fredrik Hallenberg <hallon@debian.org>  Sat, 20 Oct 2001 17:39:54 +0200

directfb (0.9.5-1) unstable; urgency=low

  * New upstream release

 -- Fredrik Hallenberg <hallon@debian.org>  Sun, 23 Sep 2001 12:01:04 +0200

directfb (0.9.4-1) unstable; urgency=low

  * New upstream release

 -- Fredrik Hallenberg <hallon@debian.org>  Sun,  8 Jul 2001 21:01:28 +0200

directfb (0.9.3-1) unstable; urgency=low

  * New upstream release (closes: #100537)

 -- Fredrik Hallenberg <hallon@debian.org>  Sun, 17 Jun 2001 18:20:22 +0200

directfb (0.9.2-2) unstable; urgency=low

  * Removed signal handler for SIGSTKFLT as it is not available on
    all architectures. Should be harmless. (closes: #100180)

 -- Fredrik Hallenberg <hallon@debian.org>  Sat,  9 Jun 2001 23:38:53 +0200

directfb (0.9.2-1) unstable; urgency=low

  * New upstream release
  * Added build-depend on libc6-dev to ensure that recent linux/fb.h is
    included (closes: #96171)

 -- Fredrik Hallenberg <hallon@debian.org>  Sun,  3 Jun 2001 21:43:54 +0200

directfb (0.9.0-2) unstable; urgency=low

  * Forgot build-depends (closes: #95038, #95098)

 -- Fredrik Hallenberg <hallon@debian.org>  Tue, 24 Apr 2001 21:55:54 +0200

directfb (0.9.0-1) unstable; urgency=low

  * Initial Release.

 -- Fredrik Hallenberg <hallon@debian.org>  Tue, 17 Apr 2001 15:28:35 +0200
