haskell-simple-sendfile (0.2.30-1) unstable; urgency=medium

  * New upstream release

 -- Clint Adams <clint@debian.org>  Mon, 08 Jun 2020 08:41:14 -0400

haskell-simple-sendfile (0.2.28-1) unstable; urgency=medium

  [ Dmitry Bogatov ]
  * Add missing "Upstream-Name" field into "debian/copyright".

  [ Clint Adams ]
  * New upstream release

 -- Clint Adams <clint@debian.org>  Sat, 27 Jul 2019 23:10:53 -0400

haskell-simple-sendfile (0.2.27-4) unstable; urgency=medium

  [ Clint Adams ]
  * Set Rules-Requires-Root to no.

  [ Ilias Tsitsimpis ]
  * Bump debhelper compat level to 10

 -- Ilias Tsitsimpis <iliastsi@debian.org>  Sun, 30 Sep 2018 21:20:48 +0300

haskell-simple-sendfile (0.2.27-3) unstable; urgency=medium

  * "Fix" Build-Depends.

 -- Clint Adams <clint@debian.org>  Mon, 16 Apr 2018 21:56:57 -0400

haskell-simple-sendfile (0.2.27-2) unstable; urgency=medium

  * "Fix" Build-Depends.

 -- Clint Adams <clint@debian.org>  Mon, 16 Apr 2018 20:41:36 -0400

haskell-simple-sendfile (0.2.27-1) unstable; urgency=medium

  [ Ilias Tsitsimpis ]
  * Use salsa.debian.org URLs in Vcs-{Browser,Git} fields

  [ Clint Adams ]
  * Bump to Standards-Version 4.1.4.
  * New upstream release

 -- Clint Adams <clint@debian.org>  Mon, 09 Apr 2018 17:05:11 -0400

haskell-simple-sendfile (0.2.26-1) unstable; urgency=medium

  [ Ilias Tsitsimpis ]
  * Change Priority to optional. Since Debian Policy version 4.0.1,
    priority extra has been deprecated.
  * Use the HTTPS form of the copyright-format URL
  * Modify d/watch and Source field in d/copyright to use HTTPS
  * Declare compliance with Debian policy 4.1.1

  [ Clint Adams ]
  * New upstream release

 -- Clint Adams <clint@debian.org>  Mon, 18 Dec 2017 09:56:11 -0500

haskell-simple-sendfile (0.2.25-3) unstable; urgency=medium

  * Upload to unstable as part of GHC 8 transition.

 -- Clint Adams <clint@debian.org>  Thu, 27 Oct 2016 18:36:06 -0400

haskell-simple-sendfile (0.2.25-2) experimental; urgency=medium

  * Temporarily build-depend on ghc 8.

 -- Clint Adams <clint@debian.org>  Mon, 17 Oct 2016 16:46:04 -0400

haskell-simple-sendfile (0.2.25-1) unstable; urgency=medium

  * New upstream release

 -- Clint Adams <clint@debian.org>  Tue, 12 Jul 2016 17:14:03 -0400

haskell-simple-sendfile (0.2.24-1) unstable; urgency=medium

  [ Dmitry Bogatov ]
  * Use secure (https) uri in Vcs-Git field in 'debian/control'
  * Bump standards version to 3.9.8 (no changes needed)

  [ Joachim Breitner ]
  * New upstream release

 -- Joachim Breitner <nomeata@debian.org>  Mon, 30 May 2016 17:06:05 +0200

haskell-simple-sendfile (0.2.21-4) unstable; urgency=medium

  * Switch Vcs-Git/Vcs-Browser headers to new location.

 -- Clint Adams <clint@debian.org>  Thu, 03 Dec 2015 14:55:03 -0500

haskell-simple-sendfile (0.2.21-3) experimental; urgency=medium

  * Fix formatting error in Build-Depends

 -- Joachim Breitner <nomeata@debian.org>  Fri, 21 Aug 2015 11:22:49 +0200

haskell-simple-sendfile (0.2.21-2) experimental; urgency=medium

  * Bump standards-version to 3.9.6
  * Depend on haskell-devscripts >= 0.10 to ensure that this package
    builds against GHC in experimental

 -- Joachim Breitner <nomeata@debian.org>  Thu, 20 Aug 2015 10:28:41 +0200

haskell-simple-sendfile (0.2.21-1) unstable; urgency=medium

  * New upstream release
  * Drop patch introduced in 0.2.14-2, as 0.2.20 seems to have support of
    choosing between sendfile and sendfile64.

 -- Joachim Breitner <nomeata@debian.org>  Mon, 29 Jun 2015 21:00:23 +0200

haskell-simple-sendfile (0.2.18-3) unstable; urgency=medium

  * Rebuild due to haskell-devscripts bug affecting the previous

 -- Joachim Breitner <nomeata@debian.org>  Tue, 28 Apr 2015 23:59:00 +0200

haskell-simple-sendfile (0.2.18-2) unstable; urgency=medium

  * Upload to unstable

 -- Joachim Breitner <nomeata@debian.org>  Mon, 27 Apr 2015 11:53:28 +0200

haskell-simple-sendfile (0.2.18-1) experimental; urgency=medium

  * Depend on haskell-devscripts 0.9, found in experimental
  * Do not depend on transformers, which now comes with GHC
  * New upstream release

 -- Joachim Breitner <nomeata@debian.org>  Sun, 21 Dec 2014 19:31:27 +0100

haskell-simple-sendfile (0.2.14-2) unstable; urgency=medium

  * Go back to using sendfile64 everywhere, fixing tests on 32-bit
    big-endian architectures.

 -- Colin Watson <cjwatson@debian.org>  Fri, 04 Jul 2014 13:33:13 +0100

haskell-simple-sendfile (0.2.14-1) unstable; urgency=medium

  [ Joachim Breitner ]
  * Adjust watch file to new hackage layout

  [ Clint Adams ]
  * New upstream version.
    - should fix FTBFS on kfreebsd/hurd.  closes: #752053.
  * Enable testsuite.

 -- Clint Adams <clint@debian.org>  Thu, 19 Jun 2014 10:38:00 -0400

haskell-simple-sendfile (0.2.11-2) unstable; urgency=low

  * Also build-depend on profiling libraries for conduit and transformers on
    the Hurd.
  * On kFreeBSD, the BSD implementation doesn't work since 'struct sf_hdtr'
    has no definition.  Use the fallback conduit-based emulation of sendfile
    instead.

 -- Colin Watson <cjwatson@debian.org>  Fri, 14 Jun 2013 15:30:11 +0100

haskell-simple-sendfile (0.2.11-1) unstable; urgency=low

  * New upstream version.
  * Build-depend on conduit and transformers on the Hurd (closes: #673220).

 -- Colin Watson <cjwatson@debian.org>  Wed, 29 May 2013 01:10:40 +0100

haskell-simple-sendfile (0.2.8-2) unstable; urgency=low

  * Enable compat level 9
  * Use substvars for Haskell description blurbs

 -- Joachim Breitner <nomeata@debian.org>  Fri, 24 May 2013 12:52:03 +0200

haskell-simple-sendfile (0.2.8-1) experimental; urgency=low

  * Depend on haskell-devscripts 0.8.13 to ensure this packages is built
    against experimental
  * Bump standards version, no change
  * New upstream release

 -- Joachim Breitner <nomeata@debian.org>  Fri, 19 Oct 2012 22:34:59 +0200

haskell-simple-sendfile (0.2.3-1) unstable; urgency=low

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

 -- Clint Adams <clint@debian.org>  Wed, 09 May 2012 19:40:44 -0400

haskell-simple-sendfile (0.2.0-2) unstable; urgency=low

  * Sourceful upload to rebuild documentation package.

 -- Clint Adams <clint@debian.org>  Fri, 10 Feb 2012 14:12:14 -0500

haskell-simple-sendfile (0.2.0-1) unstable; urgency=low

  * New upstream version.

 -- Clint Adams <clint@debian.org>  Sat, 28 Jan 2012 18:16:47 -0500

haskell-simple-sendfile (0.1.2-1) unstable; urgency=low

  * Initial release.

 -- Iulian Udrea <iulian@linux.com>  Sat, 03 Sep 2011 23:40:30 +0100
