libpmount (0.0.16) unstable; urgency=low

  * Do not use MNT_NODEV which was removed on kFreeBSD 7.0. Closes: #659280

 -- Guillem Jover <guillem@debian.org>  Thu, 09 Feb 2012 21:49:07 +0100

libpmount (0.0.15) unstable; urgency=low

  * Use a format string on fprintf() instead of directly using a string
    variable to fix build with -Werror=format-security. Closes: #643432
  * Always check asprintf() return code.

 -- Guillem Jover <guillem@debian.org>  Wed, 28 Sep 2011 19:39:11 +0200

libpmount (0.0.14) unstable; urgency=low

  * Switch the symbols file to use symver tags instead of symbol patterns.
  * Now using Standards-Version 3.9.2 (no changes needed).
  * Use dpkg-buildflags to set CPPFLAGS, CFLAGS and LDFLAGS.
  * Rename build target to build-arch, add build-indep and build targets,
    the latter depending on build-indep and build-arch. Rename install to
    install-arch.

 -- Guillem Jover <guillem@debian.org>  Fri, 03 Jun 2011 21:19:40 +0200

libpmount (0.0.13) unstable; urgency=low

  * Switch to source format “3.0 (native)”.
  * Now using Standards-Version 3.8.4 (no changes needed).
  * Add ${misc:Depends} to all Depends fields.
  * Remove duplicate from source Section field in libpmount0.0 binary stanza.
  * Add Vcs-Browser and Vcs-Git fields.

 -- Guillem Jover <guillem@debian.org>  Tue, 04 May 2010 17:06:11 +0200

libpmount (0.0.12) 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.
  * Pass -s to arch dependent debhelper commands.
  * Now using Standards-Version 3.8.2 (no changes needed).
  * Remove dependencies from binary-indep target.
  * Remove redundant build dependency from binary-arch target.

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

libpmount (0.0.11) unstable; urgency=low

  * Switch to debhelper compatibility level 7.
  * Use dh_prep instead of “dh_clean -k”.
  * Now using Standards-Version 3.8.0 (no changes needed).
  * Cleanup debian/copyright:
    - Use UTF-8 copyright symbol.
    - Lower case «Maintained by».
    - Refer to LGPL 2.1 instead of LGPL 2.
    - Refer to LGPL-2.1 from common-licenses instead of just LGPL.
    - Mention “library” instead of “package” in license snippet.
  * Get the default shlibs file dependency by not giving any argument to
    dh_makeshlibs -V option.
  * Add a symbols file for libpmount0.0.

 -- Guillem Jover <guillem@debian.org>  Sun, 22 Feb 2009 04:37:46 +0200

libpmount (0.0.10) unstable; urgency=low

  * Do not strip the shared library in Makefile. (Closes: #437397)
  * Now using Standards-Version 3.7.3 (no changes needed).

 -- Guillem Jover <guillem@debian.org>  Mon, 19 May 2008 06:09:07 +0300

libpmount (0.0.9) unstable; urgency=low

  * Use dh_install instead of dh_movefiles.
    - Rename libpmount-dev.files to libmount-dev.install
    - Rename libpmount0.0.files to libpmount0.0.install.
  * Remove commented out dh_installdebconf, dh_installinit and dh_installinfo.
  * Do not ignore make errors from on clean target.
  * Use dpkg-parsechangelog instead of manually parsing the changelog to get
    the current upstream version.
  * Use binary:Version instead of deprecated Source-Version substvar.
  * Do not remove non-existent stamp files.
  * Remove useless libpmount0.0.shlibs file.

 -- Guillem Jover <guillem@debian.org>  Tue, 07 Aug 2007 02:25:30 +0300

libpmount (0.0.8) unstable; urgency=low

  * Now using Standards-Version 3.7.2 (no changes needed).
  * Switched to debhelper compat level 5.
  * Update FSF's address.

 -- Guillem Jover <guillem@debian.org>  Sun,  6 Aug 2006 03:44:52 +0300

libpmount (0.0.7) unstable; urgency=low

  * Reintroduce missing symbols. (Closes: #323338)
  * Fix testsuite generation and generalize them by moving away from shell
    script files to a proper Makefile and a C source file. (Closes: #323339)
  * Use loop devices on linux if trying to mount a file image.
  * Make static internal functions __findloop, __getloop and __clrloop.
  * Switched to versioned symbols.
  * Now using Standards-Version 3.6.2 (no changes needed).

 -- Guillem Jover <guillem@debian.org>  Sun, 21 Aug 2005 09:37:41 +0300

libpmount (0.0.6) unstable; urgency=low

  * New Maintainer.
  * Rewrite package short description.
  * Clean debian/copyright.
  * Clean debian/rules.
  * Now using Standards-Version 3.6.1 (no changes needed).
  * Rewrite bashfile to Makefile.
  * Remove Build-Depends on Essential e2fsprogs package.

 -- Guillem Jover <guillem@debian.org>  Sun,  5 Jun 2005 16:42:48 +0300

libpmount (0.0.5) unstable; urgency=low

  * rules: Disable testsuite.  (Closes: #291269)

 -- Robert Millan <rmh@debian.org>  Thu, 20 Jan 2005 00:23:52 +0100

libpmount (0.0.4) unstable; urgency=low

  * Disabled code (needs more debugging):
    - src/*: Handle options field in mtab.
    - src/*: When asked to mount real files, attempt to use loop devices.
  * Updated kFreeBSD support.

 -- Robert Millan <rmh@debian.org>  Fri, 16 Jul 2004 12:00:47 +0200

libpmount (0.0.3) unstable; urgency=low

  * src/*: Implement mtab handling.
  * bashfile: Build with -Werror.
  * debian/rules: Generate $version automagicaly.

 -- Robert Millan <rmh@debian.org>  Wed, 14 Jul 2004 18:51:01 +0200

libpmount (0.0.2) unstable; urgency=low

  * bashfile: Fix library building for compliance with Policy sections
    8 and 10.2 (Closes: #257907)
  * bashfile: Implement target dependencies.
  * debian/control (Build-Depends): Nuked linux-gnu | kfreebsd-gnu.

 -- Robert Millan <rmh@debian.org>  Tue,  6 Jul 2004 18:54:21 +0200

libpmount (0.0.1) unstable; urgency=low

  * Initial Release. (Closes: #255716)

 -- Robert Millan <rmh@debian.org>  Mon, 21 Jun 2004 14:15:24 +0200