File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 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+
17postgresql-unit (7.5-1) unstable; urgency=medium
28
39 * Use "create" without "or replace" in extension sql scripts.
Original file line number Diff line number Diff 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
1111Rules-Requires-Root: no
1212Vcs-Git: https://github.com/df7cb/postgresql-unit.git
1313Vcs-Browser: https://github.com/df7cb/postgresql-unit
1414Homepage: https://github.com/df7cb/postgresql-unit
1515
16- Package: postgresql-14 -unit
16+ Package: postgresql-15 -unit
1717Architecture: any
18- Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-14
18+ Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-15
1919Description: 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
Original file line number Diff line number Diff 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
1111Rules-Requires-Root: no
1212Vcs-Git: https://github.com/df7cb/postgresql-unit.git
1313Vcs-Browser: https://github.com/df7cb/postgresql-unit
You can’t perform that action at this time.
0 commit comments