Skip to content

Commit 61aafed

Browse files
committed
Debian: Upload for PostgreSQL 18. (Closes: #1117334)
* Add ${postgresql:Breaks}. * debian/tests: Depend on postgresql-common-dev instead of 'make'.
1 parent a27fb20 commit 61aafed

File tree

4 files changed

+32
-12
lines changed

4 files changed

+32
-12
lines changed

debian/changelog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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+
19
postgresql-unit (7.10-1) unstable; urgency=medium
210

311
* Import definitions.units November 2024 Version 3.22.

debian/control

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,24 @@ Section: database
33
Priority: optional
44
Maintainer: Christoph Berg <[email protected]>
55
Build-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
1312
Vcs-Git: https://github.com/df7cb/postgresql-unit.git
1413
Vcs-Browser: https://github.com/df7cb/postgresql-unit
1514
Homepage: https://github.com/df7cb/postgresql-unit
1615

17-
Package: postgresql-17-unit
16+
Package: postgresql-18-unit
1817
Architecture: 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},
2024
Description: 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

debian/control.in

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,24 @@ Section: database
33
Priority: optional
44
Maintainer: Christoph Berg <[email protected]>
55
Build-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
1312
Vcs-Git: https://github.com/df7cb/postgresql-unit.git
1413
Vcs-Browser: https://github.com/df7cb/postgresql-unit
1514
Homepage: https://github.com/df7cb/postgresql-unit
1615

1716
Package: postgresql-PGVERSION-unit
1817
Architecture: 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},
2024
Description: 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

debian/tests/control

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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,

0 commit comments

Comments
 (0)