check-postgres (2.26.0-2.pgdg20.04+1) focal-pgdg; urgency=medium

  * Rebuild for focal-pgdg.
  * No source changes.

 -- PostgreSQL on Debian and Ubuntu <pgsql-pkg-debian@lists.postgresql.org>  Sat, 15 Feb 2025 12:45:41 +0100

check-postgres (2.26.0-2) unstable; urgency=medium

  * Disable flaky t/02_replicate_row.t test.

 -- Christoph Berg <myon@debian.org>  Sat, 15 Feb 2025 12:45:41 +0100

check-postgres (2.26.0-1) unstable; urgency=medium

  * New upstream version.

 -- Christoph Berg <myon@debian.org>  Mon, 07 Aug 2023 11:10:57 +0200

check-postgres (2.25.0-5) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Repository-Browse.
  * debian/watch: Use GitHub /tags rather than /releases page.
  * Update standards version to 4.6.1, no changes needed.

 -- Christoph Berg <myon@debian.org>  Mon, 07 Nov 2022 15:14:28 +0100

check-postgres (2.25.0-4) unstable; urgency=medium

  * t/04_timeout.t: Allow yet more time for tests.

 -- Christoph Berg <myon@debian.org>  Tue, 07 Dec 2021 09:03:38 +0100

check-postgres (2.25.0-3) unstable; urgency=medium

  * check_postgres.pl: Use #!/usr/bin/perl.
  * Update homepage location.
  * t/02_txn_time.t, t/02_connection.t: Allow more time for tests.

 -- Christoph Berg <myon@debian.org>  Mon, 06 Dec 2021 14:54:17 +0100

check-postgres (2.25.0-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove constraints unnecessary since stretch:
    + Build-Depends: Drop versioned constraint on debhelper and libdbd-pg-perl.

  [ Christoph Berg ]
  * Use `command -v` instead of `which` to find psql.
  * t/02_connection.t: Accept changed error message in PG14.
  * DH 13.

 -- Christoph Berg <myon@debian.org>  Thu, 09 Sep 2021 16:54:33 +0200

check-postgres (2.25.0-1) unstable; urgency=medium

  * New upstream version.

 -- Christoph Berg <myon@debian.org>  Mon, 10 Feb 2020 12:00:32 +0100

check-postgres (2.24.0-4) unstable; urgency=medium

  [ Jelmer Vernooĳ ]
  * Use correct machine-readable copyright file URI.

  [ Christoph Berg ]
  * Add debian/gitlab-ci.yml.
  * PG12: Fix t/02_connection.t, remove t/02_same_schema.t.

 -- Christoph Berg <myon@debian.org>  Thu, 07 Nov 2019 14:38:09 +0100

check-postgres (2.24.0-3) unstable; urgency=medium

  * debian/tests/control: Install libdbd-pg-perl, and allow stderr.

 -- Christoph Berg <christoph.berg@credativ.de>  Thu, 26 Jul 2018 12:14:07 +0200

check-postgres (2.24.0-2) unstable; urgency=medium

  * Move maintainer address to team+postgresql@tracker.debian.org.
  * Fix debian/tests/control file name. Thanks to Paul Gevers for helping me
    spot this!
  * debian/tests/prove: When called as root, re-exec ourselves as nobody in a
    different directory.

 -- Christoph Berg <myon@debian.org>  Wed, 25 Jul 2018 23:47:28 +0200

check-postgres (2.24.0-1) unstable; urgency=medium

  * New upstream version.
    + Supports PostgreSQL CVE-2018-1058 changes. (Closes: #897523)
  * Move packaging repository to salsa.debian.org
  * Mark package as Multi-Arch: foreign.
  * Run testsuite via autopkgtest as well.
  * Disable pkg-perl-autopkgtest's implicit build-deps check, we are not a
    perl module.

 -- Christoph Berg <christoph.berg@credativ.de>  Wed, 30 May 2018 14:25:04 +0200

check-postgres (2.23.0-1) unstable; urgency=medium

  * New upstream version.
  * Point watch file at GitHub.

 -- Christoph Berg <myon@debian.org>  Tue, 31 Oct 2017 16:27:10 +0100

check-postgres (2.22.0-98-gca1f541-1) unstable; urgency=medium

  * Team upload.
  * New upstream snapshot, fixes testing with PG 9.2.

 -- Christoph Berg <christoph.berg@credativ.de>  Thu, 05 Oct 2017 10:28:23 +0200

check-postgres (2.22.0-97-gd7f6475-1) unstable; urgency=medium

  * Team upload.
  * New "it's about time" upstream snapshot.
  * Enable MRTG output test in t/02_replicate_row.t again, the timeouts are
    bigger now.

 -- Christoph Berg <christoph.berg@credativ.de>  Wed, 27 Sep 2017 13:21:01 +0200

check-postgres (2.22.0-3) experimental; urgency=medium

  * Remove redundant Depends: perl from control file, ${perl:Depends} will
    fill in the correct value. Spotted by Bernd Zeimetz, thanks!
  * Build-Depend on postgresql-all.

 -- Christoph Berg <christoph.berg@credativ.de>  Thu, 30 Mar 2017 11:29:58 +0200

check-postgres (2.22.0-2) unstable; urgency=medium

  * t/02_disk_space.t: Relax requirements on device name.

 -- Christoph Berg <christoph.berg@credativ.de>  Thu, 22 Sep 2016 15:18:36 +0200

check-postgres (2.22.0-1) unstable; urgency=medium

  * New upstream release.

 -- Christoph Berg <christoph.berg@credativ.de>  Tue, 30 Jun 2015 18:02:22 +0200

check-postgres (2.21.0-3) unstable; urgency=medium

  * t/02_replicate_row.t: Mark MRTG output test as TODO, it fails too often
    without a real reason.  Closes: #775644.

 -- Christoph Berg <christoph.berg@credativ.de>  Mon, 26 Jan 2015 18:13:16 +0100

check-postgres (2.21.0-2) unstable; urgency=medium

  * Set team as maintainer.

 -- Christoph Berg <myon@debian.org>  Wed, 15 Oct 2014 22:31:18 +0200

check-postgres (2.21.0-1) unstable; urgency=low

  * New upstream release.
    + t/02_disk_space.t: Skip if "df" doesn't work.  Closes: #718052.
    + t/02_last_vacuum.t: Commit content in test table so the stats can see it.
    + check_postgres.pl, t/02_locks.t: Sort lock types.
    + t/02_new_version_*: Skip if SKIP_NETWORK_TESTS is set.
    + t/02_replicate_row.t: Set MRTG test sleep delay to 0.5s.
    + check_postgres.pl, t/02_slony_status.t: Fix for 9.3.
  * B-D on libdbd-pg-perl 2.19.3 for testing PostgreSQL >= 9.2.

 -- Christoph Berg <christoph.berg@credativ.de>  Wed, 25 Sep 2013 10:31:10 +0200

check-postgres (2.20.1-1) unstable; urgency=low

  * New upstream release.
    + Basic connection check returns CRITICAL.  Closes: #700866.
  * Run testsuite on build; disable "new version" tests because they need
    networking.
  * Repository moved to git.

 -- Christoph Berg <myon@debian.org>  Tue, 02 Jul 2013 09:46:32 +0200

check-postgres (2.20.0-1) experimental; urgency=low

  [ Peter Eisentraut ]
  * Improve watch file

  [ Christoph Berg ]
  * New upstream release.
  * Add testsuite runner (not used yet).

 -- Christoph Berg <myon@debian.org>  Wed, 20 Mar 2013 16:07:18 +0100

check-postgres (2.19.0-1) unstable; urgency=low

  * New upstream release.

 -- Christoph Berg <myon@debian.org>  Tue, 24 Jan 2012 12:35:02 +0100

check-postgres (2.18.0-1) unstable; urgency=low

  * New upstream release.

 -- Christoph Berg <myon@debian.org>  Wed, 05 Oct 2011 16:43:27 +0200

check-postgres (2.16.0-2) unstable; urgency=low

  * Merge my rouge packaging into Peter's package. Luckily, everything was
    pretty compatible.  Closes: #635163.
  * Prevent running of the "cleanup" test on clean, this would need DBI in the
    Build-Depends and we don't run the test suite anyway.

 -- Christoph Berg <myon@debian.org>  Fri, 29 Jul 2011 23:48:15 +0200

check-postgres (2.16.0-1) unstable; urgency=low

  * Initial release.

 -- Christoph Berg <myon@debian.org>  Thu, 14 Jul 2011 16:43:32 +0200

check-postgres (2.14.3-1) unstable; urgency=low

  * Initial release (closes: #602441)

 -- Peter Eisentraut <petere@debian.org>  Tue, 30 Nov 2010 21:40:35 +0200
