Change logs for directfb source package in Edgy

  • directfb (0.9.24-4ubuntu4) edgy; urgency=low
    
      * Correct fix for build failure.
    
     -- Ben Collins <email address hidden>   Fri, 13 Oct 2006 10:26:04 -0400
  • directfb (0.9.24-4ubuntu3) edgy; urgency=low
    
      * i830: Include sys/types.h before linux/agpgart.h to get all typedefs
        needed to compile. Fixes FTBFS.
    
     -- Ben Collins <email address hidden>   Fri, 13 Oct 2006 09:34:59 -0400
  • directfb (0.9.24-4ubuntu2) edgy; urgency=low
    
      * Stop including asm/page.h, which is generally broken and/or confused
        on powerpc and ia64, and sysconf(_SC_PAGESIZE) works just fine.
      * If your userspace app needs to include linux/compiler.h to work, you
        have problems I can't help you with.  This one, thankfully, didn't.
    
     -- Adam Conrad <email address hidden>   Fri, 13 Oct 2006 17:32:58 +1000
  • directfb (0.9.24-4ubuntu1) edgy; urgency=low
    
      * debian/control: Remove libmpeg3-dev build-dependency and dependency to
        keep jdub out of the jail.
    
     -- Martin Pitt <email address hidden>   Mon,  3 Jul 2006 13:31:47 +0200
  • 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.
    
    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 <email address hidden>.
      * Fix missing libsysfs when statically linking.
        - debian/patches/03_link_static_sysfs.patch: New file.
    
    directfb (0.9.24-2) unstable; urgency=low
    
      * Upload to unstable.
    
    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).
      * Fix bold and italic use in directfb-config manpage.
    
    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 <email address hidden>.
      * Drop SDL support, as it is creating a cyclic Build-Dependency loop.
        (Closes: #354839)
    
     -- Michael Vogt <email address hidden>   Wed,  28 Jun 2006 12:32:19 +0100
  • directfb (0.9.22-8ubuntu2) dapper; urgency=low
    
    
      * Add debian/patches/31_libsysfs2.patch: Small fixup for new libsysfs2 API.
      * debian/control: Bump libsysfs-dev dependency to >= 2.0.
    
     -- Martin Pitt <email address hidden>  Mon, 19 Dec 2005 10:29:09 +0100