File tree Expand file tree Collapse file tree 4 files changed +32
-12
lines changed Expand file tree Collapse file tree 4 files changed +32
-12
lines changed Original file line number Diff line number Diff line change 1+ postgresql-unit (7.10-2) unstable; urgency=medium
2+
3+ * Upload for PostgreSQL 18. (Closes: #1117334)
4+ * Add ${postgresql:Breaks}.
5+ * debian/tests: Depend on postgresql-common-dev instead of 'make'.
6+
7+ -- Christoph Berg <
[email protected] > Wed, 08 Oct 2025 23:47:48 +0200
8+
19postgresql-unit (7.10-1) unstable; urgency=medium
210
311 * Import definitions.units November 2024 Version 3.22.
Original file line number Diff line number Diff line change @@ -3,20 +3,24 @@ Section: database
33Priority: optional
44Maintainer: Christoph Berg <
[email protected] >
55Build-Depends:
6+ debhelper-compat (= 13),
67 architecture-is-64-bit <!pkg.postgresql.32-bit>,
78 bison,
8- debhelper-compat (= 13),
99 flex,
1010 postgresql-server-dev-all (>= 217~),
11- Standards-Version: 4.7.0
12- Rules-Requires-Root: no
11+ Standards-Version: 4.7.2
1312Vcs-Git: https://github.com/df7cb/postgresql-unit.git
1413Vcs-Browser: https://github.com/df7cb/postgresql-unit
1514Homepage: https://github.com/df7cb/postgresql-unit
1615
17- Package: postgresql-17 -unit
16+ Package: postgresql-18 -unit
1817Architecture: any
19- Depends: ${misc:Depends}, ${shlibs:Depends}, ${postgresql:Depends}
18+ Depends:
19+ ${misc:Depends},
20+ ${postgresql:Depends},
21+ ${shlibs:Depends},
22+ Breaks:
23+ ${postgresql:Breaks},
2024Description: SI Units for PostgreSQL
2125 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
2226 base units can be combined to named and unnamed derived units using operators
Original file line number Diff line number Diff line change @@ -3,20 +3,24 @@ Section: database
33Priority: optional
44Maintainer: Christoph Berg <
[email protected] >
55Build-Depends:
6+ debhelper-compat (= 13),
67 architecture-is-64-bit <!pkg.postgresql.32-bit>,
78 bison,
8- debhelper-compat (= 13),
99 flex,
1010 postgresql-server-dev-all (>= 217~),
11- Standards-Version: 4.7.0
12- Rules-Requires-Root: no
11+ Standards-Version: 4.7.2
1312Vcs-Git: https://github.com/df7cb/postgresql-unit.git
1413Vcs-Browser: https://github.com/df7cb/postgresql-unit
1514Homepage: https://github.com/df7cb/postgresql-unit
1615
1716Package: postgresql-PGVERSION-unit
1817Architecture: any
19- Depends: ${misc:Depends}, ${shlibs:Depends}, ${postgresql:Depends}
18+ Depends:
19+ ${misc:Depends},
20+ ${postgresql:Depends},
21+ ${shlibs:Depends},
22+ Breaks:
23+ ${postgresql:Breaks},
2024Description: SI Units for PostgreSQL
2125 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
2226 base units can be combined to named and unnamed derived units using operators
Original file line number Diff line number Diff line change 1- Depends: @, make
2- Tests: installcheck
3- Restrictions: allow-stderr
1+ Depends:
2+ postgresql-common-dev,
3+ @,
4+ Tests:
5+ installcheck,
6+ Restrictions:
7+ allow-stderr,
You can’t perform that action at this time.
0 commit comments