disorderfs (0.5.11-4) unstable; urgency=medium

  * Replace build-dependency on obsolete pkg-config with one on pkgconf,
    thanks lintian.
  * Bump standards version to 4.7.0, no changes needed.

 -- Holger Levsen <holger@debian.org>  Mon, 30 Sep 2024 15:18:03 +0200

disorderfs (0.5.11-3) unstable; urgency=medium

  * disorderfs.1.txt: fix typo in list index, taken from upstream git.
  * Bump standards version to 4.6.2, no changes needed.

 -- Holger Levsen <holger@debian.org>  Thu, 16 Feb 2023 14:57:44 +0100

disorderfs (0.5.11-2) unstable; urgency=medium

  * Bump standards version to 4.6.0

 -- Holger Levsen <holger@debian.org>  Mon, 25 Oct 2021 10:41:00 +0200

disorderfs (0.5.11-1) unstable; urgency=medium

  [ Holger Levsen ]
  * New upstream release.
  * Update standards version to 4.5.1, no changes needed.

 -- Holger Levsen <holger@debian.org>  Tue, 19 Jan 2021 12:56:37 +0100

disorderfs (0.5.10-2) unstable; urgency=medium

  * d/rules: enable hardening via DEB_BUILD_MAINT_OPTIONS.
  * Drop debian/disorderfs.lintian-overrides.

 -- Holger Levsen <holger@debian.org>  Tue, 27 Oct 2020 21:37:07 +0100

disorderfs (0.5.10-1) unstable; urgency=medium

  * Use "directory entries" over "dirents" in human-readable output/log
    messages.
  * Apply astyle with the default settings to disorderfs.cpp.

 -- Chris Lamb <lamby@debian.org>  Thu, 21 May 2020 11:52:27 +0100

disorderfs (0.5.9-2) unstable; urgency=medium

  * Bump debhelper-compat to 13.

 -- Holger Levsen <holger@debian.org>  Tue, 12 May 2020 15:17:10 +0200

disorderfs (0.5.9-1) unstable; urgency=medium

  [ Chris Lamb ]
  * Don't attempt to drop groups in multi-user mode when we are not root.
    (Closes: reproducible-builds/disorderfs#1)

  [ Vagrant Cascadian ]
  * Update Vcs-Git in debian/control to include the "debian" packaging branch.

 -- Chris Lamb <lamby@debian.org>  Thu, 16 Apr 2020 11:20:27 +0100

disorderfs (0.5.8-2) unstable; urgency=medium

  * No change source upload to allow testing migration.

 -- Holger Levsen <holger@debian.org>  Thu, 23 Jan 2020 18:21:57 +0100

disorderfs (0.5.8-1) unstable; urgency=medium

  [ Helmut Grohne ]
  * Use the build architecture's pkg-config to permit cross-architecture
    builds. (Closes: #949609)

 -- Chris Lamb <lamby@debian.org>  Wed, 22 Jan 2020 21:23:23 +0000

disorderfs (0.5.7-1) unstable; urgency=medium

  [ Chris Lamb ]
  * Ignore the return values to fsyncdir to ensure (for example) dpkg(1) can
    "flush" /var/lib/dpkg.

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Re-export upstream signing key without extra signatures.

  [ Holger Levsen ]
  * New upstream release.
  * Bump standards version to 4.5.0, no changes needed.

 -- Holger Levsen <holger@debian.org>  Tue, 21 Jan 2020 13:14:46 +0100

disorderfs (0.5.6-2) unstable; urgency=medium

  * Bump standards version to 4.4.0, no changes needed.

 -- Holger Levsen <holger@debian.org>  Thu, 01 Aug 2019 11:08:07 -0300

disorderfs (0.5.6-1) unstable; urgency=medium

  * New upstream version.
  * Bump Standards-Version to 4.3.0.

 -- Holger Levsen <holger@debian.org>  Thu, 17 Jan 2019 18:56:01 +0100

disorderfs (0.5.5-1) unstable; urgency=medium

  [ Chris Lamb ]
  * Inform FUSE that we wrap and thus accept the UTIME_OMIT (and UTIME_NOW)
    magic values to ensure that "touch -m …" and "touch -a …" work as expected.
    (Closes: #911281)

  [ Bernhard M. Wiedemann ]
  * Add tests for file modification and access time issues.

 -- Chris Lamb <lamby@debian.org>  Wed, 24 Oct 2018 16:30:58 -0400

disorderfs (0.5.4-2) unstable; urgency=medium

  * Use the new debhelper-compat(=11) notation and drop d/compat.
  * Update d/watch file for salsa.

 -- Holger Levsen <holger@debian.org>  Sat, 13 Oct 2018 13:08:55 +0100

disorderfs (0.5.4-1) unstable; urgency=medium

  [ Bernhard M. Wiedemann ]
  * Use sys/xattr.h from glibc; libattr-2.4.48 dropped its own xattr.h.

  [ Chris Lamb ]
  * Rewrite call to readdir_r(3) to use readdir(3) instead as the former has
    been deprecated in glibc 2.24. This silences a -Wdeprecated-declarations
    GCC warning.

  [ Mattia Rizzolo ]
  * Update README with updated instructions on how to release the tarball.

 -- Chris Lamb <lamby@debian.org>  Wed, 26 Sep 2018 21:14:08 +0100

disorderfs (0.5.3-2) unstable; urgency=medium

  [ Chris Lamb ]
  * Update Vcs-{Git,Browser} as repository has been migrated to salsa.

 -- Holger Levsen <holger@debian.org>  Sat, 02 Jun 2018 13:24:41 +0000

disorderfs (0.5.3-1) unstable; urgency=medium

  [ Chris Lamb ]
  * Ensure readdir(2) returns consistent/unique inode numbers.
    (Closes: #898287)
  * disorderfs.1.txt:
    - Add a reproducible builds example, highlighting the non-intuitive
      recommendation to sort instead of shuffle.
    - Correct explictly -> explicitly typo.
    - Add example on how to unmount to manpage.
  * Override no-upstream-changelog Lintian warning as we are upstream.
  * Use HTTPS format URI in debian/copyright.
  * Bump Standards-Version to 4.1.4.
  * Move to debhelper compat level 11.
  * Drop trailing whitespace in debian/control.

  [ Holger Levsen ]
  * d/control: Declare that disorderfs doesn't need root to build.

 -- Chris Lamb <lamby@debian.org>  Sat, 12 May 2018 18:02:30 +0100

disorderfs (0.5.2-2) unstable; urgency=medium

  [ Holger Levsen ]
  * debian/control:
    - Move package to section 'optional' from 'extra'.
    - Add myself to uploaders.
    - Bump Standards-Version to 4.1.1, no changes needed.
    - Raise build-depends to debhelper >= 10.2.5~.
    - Use /git/ instead of /cgit/ URL for Vcs-Browser.
  * debian/compat: Bump to level 10.

  [ Ximin Luo ]
  * Add my signing key to upstream/signing-key.asc.

  [ Chris Lamb ]
  * Bump Standards-Version to 4.1.0.
  * debian/watch: Use HTTPS URI.

 -- Holger Levsen <holger@debian.org>  Mon, 30 Oct 2017 17:52:04 +0100

disorderfs (0.5.2-1) unstable; urgency=medium

  * Team upload.

  [ Ximin Luo ]
  *  Add -q, --quiet options to avoid printing to stdout.
  * Update to latest Standards-Version; no changes required.

  [ Chris Lamb ]
  * Add docs regarding uploading a signed tarball.

 -- Ximin Luo <infinity0@debian.org>  Mon, 21 Aug 2017 19:37:28 +0200

disorderfs (0.5.1-1) unstable; urgency=medium

  [ Chris Lamb ]
  * Add --sort-dirents=yes|no option for forcing deterministic.
  * Support absolute paths by transforming ROOTDIR on startup.
  * Print the behaviour on startup to stdout (Closes: #837689)
  * Add testsuite, but do not run in Debian package build due to lack of
    reliable FUSE on buildds.
  * debian/control:
    - Bump Standards-Version to 3.9.8.
    - Add Homepage field.
    - Add myself to Uploaders.

  [ Andrew Ayer ]
  * Fix resolution of ROOTDIR
  * Update man page: absolute path no longer required for ROOTDIR

 -- Chris Lamb <lamby@debian.org>  Tue, 13 Sep 2016 23:11:02 +0100

disorderfs (0.4.3-1) unstable; urgency=medium

  * New upstream release:
    - Clear umask so files are created with correct permissions
      (Closes: #826891)

 -- Andrew Ayer <agwa@andrewayer.name>  Thu, 09 Jun 2016 20:44:03 -0700

disorderfs (0.4.2-1) unstable; urgency=medium

  * New upstream release:
    - Fix memory corruption when processing command line arguments,
      which could cause command line options to be ignored.
      (Closes: #808779)

 -- Andrew Ayer <agwa@andrewayer.name>  Tue, 22 Dec 2015 17:34:55 -0800

disorderfs (0.4.1-1) unstable; urgency=medium

  * New upstream release:
    - Only propagate locks if --share-locks=yes is provided
      (Closes: #800063)

 -- Andrew Ayer <agwa@andrewayer.name>  Sat, 17 Oct 2015 19:53:36 -0700

disorderfs (0.4.0-1) unstable; urgency=low

  * New upstream release:
    - Propagate locks to underlying filesystem
    - Drop direct_io option (Closes: #799866)
    - Implement flush, fsync, and fsyncdir
    - Implement read_buf and write_buf for more efficient I/O
    - Remove most of the BUGS from the man page since they're fixed :-)

 -- Andrew Ayer <agwa@andrewayer.name>  Wed, 23 Sep 2015 09:21:52 -0700

disorderfs (0.3.0-1) unstable; urgency=medium

  * New upstream release:
    - Implement multi-user mode
    - Add options --shuffle-dirents, --reverse-dirents, and --pad-blocks
    - Use l variants of xattr syscalls to avoid following symlinks

 -- Andrew Ayer <agwa@andrewayer.name>  Tue, 22 Sep 2015 07:06:53 -0700

disorderfs (0.2.0-1) unstable; urgency=medium

  * New upstream release:
    - Add xattr support
    - Clarify BUGS in man page
    - Require rootdir arg to be absolute path, and document in man page
  * Set architecture to linux-any

 -- Andrew Ayer <agwa@andrewayer.name>  Wed, 26 Aug 2015 13:11:38 -0700

disorderfs (0.1.0-1) unstable; urgency=medium

  * Initial release. (Closes: #796401)

 -- Andrew Ayer <agwa@andrewayer.name>  Fri, 21 Aug 2015 20:33:59 +0200