Skip to content

Commit 38cef73

Browse files
committed
Debian: Upload for PostgreSQL 16.
Use ${postgresql:Depends}.
1 parent 0e52347 commit 38cef73

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

debian/changelog

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
postgresql-unit (7.7-2) unstable; urgency=medium
2+
3+
* Upload for PostgreSQL 16.
4+
* Use ${postgresql:Depends}.
5+
6+
-- Christoph Berg <[email protected]> Mon, 18 Sep 2023 22:22:20 +0200
7+
18
postgresql-unit (7.7-1) unstable; urgency=medium
29

310
* Fix printing of values around 1e33 on i386.

debian/control

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ Build-Depends:
77
debhelper-compat (= 13),
88
flex,
99
postgresql-server-dev-all (>= 217~),
10-
Standards-Version: 4.6.1
10+
Standards-Version: 4.6.2
1111
Rules-Requires-Root: no
1212
Vcs-Git: https://github.com/df7cb/postgresql-unit.git
1313
Vcs-Browser: https://github.com/df7cb/postgresql-unit
1414
Homepage: https://github.com/df7cb/postgresql-unit
1515

16-
Package: postgresql-15-unit
16+
Package: postgresql-16-unit
1717
Architecture: any
18-
Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-15
18+
Depends: ${misc:Depends}, ${shlibs:Depends}, ${postgresql:Depends}
1919
Description: SI Units for PostgreSQL
2020
postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
2121
base units can be combined to named and unnamed derived units using operators

debian/control.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ Build-Depends:
77
debhelper-compat (= 13),
88
flex,
99
postgresql-server-dev-all (>= 217~),
10-
Standards-Version: 4.6.1
10+
Standards-Version: 4.6.2
1111
Rules-Requires-Root: no
1212
Vcs-Git: https://github.com/df7cb/postgresql-unit.git
1313
Vcs-Browser: https://github.com/df7cb/postgresql-unit
1414
Homepage: https://github.com/df7cb/postgresql-unit
1515

1616
Package: postgresql-PGVERSION-unit
1717
Architecture: any
18-
Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-PGVERSION
18+
Depends: ${misc:Depends}, ${shlibs:Depends}, ${postgresql:Depends}
1919
Description: SI Units for PostgreSQL
2020
postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
2121
base units can be combined to named and unnamed derived units using operators

0 commit comments

Comments
 (0)