File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ postgresql-unit (7.7-2) unstable; urgency=medium
2+
3+ * Upload for PostgreSQL 16.
4+ * Use ${postgresql:Depends}.
5+
6+ -- Christoph Berg <myon@debian.org> Mon, 18 Sep 2023 22:22:20 +0200
7+
18postgresql-unit (7.7-1) unstable; urgency=medium
29
310 * Fix printing of values around 1e33 on i386.
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.6.1
10+ Standards-Version: 4.6.2
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-15 -unit
16+ Package: postgresql-16 -unit
1717Architecture: any
18- Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-15
18+ Depends: ${misc:Depends}, ${shlibs:Depends}, ${ postgresql:Depends}
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,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
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
1616Package: postgresql-PGVERSION-unit
1717Architecture: any
18- Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-PGVERSION
18+ Depends: ${misc:Depends}, ${shlibs:Depends}, ${ postgresql:Depends}
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
You can’t perform that action at this time.
0 commit comments