2009
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
2008
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-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
2007
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-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-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
2006
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.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
2005
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