From dc4c13e5d9d9bde98017ab2ea777d7847ca7ec95 Mon Sep 17 00:00:00 2001 From: Christoph Berg <myon@debian.org> Date: Mon, 12 Oct 2020 22:45:57 +0200 Subject: [PATCH] Add test-dependency on postgresql-common (>= 219~) for pg_buildext virtualenv. (Closes: #972046) --- debian/changelog | 7 +++++++ debian/tests/control | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 1b2696e..34afa7c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +postgresql-q3c (2.0.0-4) unstable; urgency=medium + + * Add test-dependency on postgresql-common (>= 219~) for pg_buildext + virtualenv. (Closes: #972046) + + -- Christoph Berg <myon@debian.org> Mon, 12 Oct 2020 22:45:45 +0200 + postgresql-q3c (2.0.0-3) unstable; urgency=medium * Testsuite: Skip the tests that are really slow. diff --git a/debian/tests/control b/debian/tests/control index c737bd7..5adb34f 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,3 +1,3 @@ -Depends: @, build-essential +Depends: @, build-essential, postgresql-common (>= 219~) Tests: installcheck Restrictions: allow-stderr -- GitLab