Skip to content

Commit

Permalink
B-D on postgresql-server-dev-all only instead of postgresql-all since…
Browse files Browse the repository at this point in the history
… we are not testing at build-time.
  • Loading branch information
df7cb committed Sep 17, 2021
1 parent 51c46ff commit 24779b6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Fri, 17 Sep 2021 09:52:44 +0200

postgresql-unit (7.4-1) experimental; urgency=medium

* Fix hash table creation on PostgreSQL 14.
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion debian/control.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 24779b6

Please sign in to comment.