Skip to content

Commit

Permalink
Debian: Upload for PostgreSQL 15.
Browse files Browse the repository at this point in the history
  • Loading branch information
df7cb committed Oct 24, 2022
1 parent 8db54b4 commit 42930c2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
postgresql-unit (7.5-2) unstable; urgency=medium

* Upload for PostgreSQL 15.

-- Christoph Berg <[email protected]> Mon, 24 Oct 2022 16:48:19 +0200

postgresql-unit (7.5-1) unstable; urgency=medium

* Use "create" without "or replace" in extension sql scripts.
Expand Down
6 changes: 3 additions & 3 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Build-Depends:
debhelper-compat (= 13),
flex,
postgresql-server-dev-all (>= 217~),
Standards-Version: 4.5.0
Standards-Version: 4.6.1
Rules-Requires-Root: no
Vcs-Git: https://github.com/df7cb/postgresql-unit.git
Vcs-Browser: https://github.com/df7cb/postgresql-unit
Homepage: https://github.com/df7cb/postgresql-unit

Package: postgresql-14-unit
Package: postgresql-15-unit
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-14
Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-15
Description: SI Units for PostgreSQL
postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
base units can be combined to named and unnamed derived units using operators
Expand Down
2 changes: 1 addition & 1 deletion debian/control.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Build-Depends:
debhelper-compat (= 13),
flex,
postgresql-server-dev-all (>= 217~),
Standards-Version: 4.5.0
Standards-Version: 4.6.1
Rules-Requires-Root: no
Vcs-Git: https://github.com/df7cb/postgresql-unit.git
Vcs-Browser: https://github.com/df7cb/postgresql-unit
Expand Down

0 comments on commit 42930c2

Please sign in to comment.