freebsd-libs (9.2+ds2-4) unstable; urgency=medium

  * Fix shlibs info in libusb3-udeb. (Closes: #736599)

 -- Robert Millan <rmh@debian.org>  Sat, 25 Jan 2014 22:45:34 +0100

freebsd-libs (9.2+ds2-3) unstable; urgency=low

  * libkvm6_abi_update.diff, libusb3_abi_update.diff: Cherry-pick ABI
    changes from stable/10 branch.
  * Bump SONAME in libkvm and libusb.

 -- Robert Millan <rmh@debian.org>  Mon, 20 Jan 2014 16:34:51 +0100

freebsd-libs (9.2+ds2-2) unstable; urgency=low

  * Upload to unstable.

 -- Robert Millan <rmh@debian.org>  Sun, 01 Dec 2013 12:46:21 +0100

freebsd-libs (9.2+ds2-1) experimental; urgency=low

  * Add libutil.

 -- Robert Millan <rmh@debian.org>  Sat, 30 Nov 2013 13:10:29 +0100

freebsd-libs (9.2+ds1-8) unstable; urgency=low

  * Simplify 04_libkvm.diff even further.
  * Remove gratuitous header dependencies.
  * Remove 07_libkiconv.diff (obsolete).

 -- Robert Millan <rmh@debian.org>  Sat, 30 Nov 2013 13:02:31 +0100

freebsd-libs (9.2+ds1-7) unstable; urgency=high

  * Remove unnecessary bits from 04_libkvm.diff and 12_usb.diff.
  * Re-add libbsd_nlist.diff. It is still required when using kvm.h in
    an external package.  (Closes: #729536)

 -- Robert Millan <rmh@debian.org>  Thu, 14 Nov 2013 19:55:53 +0100

freebsd-libs (9.2+ds1-6) unstable; urgency=low

  * Bump freebsd-glue Build-Depends on 0.1.14.

 -- Robert Millan <rmh@debian.org>  Wed, 30 Oct 2013 12:34:38 +0100

freebsd-libs (9.2+ds1-5) unstable; urgency=low

  * Fix libelf/libdwarf buildability on GNU/Linux.

 -- Robert Millan <rmh@debian.org>  Mon, 28 Oct 2013 23:11:54 +0100

freebsd-libs (9.2+ds1-4) unstable; urgency=low

  * Exclude libelf and libdwarf from debian/rules as well...

 -- Robert Millan <rmh@debian.org>  Mon, 28 Oct 2013 01:43:54 +0100

freebsd-libs (9.2+ds1-3) unstable; urgency=low

  * Make libelf and libdwarf kfreebsd-any.

 -- Robert Millan <rmh@debian.org>  Sun, 27 Oct 2013 23:52:33 +0100

freebsd-libs (9.2+ds1-2) unstable; urgency=low

  [ Guillem Jover ]
  * Remove myself from Uploaders.

  [ Robert Millan ]
  * Fix description for libelf packages.

 -- Robert Millan <rmh@debian.org>  Sun, 27 Oct 2013 22:39:49 +0100

freebsd-libs (9.2+ds1-1) experimental; urgency=low

  * Add libelf and libdwarf, this time changing the SONAME to avoid namespace
    collisions.
  * kvm_size_t_kludge.diff: Use <stddef.h> instead of unportably relying
    on private type names.
  * Remove libbsd_nlist.diff (obsolete).

 -- Robert Millan <rmh@debian.org>  Wed, 09 Oct 2013 23:21:11 +0200

freebsd-libs (9.2-1) unstable; urgency=low

  * New upstream release.
    - Refresh all patches.
    - Remove preserve_libkvm_abi.diff and no_kvm_uread_in_freebsd10.diff
      (obsoleted by kvm_uread() re-addition in stable/9).
    - Update symbols in libsbu6, libcam6 and libusb2debian.

  [ Guillem Jover ]
  * Create $(DESTDIR) on install-indep, otherwise dh_install with
    --list-missing is unhappy (arguably a bug in debhelper).

 -- Robert Millan <rmh@debian.org>  Wed, 02 Oct 2013 23:28:58 +0200

freebsd-libs (9.1+ds1-3) unstable; urgency=low

  [ Petr Salinger ]
  * extend cdefs_macros.diff in libusb.h part
  * libusb really needs libbsd

  [ Guillem Jover ]
  * Switch to canonical Vcs URLs.
  * Add build-indep and build-arch debian/rules targets:
    - Rename BUILD_TARGETS to BUILD_ARCH_TARGETS.
    - Rename build to build-arch and install to install-arch targets.
    - Add empty build-indep target.
    - Add build target depending on build-indep and build-arch.
    - Split install into install-indep and install-arch targets.
    - Switch binary-indep and binary-arch to depend on install-indep and
      install-arch targets respectively.
  * Now using Standards-Version 3.9.4.
  * Add missing old symbols to libkvm0 and libsbuf6 symbols files.
  * Add missing kvm_dpcpu_setcpu(3) man page to libkvm-dev.

 -- Guillem Jover <guillem@debian.org>  Thu, 25 Jul 2013 17:04:34 +0200

freebsd-libs (9.1+ds1-2) unstable; urgency=low

  * Bump freebsd-glue B-D (for roundup2).

 -- Robert Millan <rmh@debian.org>  Tue, 16 Jul 2013 15:24:27 +0200

freebsd-libs (9.1+ds1-1) experimental; urgency=low

  * Temporarily remove libelf and libdwarf, until namespace issues are
    fixed.

 -- Robert Millan <rmh@debian.org>  Tue, 16 Jul 2013 12:17:26 +0200

freebsd-libs (9.1-1) experimental; urgency=low

  * New upstream release.
    - Sync all patches.
    - Enable __FreeBSD_version when building freebsd-libs sources.
    - preserve_libkvm_abi.diff (and no_kvm_uread_in_freebsd10.diff):
      Backport fix from upstream to preserve 9.0 ABI in libkvm.
    - missing_static_decl.diff: Fix for _libdwarf_errors being exported in
      libdwarf.
    - Acknowledge new symbols in libusbhid4debian, libelf-freebsd-1,
      libusb2debian and libcam6.

 -- Robert Millan <rmh@debian.org>  Thu, 11 Jul 2013 19:55:11 +0200

freebsd-libs (9.0+ds2-1) experimental; urgency=low

  * Add libelf and libdwarf.
  * Remove debian/patches/implicit-declaration (obsoleted by
    freebsd-glue 0.0.5).

 -- Robert Millan <rmh@debian.org>  Wed, 19 Jun 2013 21:49:43 +0200

freebsd-libs (9.0+ds1-4) unstable; urgency=low

  [ Christoph Egger ]
  * Upload to unstable

  [ Jeff Epler ]
  * Fix 'warning: implicit declaration of function 'reallocf'
    (and several other functions) (Closes: 685625)
  * Make that warning an error so that it does not pass silently
    in the future 

 -- Christoph Egger <christoph@debian.org>  Sat, 29 Dec 2012 15:49:19 -0800

freebsd-libs (9.0+ds1-3) unstable; urgency=low

  [ Robert Millan ]
  * 04_libkvm.diff: Remove struct loadavg kludge, B-D on libc0.1-dev (>=
    2.13-31) instead.
  * Fix a pair of typos in debian/control.
  * kvm_size_t_kludge.diff: Temporary kludge to define size_t (requires
    kfreebsd-kernel-headers >= 0.81).  (Closes: #673431)
  * Fix FTBFS with latest kfreebsd-kernel-headers.

  [ Guillem Jover ]
  * Remove Debian revisions from versions in libmemstat3, libsbuf6 and libcam6
    symbols files.

 -- Robert Millan <rmh@debian.org>  Fri, 25 May 2012 18:37:58 +0200

freebsd-libs (9.0+ds1-2) unstable; urgency=low

  * kvm.h: Use <bsd/nlist.h> rather than <nlist.h>. (Closes: #657772)
  * Remove redundant definitions of bsfq() and bsfl().
  * cdefs_macros.diff: Also fix __va_list in <sys/sbuf.h>.

 -- Robert Millan <rmh@debian.org>  Mon, 19 Mar 2012 22:31:50 +0100

freebsd-libs (9.0+ds1-1) unstable; urgency=low

  [ Jérémy Bobbio ]
  * Fix libnetgraph4 Description. (Closes: #658501)

  [ Robert Millan ]
  * libsbuf6.symbols: Remove sbuf_overflowed (it wasn't present in 9.0-1).
  * Remove all CAM kernel headers to ensure system-wide version is used
    instead.
  * Require kfreebsd-kernel-headers >= 0.73 (for sys/_stdint.h).
  * Require freebsd-buildutils >= 9.0-3. (Closes: #659913)

 -- Robert Millan <rmh@debian.org>  Wed, 15 Feb 2012 23:17:28 +0100

freebsd-libs (9.0-1) unstable; urgency=low

  * New upstream release.

 -- Robert Millan <rmh@debian.org>  Wed, 01 Feb 2012 21:25:30 +0100

freebsd-libs (8.3~svn229725-3) unstable; urgency=low

  * Remove 15_kkh_kludge.diff, depend on recent k-k-h instead.
  * cpumask_t.diff: Workaround for removal of cpumask_t in kfreebsd-9
    headers.
  * cdefs_macros.diff: Replace all use of BSDish cdefs macros that
    affect exported headers.  (Closes: #656562)

 -- Robert Millan <rmh@debian.org>  Sat, 21 Jan 2012 01:21:17 +0100

freebsd-libs (8.3~svn229725-2) unstable; urgency=low

  * Upload to unstable.

 -- Robert Millan <rmh@debian.org>  Sat, 14 Jan 2012 21:42:00 +0100

freebsd-libs (8.3~svn229725-1) experimental; urgency=low

  * New upstream snapshot.

 -- Robert Millan <rmh@debian.org>  Sun, 08 Jan 2012 18:42:53 +0100

freebsd-libs (8.2+ds2-2) unstable; urgency=low

  * Build-depend on libncurses5-dev (for libalias).
  * Fix undefined reference to ip_next. Thanks Christoph Egger.
    (Closes: #654581)

 -- Robert Millan <rmh@debian.org>  Sun, 08 Jan 2012 16:20:31 +0100

freebsd-libs (8.2+ds2-1) unstable; urgency=low

  * Add libalias, using patch from Christoph Egger with some adjustments.
    (Closes: #653193)

 -- Robert Millan <rmh@debian.org>  Sun, 01 Jan 2012 15:37:48 +0100

freebsd-libs (8.2+ds1-4) unstable; urgency=low

  * Include <stdint.h> in a few more headers that use uintxx_t types.
    (Closes: #634752)
  * Move libsbuf.so.0 to /lib (needed by /sbin/zfs and /sbin/zpool).
    (Closes: #637100)
  * Move libipx.so.2 to /lib (needed by ifconfig).

 -- Robert Millan <rmh@debian.org>  Mon, 08 Aug 2011 14:34:50 +0000

freebsd-libs (8.2+ds1-3) unstable; urgency=low

  * Remove hunk to include <sys/user.h> in subr_sbuf.c, as this breaks
    hurd-i386.
  * Replace 14_sbuf_page_size.diff with cherry-picked
    00_sbuf_page_size.diff from HEAD, which fixes the same problem
    differently.

 -- Robert Millan <rmh@debian.org>  Sun, 03 Jul 2011 19:03:40 +0200

freebsd-libs (8.2+ds1-2) unstable; urgency=low

  * Replace use of __aligned() in libusb.h and libusb20_desc.h.
    (Closes: #631544)
  * Build-Depend on libbsd-dev everywhere, not just [kfreebsd-any]
    (fixes FTBFS on non-kFreeBSD).
  * 14_sbuf_page_size.diff: PAGE_SIZE is not available on all
    platforms (fixes FTBFS on armel, ia64, powerpc, sparc).
  * Add myself to Uploaders.

 -- Robert Millan <rmh@debian.org>  Sun, 26 Jun 2011 17:53:53 +0200

freebsd-libs (8.2+ds1-1) unstable; urgency=low

  * Bump libgeom SOVERSION from 0 to 1 and rename package libgeom0 to
    libgeom1, due to ABI changes in ‘struct gprovider’. (Closes: #630107)
  * Add new libjail library packages. Based on a patch by Robert Millan.
    (Closes: #629521)
  * Update copyright holders and years in debian/copyright.
  * Integrate svn exports of single files into the main svn export loop.
  * Do not build profile libraries, which we don't use anyway.

 -- Guillem Jover <guillem@debian.org>  Wed, 15 Jun 2011 22:48:21 +0200

freebsd-libs (8.2-2) unstable; urgency=low

  * Switch to use the libbsd-overlay:
    - Bump libbsd-dev Build-Depends to (>= 0.3.0).
    - Add pkg-config to Build-Depends.
    - Remove some now obsolete porting code.
  * Remove ‘XC-’ prefix from Package-Type field.
  * Make <sys/sbuf.h> usable:
    - Change __va_list to va_list.
    - Include <sys/types.h> and <stdarg.h>.

 -- Guillem Jover <guillem@debian.org>  Wed, 08 Jun 2011 03:37:15 +0200

freebsd-libs (8.2-1) unstable; urgency=low

  [ Petr Salinger ]
  * Based on FreeBSD 8.2.

  [ Robert Millan ]
  * Build libsbuf-dev on non-kFreeBSD systems.  (Closes: #602766)

  [ Guillem Jover ]
  * Now using Standards-Version 3.9.2 (no changes needed).
  * Switch to source format “3.0 (quilt)”.
    - Remove quilt from Build-Depends.
    - Remove patch target in debian/rules.
    - Remove now unneeded README.source.
    - Refresh all patches.
  * Add myself to Uploaders.
  * Refactor source and tar name into SOURCE and TARNAME in debian/rules.
  * Line-wrap CFLAGS and PMAKE variables in debian/rules.
  * Intersperse Build-Depends description comments between the actual
    dependencies.
  * Set numeric user and group id to 0 for files in get-orig-source.
  * Add symbols files for all shared libraries.

 -- Guillem Jover <guillem@debian.org>  Tue, 07 Jun 2011 07:43:42 +0200

freebsd-libs (8.1-5) unstable; urgency=low

  * libusb2: fix USB devices detection. Closes: bug#594330.

 -- Aurelien Jarno <aurel32@debian.org>  Thu, 26 Aug 2010 00:29:47 +0200

freebsd-libs (8.1-4) unstable; urgency=low

  * Add a libsbuf0-udeb package.
  * Add "(udeb)" to the short description of all udeb packages.

 -- Aurelien Jarno <aurel32@debian.org>  Fri, 20 Aug 2010 20:01:41 +0200

freebsd-libs (8.1-3) unstable; urgency=low

  * Don't install libusbhid-dev link in libusb-dev.

 -- Aurelien Jarno <aurel32@debian.org>  Sat, 31 Jul 2010 23:57:14 +0200

freebsd-libs (8.1-2) unstable; urgency=low

  [ Aurelien Jarno ]
  * Link all libraries dynamically with each other.
  * Don't install PIC variant of the static libraries.

 -- Aurelien Jarno <aurel32@debian.org>  Fri, 30 Jul 2010 17:55:59 +0200

freebsd-libs (8.1-1) unstable; urgency=low

  [ Petr Salinger ]
  * based on FreeBSD 8.1
    drop 13_libusb-update.diff, applied upstream
    update 09_libusbhid.diff

  [ Aurelien Jarno ]
  * Bumped Standards-Version to 3.9.1.
  * Add a libusbhid-common package containing usb_hid_usages. Closes:
    bug#578678.

 -- Aurelien Jarno <aurel32@debian.org>  Wed, 28 Jul 2010 20:21:25 +0200

freebsd-libs (8.0-5) unstable; urgency=low

  [ Guillem Jover ]
  * Use kfreebsd-any instead of explicit architecture list.

  [ Aurelien Jarno ]
  * Add libgeom0 and libipx2 udeb packages.

 -- Aurelien Jarno <aurel32@debian.org>  Mon, 28 Jun 2010 23:10:06 +0200

freebsd-libs (8.0-4) unstable; urgency=low

  * libusb2-dev: add a libusb-1.0.so -> libusb.so symlink to make
    configure scripts happy.
  * Add patches/13_libusb-update.diff from upstream to update the API.
  * Add udeb package to libusb2's shlib.

 -- Aurelien Jarno <aurel32@debian.org>  Fri, 08 Jan 2010 14:17:42 +0100

freebsd-libs (8.0-3) unstable; urgency=low

  [ Petr Salinger ]
  * bump build-depends on kfreebsd-kernel-headers to (>= 0.45)
  * add libusb2 and libusb2-dev packages

  [ Aurelien Jarno ]
  * Make libusb2-dev conflict with libusb-dev.
  * Add a libusb2-udev package.
  * Add pkg-config files matching libusb 0.1/libusb 1.0.
  * Add a libusb-config script matching libusb 0.1.
  * Make libusb2-dev provides libusb-1.0-0-dev.

 -- Aurelien Jarno <aurel32@debian.org>  Wed, 09 Dec 2009 02:03:24 +0100

freebsd-libs (8.0-2) unstable; urgency=low

  * Bump build-depends on kfreebsd-kernel-headers to (>= 0.43).

 -- Aurelien Jarno <aurel32@debian.org>  Sat, 28 Nov 2009 22:42:32 +0100

freebsd-libs (8.0-1) unstable; urgency=low

  [ Petr Salinger ]
  * based on FreeBSD 8.0
  * change packages name to reflect SONAME changes:
    - libusbhid3   -> libusbhid4
    - libkiconv3   -> libkiconv4
    - libdevstat6  -> libdevstat7
  * add libmemstat3 and libmemstat-dev packages
  * add libnetgraph4 and libnetgraph-dev packages

 -- Aurelien Jarno <aurel32@debian.org>  Sat, 28 Nov 2009 10:42:15 +0100

freebsd-libs (7.2-4) unstable; urgency=low

  [ Aurelien Jarno ]
  * Fix description of libgeom-dev.
  * libkvm0: use our own copy of getbootfile().
  * Fix dependency between lib and -dev packages.
  * Add README.source.
  * Bumped Standards-Version to 3.8.3.

  [ Petr Salinger ]
  * Build-depends on libc0.1-dev (>= 2.10) instead of libfreebsd-dev.

 -- Aurelien Jarno <aurel32@debian.org>  Tue, 27 Oct 2009 20:44:22 +0100

freebsd-libs (7.2-3) unstable; urgency=low

  * Remove unnecessary linkages with libfreebsd.
  * Bumped Standards-Version to 3.8.2 (no changes).

 -- Aurelien Jarno <aurel32@debian.org>  Tue, 04 Aug 2009 08:29:46 +0200

freebsd-libs (7.2-2) unstable; urgency=low

  * Tighten build-depends on kfreebsd-kernel-headers.
  * Remove n_un union workarounds.

 -- Aurelien Jarno <aurel32@debian.org>  Mon, 15 Jun 2009 10:47:08 +0200

freebsd-libs (7.2-1) unstable; urgency=low

  [ Guillem Jover ]
  * Use $(filter ...) instead of $(findstring ...) to extract space separated
    options from DEB_BUILD_OPTIONS.
  * Line wrap Build-Depends and Depends fields longer than 80 chars.

  [ Petr Salinger ]
  * based on FreeBSD 7.2
  * add Vcs-* fields into debian/control.

  [ Aurelien Jarno ]
  * Tighten build-depends on libbsd-dev.
  * Use SVN server instead of the deprecated CVS server in get-orig-source.
  * Add -D'__FBSDID(string)=' to CFLAGS, drop debian/patches/00_fbsdid.diff

 -- Aurelien Jarno <aurel32@debian.org>  Sat, 06 Jun 2009 22:15:03 +0200

freebsd-libs (7.1-2) unstable; urgency=low

  * Upload to unstable.
  * Don't use a tar in tar build system:
    - Remove fetch
    - Add a get-orig-source target.
    - Use quilt to manage patches.
    - Remove build-depends on kfreebsd-source-7.1.
    - Update patches accordingly.
  * Change patch level to -p1.
  * Fix a few bashisms in debian/rules.
  * Fix parallel build support in debian/rules.
  * Install more manpages.
  * Switch to debhelper 5.
  * Bumped Standards-Version to 3.8.1 (no changes).
  * Update debian/copyright.

 -- Aurelien Jarno <aurel32@debian.org>  Tue, 07 Apr 2009 16:59:04 +0200

freebsd-libs (7.1-1) unreleased; urgency=low

  [ Petr Salinger ]
  * based on FreeBSD 7.1

 -- Aurelien Jarno <aurel32@debian.org>  Mon, 05 Jan 2009 10:53:31 +0100

freebsd-libs (7.0-1) unreleased; urgency=low

  [ Petr Salinger ]
  * based on FreeBSD 7.0
  * Change packages name to reflect SONAME changes:
    - libusbhid2   -> libusbhid3
    - libkiconv2   -> libkiconv3
    - libdevstat5  -> libdevstat6
  * Make it buildable with gcc-4.2

  [ Aurelien Jarno ]
  * Don't ship useless manpages.
  * Bumped Standards-Version to 3.8.0 (no changes).

 -- Aurelien Jarno <aurel32@debian.org>  Fri, 11 Jan 2008 10:53:31 +0100

freebsd-libs (6.3-1) unreleased; urgency=low

  [ Petr Salinger ]
  * based on FreeBSD 6.3
  * new binary packages libdevstat5 and libdevstat-dev

  [ Aurelien Jarno ]
  * Bumped Standards-Version to 3.7.3 (no changes).
  * Change ${Source-Version} into ${binary:Version}.
  * Don't use ${shlibs:Depends} for -dev packages.
  * Only link with needed libraries.

 -- Aurelien Jarno <aurel32@debian.org>  Thu, 10 Jan 2008 18:23:48 +0100

freebsd-libs (6.2-1) unreleased; urgency=low

  [ Petr Salinger ]
  * based on FreeBSD 6.2

 -- Aurelien Jarno <aurel32@debian.org>  Mon, 15 Jan 2007 13:42:46 +0100

freebsd-libs (6.1-2) unreleased; urgency=low

  [ Petr Salinger ]
  * revert r1694, these libraries are located in /lib/,
    but dev symlink pointed to /usr/lib/
    breaks many packages using libkvm-dev or libgeom-dev

 -- Aurelien Jarno <aurel32@debian.org>  Tue, 28 Nov 2006 17:09:28 +0100

freebsd-libs (6.1-1) unreleased; urgency=low

  [ Petr Salinger ]
  * based on FreeBSD 6.1

  [ Aurelien Jarno ]
  * Bumped Standards-Version to 3.7.2 (no changes).
  * Change packages name to reflect SONAME changes:
    - libusbhid1 -> libusbhid2
    - libkiconv1 -> libkiconv2

 -- Aurelien Jarno <aurel32@debian.org>  Wed, 25 Oct 2006 16:49:43 +0200

freebsd-libs (5.4+1-3) UNRELEASED; urgency=low

  * Add libkiconv (patch from Andraz).

 -- Robert Millan <rmh@aybabtu.com>  Thu,  4 May 2006 17:14:34 +0200

freebsd-libs (5.4+1-2) unreleased; urgency=low

  * Link libgeom with librt (to get clock_gettime).

 -- Robert Millan <rmh@aybabtu.com>  Wed, 19 Apr 2006 11:17:18 +0200

freebsd-libs (5.4+1-1) unreleased; urgency=low

  * Add libgeom.
  * Major patch and variable cleanup/refactor to sanitise SHLIB_MAJOR and
    SHLIBDIR overrides.

 -- Robert Millan <rmh@aybabtu.com>  Wed, 19 Apr 2006 10:32:23 +0200

freebsd-libs (5.4-8) unreleased; urgency=low

  * First build on amd64.
  * Lots of cleanup:
    - Remove functions that are in libfreebsd
    - Use dynamic regexps to get rid of many patch hunks.
    - Reenable most commented code (thanks to new functions in libfreebsd).

 -- Robert Millan <rmh@aybabtu.com>  Wed, 29 Mar 2006 20:38:08 +0200

freebsd-libs (5.4-7) unreleased; urgency=low

  * Add kfreebsd-amd64.
  * Add missing libgdbm-dev to Build-Depends.
  * Move shared object so /lib (unfucks freebsd-utils).

 -- Robert Millan <rmh@aybabtu.com>  Sat, 25 Mar 2006 21:01:49 +0100

freebsd-libs (5.4-6) unreleased; urgency=low

  * Added libipx.

 -- Aurelien Jarno <aurel32@debian.org>  Tue, 20 Dec 2005 23:18:51 +0100

freebsd-libs (5.4-5) unreleased; urgency=low

  * Renamed libsrbuf to libfreebsd and added nlist.
  * Added libkvm from old package freebsd-kvm-5.2.1. Some parts are still
    disabled, but less than in the previous version.
  * Ship a shared library, so that packages will benefit from improvements
    of the library.

 -- Aurelien Jarno <aurel32@debian.org>  Tue, 20 Dec 2005 20:56:06 +0100

freebsd-libs (5.4-4) unreleased; urgency=low

  * Bumped Standard-Versions to 3.6.2 (no changes).
  * Improved descriptions.

 -- Aurelien Jarno <aurel32@debian.org>  Tue, 20 Dec 2005 01:51:03 +0100

freebsd-libs (5.4-3) unreleased; urgency=low

  * libusbhid: include <bsd/bsd.h> and link with -lbsd.

 -- Aurelien Jarno <aurel32@debian.org>  Sun, 18 Dec 2005 04:57:17 +0100

freebsd-libs (5.4-2) unreleased; urgency=low

  * Added libusbhid1 and libusbhid-dev.
  * Updated libcam to version 5.4.
  * Provide a copyright file.
  * Get the necessary files directly from kfreebsd-source-5.4.
  * Make -dev packages depends on libc0.1-dev | libc-dev.
  * Ship some missing manpages.
  * Build with -02.
  * Added myself to uploaders.

 -- Aurelien Jarno <aurel32@debian.org>  Sun, 18 Dec 2005 03:59:30 +0100

freebsd-libs (5.4-1) unreleased; urgency=low

  * Initial release.

 -- Robert Millan <rmh@aybabtu.com>  Fri, 12 Aug 2005 12:04:07 +0200
