From 24779b6de71d75f34752b2262d508e76204d19b7 Mon Sep 17 00:00:00 2001 From: Christoph Berg Date: Fri, 17 Sep 2021 09:53:33 +0200 Subject: [PATCH] B-D on postgresql-server-dev-all only instead of postgresql-all since we are not testing at build-time. --- debian/changelog | 7 +++++++ debian/control | 2 +- debian/control.in | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 43d7e3e..f59f6ea 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +postgresql-unit (7.4-2) UNRELEASED; urgency=medium + + * B-D on postgresql-server-dev-all only instead of postgresql-all since we + are not testing at build-time. + + -- Christoph Berg Fri, 17 Sep 2021 09:52:44 +0200 + postgresql-unit (7.4-1) experimental; urgency=medium * Fix hash table creation on PostgreSQL 14. diff --git a/debian/control b/debian/control index d7487b9..28c4396 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Build-Depends: bison (>> 2:3), debhelper-compat (= 13), flex, - postgresql-all (>= 217~), + postgresql-server-dev-all (>= 217~), Standards-Version: 4.5.0 Rules-Requires-Root: no Vcs-Git: https://github.com/df7cb/postgresql-unit.git diff --git a/debian/control.in b/debian/control.in index 4f7a3af..95fcad9 100644 --- a/debian/control.in +++ b/debian/control.in @@ -6,7 +6,7 @@ Build-Depends: bison (>> 2:3), debhelper-compat (= 13), flex, - postgresql-all (>= 217~), + postgresql-server-dev-all (>= 217~), Standards-Version: 4.5.0 Rules-Requires-Root: no Vcs-Git: https://github.com/df7cb/postgresql-unit.git