Skip to content

Commit 24779b6

Browse files
committed
B-D on postgresql-server-dev-all only instead of postgresql-all since we are not testing at build-time.
1 parent 51c46ff commit 24779b6

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
postgresql-unit (7.4-2) UNRELEASED; urgency=medium
2+
3+
* B-D on postgresql-server-dev-all only instead of postgresql-all since we
4+
are not testing at build-time.
5+
6+
-- Christoph Berg <myon@debian.org> Fri, 17 Sep 2021 09:52:44 +0200
7+
18
postgresql-unit (7.4-1) experimental; urgency=medium
29

310
* Fix hash table creation on PostgreSQL 14.

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Build-Depends:
66
bison (>> 2:3),
77
debhelper-compat (= 13),
88
flex,
9-
postgresql-all (>= 217~),
9+
postgresql-server-dev-all (>= 217~),
1010
Standards-Version: 4.5.0
1111
Rules-Requires-Root: no
1212
Vcs-Git: https://github.com/df7cb/postgresql-unit.git

debian/control.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Build-Depends:
66
bison (>> 2:3),
77
debhelper-compat (= 13),
88
flex,
9-
postgresql-all (>= 217~),
9+
postgresql-server-dev-all (>= 217~),
1010
Standards-Version: 4.5.0
1111
Rules-Requires-Root: no
1212
Vcs-Git: https://github.com/df7cb/postgresql-unit.git

0 commit comments

Comments
 (0)