Skip to content

Commit 42930c2

Browse files
committed
Debian: Upload for PostgreSQL 15.
1 parent 8db54b4 commit 42930c2

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
postgresql-unit (7.5-2) unstable; urgency=medium
2+
3+
* Upload for PostgreSQL 15.
4+
5+
-- Christoph Berg <[email protected]> Mon, 24 Oct 2022 16:48:19 +0200
6+
17
postgresql-unit (7.5-1) unstable; urgency=medium
28

39
* Use "create" without "or replace" in extension sql scripts.

debian/control

Lines changed: 3 additions & 3 deletions
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.5.0
10+
Standards-Version: 4.6.1
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-14-unit
16+
Package: postgresql-15-unit
1717
Architecture: any
18-
Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-14
18+
Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-15
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

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

0 commit comments

Comments
 (0)