libaio (0.3.109-1ubuntu2) oneiric; urgency=low

  * Fix unused variable causing build failure with GCC 4.6 (LP: #829465).

 -- Colin Watson <cjwatson@ubuntu.com>  Mon, 22 Aug 2011 13:58:07 +0100

libaio (0.3.109-1ubuntu1) oneiric; urgency=low

  * Merge with Debian; remaining changes:
    - Set package priority to optional.
    - debian/patches/90_ppc-name-clashing.patch: Avoid name clashing.
    - debian/patches/91_ubuntu_arches.patch: More Ubuntu arches support.
    (forwarded to debian as bug #588112)
    - Build for ppc64.
    - Take CFLAGS from the environment.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 27 May 2011 13:53:51 +0200

libaio (0.3.109-1) unstable; urgency=low

  * New upstream release.
    - Refresh patches.
  * Switch to source format “3.0 (quilt)”:
    - Remove quilt from Build-Depends.
    - Remove quilt.make include from debian/rules.
    - Remove patch and unpatch targets from debian/rules.
    - Remove now unneeded debian/README.source.
  * Update watch file to point to the new upstream URL at kernel.org.
  * Now using Standards-Version 3.9.1 (no changes needed).
  * Add missing ${misc:Depends} to eveyr package Depends fields.
  * Switch Architecture field list to just linux-any, and although the
    code will not automatically support new Linux architectures, as it
    will miss the syscall-<arch>.h header support among others, it just
    needs to be ported, and this way it's easier to spot. This implicitly
    adds amrhf support. (Closes: #596996)
  * Add a Homepage field. (Closes: #566338)

 -- Guillem Jover <guillem@debian.org>  Sun, 27 Feb 2011 05:22:27 +0100

libaio (0.3.107-7ubuntu2) natty; urgency=low

  * Build for ppc64.
  * Take CFLAGS from the environment.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 15 Mar 2011 22:51:19 +0000

libaio (0.3.107-7ubuntu1) maverick; urgency=low

  * Merge from Debian unstable. (LP: #601700). Remaining changes:
    - Set package priority to optional.
    - debian/patches/90_ppc-name-clashing.patch: Avoid name clashing.
    - debian/patches/91_ubuntu_arches.patch: More Ubuntu arches support.
    (forwarded to debian as bug #588112)
  * Dropped changes:
    - libaio1: Add conflicts and replaces.
    - Build packages on lpia as well - we no longer support lpia

 -- Stefano Rivera <stefanor@ubuntu.com>  Sun, 04 Jul 2010 23:59:37 +0200

libaio (0.3.107-7) unstable; urgency=low

  * Add support for sh3 and sh4. (Closes: #535288)
    Thanks to Nobuhiro Iwamatsu <iwamatsu@nigauri.org>.
  * Now using Standards-Version 3.8.3 (no changes needed).

 -- Guillem Jover <guillem@debian.org>  Thu, 10 Sep 2009 13:02:34 +0200

libaio (0.3.107-6) unstable; urgency=low

  * Workaround debhelper compat v7 bug (#534565) in dh_install which makes
    files end up under /debian/tmp/ in the binary package, by not passing
    --sourcedir to dh_install. (Closes: #533359, #532644)
  * Pass -s to arch dependent debhelper commands.
  * Now using Standards-Version 3.8.2 (no changes needed).

 -- Guillem Jover <guillem@debian.org>  Thu, 25 Jun 2009 14:11:25 +0200

libaio (0.3.107-5) unstable; urgency=low

  * Change libaio1-dbg section to debug.
  * Fix build failure in test suite on non-i386 32 bit architectures.
  * Fix man pages errors and warnings.

 -- Guillem Jover <guillem@debian.org>  Wed, 10 Jun 2009 06:09:52 +0200

libaio (0.3.107-4) unstable; urgency=low

  * Switch to debhelper compatibility level 7.
  * Use dh_prep instead of “dh_clean -k”.
  * Remove libaio1.dirs, unneeded due to dh_lintian taking care of it.
  * Run the test suite on all architectures and not only on i386.
  * Now using Standards-Version 3.8.1 (no changes needed).
  * Switch the upstream repository reference from CVS to git.

 -- Guillem Jover <guillem@debian.org>  Mon, 08 Jun 2009 19:40:54 +0200

libaio (0.3.107-3ubuntu2) lucid; urgency=low

  * rebuild rest of main for armel armv7/thumb2 optimization;
    UbuntuSpec:mobile-lucid-arm-gcc-v7-thumb2

 -- Alexander Sack <asac@ubuntu.com>  Sat, 06 Mar 2010 13:30:26 +0100

libaio (0.3.107-3ubuntu1) jaunty; urgency=low

  * Merge from debian unstable, remaining changes: (LP: #309350)
    - Set package priority to optional.
    - libaio1: Add conflicts and replaces.
    - Build packages on lpia as well.
    - debian/patches/90_ppc-name-clashing.patch: Avoid name clashing.
    - debian/patches/91_ubuntu_arches.patch: More Ubuntu arches support.
  * debian/rules:
    - lpia is a specialized i386, so lets run the test suite there
    
 -- Michael Casadevall <sonicmctails@gmail.com>  Thu, 18 Dec 2008 08:22:28 -0500

libaio (0.3.107-3) unstable; urgency=low

  * Fix the Vcs-Git URL.
  * Remove XB- from the Package-Type field.
  * Fix watch file URL. (Closes: #502884)
    Thanks to Jiří Paleček <jpalecek@web.de>.

 -- Guillem Jover <guillem@debian.org>  Mon, 20 Oct 2008 20:36:43 +0300

libaio (0.3.107-2) unstable; urgency=low

  * Only run the test suite on i386 as it has not been ported for other
    architectures. (Closes: #488812)
  * Use $(filter ...) instead of $(findstring ...) to extract space separated
    options from DEB_BUILD_OPTIONS in debian/rules.
  * Do not check for the existence of the Makefile on clean, it's always
    there.
  * Switch to use dh_lintian instead of manually installing the overrides.
    - Bump the versioned debhelper Build-Depends to 6.0.7.

 -- Guillem Jover <guillem@debian.org>  Wed, 09 Jul 2008 05:32:30 +0300

libaio (0.3.107-1ubuntu1) intrepid; urgency=low

  * Merge from debian unstable, remaining changes:
    - Set package priority to optional.
    - libaio1: Add conflicts and replaces.
    - Build packages on lpia as well.
    - debian/patches/90_ppc-name-clashing.patch: Avoid name clashing.
    - debian/patches/91_ubuntu_arches.patch: More Ubuntu arches support.
    - Move Vcs-* fields to XS-Original-Vcs-* ditto.

 -- Soren Hansen <soren@ubuntu.com>  Wed, 25 Jun 2008 18:56:08 +0200

libaio (0.3.107-1) unstable; urgency=low

  * New upstream release.
  * Run the test suite on install, and support nocheck DEB_BUILD_OPTIONS
    to disable it.

 -- Guillem Jover <guillem@debian.org>  Tue, 24 Jun 2008 09:03:54 +0300

libaio (0.3.106-9) unstable; urgency=low

  * Fix misspelled words (linux -> Linux and aio -> AIO).
  * Update packaging Vcs fields to the new URL.
  * Improve debian/copyright:
    - Change 'Copyright Holder' to 'Copyright Holders'.
    - Use UTF-8 copyright sign.
    - Update upstream download url.
    - Refer to LGPL-2.1 from common-licenses instead of just LGPL.
  * Add a debian/README.source file.
  * Now using Standards-Version 3.8.0.
  * Refresh patches with -pab. (Closes: #484962)
  * Update watch file URL. (Closes: #450017)

 -- Guillem Jover <guillem@debian.org>  Sun, 22 Jun 2008 07:42:52 +0300

libaio (0.3.106-8ubuntu1) hardy; urgency=low

  * Merge from debian unstable, remaining changes:
    - Set package priority to optional.
    - libaio1: Add conflicts and replaces.
    - Build packages on lpia as well.
    - debian/patches/90_ppc-name-clashing.patch: Avoid name clashing.
    - debian/patches/91_ubuntu_arches.patch: More Ubuntu arches support.
    - DebianMaintainerField.
  * Move Vcs-* fields to XSBC-Original-Vcs-* ditto.

 -- Soren Hansen <soren@ubuntu.com>  Tue, 11 Dec 2007 15:52:47 +0100

libaio (0.3.106-8) unstable; urgency=low

  * Install shared library under /lib, needed by multipath binaries which
    reside under /sbin. (Closes: #441244)
    - debian/patches/02_libdevdir.patch: New file.
  * Add a debugging symbols library package.
  * Add Vcs-Browser and Vcs-Git fields.

 -- Guillem Jover <guillem@debian.org>  Tue, 11 Sep 2007 04:29:22 +0300

libaio (0.3.106-7) unstable; urgency=low

  * Add a new library udeb needed for multipath support. (Closes: #440320)

 -- Guillem Jover <guillem@debian.org>  Thu, 06 Sep 2007 03:11:08 +0300

libaio (0.3.106-6) unstable; urgency=low

  * Link against libgcc to avoid unresolved symbols on at least hppa.
    - debian/01_link_libgcc.patch: New file.
    Thanks to Steve Langasek <vorlon@debian.org> for the analysis.
  * Add shlibs:Depends substvar back into libaio1 Depends, since we link
    against an external library now (although it might not be used on any
    architecture).

 -- Guillem Jover <guillem@debian.org>  Mon, 06 Aug 2007 04:50:18 +0300

libaio (0.3.106-5ubuntu2) gutsy; urgency=low

  * Build packages on lpia as well.

 -- Adam Conrad <adconrad@ubuntu.com>  Thu, 16 Aug 2007 21:28:32 +1000

libaio (0.3.106-5ubuntu1) gutsy; urgency=low

  * Merge with Debian; remaining changes:
    - Set package priority to optional.
    - libaio1: Add depends, conflicts, replaces.
    - debian/patches/90_ppc-name-clashing.patch: Avoid name clashing.
    - debian/patches/91_ubuntu_arches.patch: More Ubuntu arches support.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 20 Jul 2007 11:17:40 +0200

libaio (0.3.106-5) unstable; urgency=low

  * Do not ignore 'make clean' errors on clean.
  * Support build-arch and build-indep in debian/rules:
    - Rename install to install-arch.
    - Rename build to build-arch.
    - Add an empty build target that depends on build-arch and build-indep.
  * Switch directory variables to simply expanded ones in debian/rules.
  * Use binary:Version instead of the deprecated Source-Version substvar.
  * Remove Tag field as it does not seem to make much sense to include it
    in the packages.

 -- Guillem Jover <guillem@debian.org>  Tue, 17 Jul 2007 09:19:26 +0300

libaio (0.3.106-4ubuntu1) gutsy; urgency=low

  * Merge with Debian, including all changes left out in earlier merges;
    remaining changes:
    - Set package priority to optional.
    - libaio1: Add depends, conflicts, replaces.
    - debian/patches/90_ppc-name-clashing.patch: Avoid name clashing.
    - debian/patches/91_ubuntu_arches.patch: More Ubuntu arches support.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 24 May 2007 10:52:08 +0200

libaio (0.3.106-4) unstable; urgency=low

  * Add armeb and armel to the Architecture fields.

 -- Guillem Jover <guillem@debian.org>  Fri, 19 Jan 2007 06:48:26 +0200

libaio (0.3.106-3ubuntu2) feisty; urgency=low

  * Rebuild for changes in the amd64 toolchain.
  * Set Ubuntu maintainer address.

 -- Matthias Klose <doko@ubuntu.com>  Mon,  5 Mar 2007 01:19:47 +0000

libaio (0.3.106-3ubuntu1) feisty; urgency=low

  * Merge parisc support from debian sid.
  * Drop all the other debian changes.

 -- Fabio M. Di Nitto <fabbione@ubuntu.com>  Tue, 14 Nov 2006 17:33:32 -0800

libaio (0.3.106-3) unstable; urgency=low

  * Fix a typo in the arm io_syscall5 macro, making the library end up
    with unresolvable symbols. (Closes: #393156)
    Thanks to Marcin Juszkiewicz <debian-bugs@hrw.one.pl>.

 -- Guillem Jover <guillem@debian.org>  Mon, 16 Oct 2006 10:44:02 +0300

libaio (0.3.106-2) unstable; urgency=low

  * Use quilt for patching:
    - Add new debian/patches/series file.
    - Add Build-Depends on 'quilt (>= 0.40)'.
    - Include quilt.make from debian/rules.
  * Add support for arm, hppa, m68k, mips, mipsel and sparc. Those have yet
    to be tested with the harness test suite and pass it.
  * Add a Tag: field to all binary packages.

 -- Guillem Jover <guillem@debian.org>  Tue, 19 Sep 2006 00:48:10 +0300

libaio (0.3.106-1) unstable; urgency=low

  * New Upstream Release. (Closes: #384268)
    - Fix .endp being outside of procedure on ia64 with new binutils.
      (Closes: #385373)

 -- Guillem Jover <guillem@debian.org>  Fri,  1 Sep 2006 05:51:36 +0300

libaio (0.3.106-0ubuntu1) edgy; urgency=low

  * New upstream release.

 -- Fabio M. Di Nitto <fabbione@ubuntu.com>  Wed, 12 Jul 2006 10:48:45 +0200

libaio (0.3.104-2) unstable; urgency=low

  * New Maintainer.
  * Provide a new binary package libaio-dev, with the static library
    the .so symlink and the manpages. (Closes: #318795)
  * Add debian/libaio-dev.install.
  * Add debian/libaio-dev.manpages.
  * Rename the binary package libaio to libaio1 to match the soname, no
    transition package as no one depends on it.
  * Rename debian/lintian.override to debian/libaio1.lintian.
  * Remove shlib-missing-in-control-file lintian override as we provide
    now the shlibs file.
  * Only put "usr/share/lintian/override" in libaio1.dirs.
  * Remove temporal debhelper leftover files:
    - debian/libaio-0.3.104.postinst.debhelper
    - debian/libaio-0.3.104.postrm.debhelper
  * Add amd64 to the Architecture fields. (Closes: #335352)
  * Switch to debhelper compat level 5.
  * Now using Standards-Version 3.7.2.
  * Change Priority from optional to extra.
  * Specify in the package description that this library is for Linux.
  * Remove unneeded debian/dirs file.
  * Remove debian/debianize.patch, we actually want the .so symlink
    and the .a library when doing "make install".
  * Clean up debian/rules:
    - Do not use stamp files.
    - Remove unused comments.
    - Remove unused configure target.
    - Do not pass DESTDIR to make as it is not using it.
  * Complete debian/copyright:
    - Add copyright holder information.
    - Add the LGPL license snippet.
    - Specify a download url which actually works.
  * Add a watch file.

 -- Guillem Jover <guillem@debian.org>  Thu, 24 Aug 2006 05:45:36 +0300

libaio (0.3.104-1ubuntu6) dapper; urgency=low

  The "MOMMY MOMMY! David scares the hell out of me!" release.

  * Add support for sparc and sparc64.

  Thanks to David S. Miller for an 11KB asm patch that he
  wrote/tested/smashed in LESS than 8 minutes! (including
  the MTA times to deliver to my inbox.. go figure).

 -- Fabio M. Di Nitto <fabbione@ubuntu.com>  Thu, 02 Mar 2006 09:40:20 +0100

libaio (0.3.104-1ubuntu5) dapper; urgency=low

  * Ship libaio1.shlibs. Thanks Kyle for noticing it!

 -- Fabio M. Di Nitto <fabbione@ubuntu.com>  Wed, 04 Jan 2006 07:25:25 +0100

libaio (0.3.104-1ubuntu4) breezy; urgency=low

  * Apply patch from upstream CVS to fix FTBFS on ia64.

 -- Fabio M. Di Nitto <fabbione@ubuntu.com>  Tue, 16 Aug 2005 13:27:56 +0200

libaio (0.3.104-1ubuntu3) breezy; urgency=low

  * Apply patch to syscall-ppc.h to avoid name clashing.
    (Thanks to Christoph Hellwig)

 -- Fabio M. Di Nitto <fabbione@ubuntu.com>  Tue, 16 Aug 2005 11:35:27 +0200

libaio (0.3.104-1ubuntu2) breezy; urgency=low

  * Switch to Architecture: any.

 -- Fabio M. Di Nitto <fabbione@ubuntu.com>  Tue, 26 Jul 2005 05:59:06 +0200

libaio (0.3.104-1ubuntu1) breezy; urgency=low

  * Package cleanup:
    - Bump compat to version 4.
    - Split libaio in libaio1 and libaio-dev (Policy compliant).
    - Make libaio1 C/R/P with libaio (Due to package renaming).
    - Make libaio1 Depends: ${shlibs:Depends}
    - Remove unneeded debian/debianize.patch.
    - Update debian/* to reflect package split up.
    - Remove debian/ leftovers.
    - Do not install lintian overrides (package is lintian clean).
    - Patch src/Makefile to make the library shared.

 -- Fabio M. Di Nitto <fabbione@ubuntu.com>  Mon, 25 Jul 2005 15:10:11 +0200

libaio (0.3.104-1) unstable; urgency=low

  * Initial Release.

 -- William Lee Irwin III <wli@holomorphy.com>  Fri, 22 Apr 2005 14:49:28 -0700
