libpsl (0.21.2-1.1~exp1) experimental; urgency=medium

  * Non-maintainer upload.
  * Rename libraries for 64-bit time_t transition.

 -- Steve Langasek <vorlon@debian.org>  Thu, 01 Feb 2024 23:23:38 +0000

libpsl (0.21.2-1) unstable; urgency=low

  * New upstream version 0.21.2 (Closes: #1028857)
  * drop patches already upstream
  * move to dh 13
  * absorb changes from previous NMUs
  * clean up debian build process
  * adapt to new format of upstream tag names
  * d/watch: look at git repository directly
  * Standards-Version: bump to 4.6.2 (no changes needed)
  * Import gnulib visibility macro
  * revert parts of 0.21.0-1.1 to avoid a build-dependency loop
    (Closes: #962740)

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Mon, 13 Feb 2023 13:57:37 -0500

libpsl (0.21.0-1.2) unstable; urgency=medium

  * Non-maintainer upload.

  [ Simon Josefsson ]
  * B-D on libidn2-dev instead of obsolete libidn2-0-dev. (Closes: #974994)

  [ Sebastian Ramacher ]
  * debian/patches: Update Platform.sh example in test data (Closes: #966941)

 -- Sebastian Ramacher <sramacher@debian.org>  Thu, 04 Feb 2021 22:56:22 +0100

libpsl (0.21.0-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * Build the binaries also during indep build, required for
    installation of psl-make-dafsa.1. (Closes: #953287)
  * Remove essential diffutils from the test dependencies.
    (Closes: #955439)

 -- Adrian Bunk <bunk@debian.org>  Sat, 16 May 2020 17:24:03 +0300

libpsl (0.21.0-1) unstable; urgency=medium

  * New upstream release
  * standards-version: bump to 4.5.0 (no changes needed)
  * wrap-and-sort -ast for d/tests/control
  * move to dh 12
  * import patches from upstream (closes: #945243)
  * added Build-Depends line to libpsl5.symbols
  * install manpages from upstream installation, not source
  * deliberately avoid installing .la files
  * dh_missing: use --fail-missing
  * avoid lintian warnings about fuzzer inputs

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Wed, 04 Mar 2020 12:39:16 -0500

libpsl (0.20.2-2) unstable; urgency=medium

  * correct dependencies for autopkgtest
  * Standards-Version: bump to 4.2.1 (no changes needed)
  * d/watch: go simple, avoid uupdate

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Mon, 15 Oct 2018 15:11:19 -0400

libpsl (0.20.2-1) unstable; urgency=medium

  * new upstream version
  * Standards-Version: bump to 4.1.4 (no changes needed)
  * refresh patches (dropping those already applied upstream)
  * drop trailing whitepsace from debian/changelog

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Thu, 31 May 2018 10:55:01 -0400

libpsl (0.20.1-1) unstable; urgency=medium

  * New upstream version
  * refresh patches
  * fix upstream spelling errors
  * d/changelog: fix spelling errors

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Fri, 23 Mar 2018 11:30:17 +0000

libpsl (0.19.1-5) unstable; urgency=medium

  * Standards-Version: bump to 4.1.3 (no changes needed)
  * d/control: move Vcs: fields to salsa.debian.org
  * d/control: add Rules-Requres-Root: no
  * use DEP-14 repository branch naming
  * move to debhelper 11
  * add simple autopkgtest for /usr/bin/psl

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Thu, 22 Feb 2018 19:04:53 -0800

libpsl (0.19.1-4) unstable; urgency=medium

  [ Tim Rühsen ]
  * add static library to libpsl-dev

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Thu, 30 Nov 2017 16:19:33 -0500

libpsl (0.19.1-3) unstable; urgency=medium

  * try to force use of py3 during build (Closes: #881409)
  * address Multi-Arch hints from the tracker

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Sat, 11 Nov 2017 20:20:15 +0800

libpsl (0.19.1-2) unstable; urgency=medium

  * avoid cleaning up m4/ax_check_compile_flag.m4
  * add build-dependency on autoconf-archive for ax_check_compile_flag.m4

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Sat, 11 Nov 2017 17:59:57 +0800

libpsl (0.19.1-1) unstable; urgency=medium

  * New upstream release
  * tune psl-make-dafsa py3 patch -- just shebang modification
  * update symbols file for psl_free_string
  * Standards-Version: bump to 4.1.1 (no changes needed)

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Sat, 11 Nov 2017 12:19:20 +0800

libpsl (0.18.0-4) unstable; urgency=medium

  * fix py3 transition on non-UTF-8 systems (Closes: #874688)
    Thanks, Helmut Grohne!

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Sun, 10 Sep 2017 22:42:57 -0400

libpsl (0.18.0-3) unstable; urgency=medium

  * move psl-make-dafsa to py3
  * Standards-Version: bump to 4.1.0 (no changes needed)

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Thu, 07 Sep 2017 11:16:50 -0400

libpsl (0.18.0-2) unstable; urgency=medium

  * build-depend on python:any to ease cross-building.  Thanks, Helmut
    Grohne.  (Closes: #856477)

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Fri, 11 Aug 2017 14:36:09 -0400

libpsl (0.18.0-1) unstable; urgency=medium

  * New upstream release
  * debhelper 10 does autoreconf automatically, drop unnecessary
    build-depends

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Thu, 10 Aug 2017 20:17:09 -0400

libpsl (0.17.0-5) unstable; urgency=medium

  * fix bugs found upstream by fuzzing.

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Fri, 14 Jul 2017 21:35:43 +0200

libpsl (0.17.0-4) unstable; urgency=medium

  * prefer dafsa to plain-text (Closes: #855711)

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Tue, 21 Feb 2017 13:03:44 -0500

libpsl (0.17.0-3) unstable; urgency=medium

  * runtime dependency on libidn2-dev should have been on libidn2-0
    (Closes: #852418)

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Tue, 24 Jan 2017 09:36:45 -0500

libpsl (0.17.0-2) unstable; urgency=medium

  * Force a higher runtime dependency on libidn2

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Tue, 24 Jan 2017 00:25:56 -0500

libpsl (0.17.0-1) unstable; urgency=medium

  [ Tim Rühsen ]
  * new upstream release

  [ Daniel Kahn Gillmor ]
  * Use alioth for debian packaging
  * Move from libicu to libidn2

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Tue, 24 Jan 2017 00:00:56 -0500

libpsl (0.16.1-1) unstable; urgency=medium

  * new upstream release

 -- Tim Rühsen <tim.ruehsen@gmx.de>  Thu, 15 Dec 2016 15:45:07 +0100

libpsl (0.15.0-1) unstable; urgency=medium

  * new upstream release

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Tue, 15 Nov 2016 08:40:01 +0900

libpsl (0.14.0-1) unstable; urgency=medium

  * New upstream version; moved from libpsl0 to libpsl5 because of removal
    of psl_builtin_compile_time()
  * new psl-make-dafsa package
  * use upstreamed manpages instead

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Tue, 05 Jul 2016 11:09:09 -0400

libpsl (0.11.0-2) unstable; urgency=medium

  * Recommend the publicsuffix package.
  * fix psl_builtin_outdated() and update psl --print-info and --version
    (pulled from upstream)

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Fri, 11 Dec 2015 22:34:03 -0500

libpsl (0.11.0-1) unstable; urgency=medium

  * new upstream release

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Wed, 23 Sep 2015 14:43:00 -0400

libpsl (0.8.1-1) UNRELEASED; urgency=medium

  * new upstream release

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Sat, 15 Aug 2015 13:55:37 +0200

libpsl (0.8.0-1) unstable; urgency=medium

  * new upstream release.

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Thu, 06 Aug 2015 15:52:27 -0400

libpsl (0.7.1-1) unstable; urgency=medium

  * New upstream release.
  * switch from autotools-dev to dh_autoreconf
  * embed SOURCE_DATE_EPOCH for psl_compiled_time() to make build
    reproducible.

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Thu, 09 Jul 2015 10:06:59 -0400

libpsl (0.6.2-1) unstable; urgency=low

  * New upstream release.

 -- Tim Rühsen <tim.ruehsen@gmx.de>  Fri, 14 Nov 2014 17:51:17 +0100

libpsl (0.6.0-1) unstable; urgency=low

  * New upstream release.

 -- Tim Rühsen <tim.ruehsen@gmx.de>  Mon, 10 Nov 2014 21:19:17 +0100

libpsl (0.5.1-1) unstable; urgency=low

  * New upstream release.

 -- Tim Rühsen <tim.ruehsen@gmx.de>  Sun, 03 Aug 2014 13:08:51 +0200

libpsl (0.5.0-1) unstable; urgency=low

  * New upstream release.

 -- Tim Rühsen <tim.ruehsen@gmx.de>  Tue, 08 Jul 2014 10:04:10 +0200

libpsl (0.4.0-1) unstable; urgency=low

  * Initial release (Closes: #750709)

 -- Tim Rühsen <tim.ruehsen@gmx.de>  Mon, 23 Jun 2014 12:40:12 -0400