Skip to content

Commit 21fce05

Browse files
committed
New upstream version.
* Upload for PostgreSQL 17. * Restrict to 64-bit architectures.
1 parent f5b30c8 commit 21fce05

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
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.9-1) unstable; urgency=medium
2+
3+
* New upstream version.
4+
* Upload for PostgreSQL 17.
5+
* Restrict to 64-bit architectures.
6+
7+
-- Christoph Berg <[email protected]> Sun, 15 Sep 2024 13:58:15 +0200
8+
19
postgresql-unit (7.8-1) unstable; urgency=medium
210

311
* New upstream version.

debian/control

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,18 @@ Section: database
33
Priority: optional
44
Maintainer: Christoph Berg <[email protected]>
55
Build-Depends:
6+
architecture-is-64-bit <!pkg.postgresql.32-bit>,
67
bison,
78
debhelper-compat (= 13),
89
flex,
910
postgresql-server-dev-all (>= 217~),
10-
Standards-Version: 4.6.2
11+
Standards-Version: 4.7.0
1112
Rules-Requires-Root: no
1213
Vcs-Git: https://github.com/df7cb/postgresql-unit.git
1314
Vcs-Browser: https://github.com/df7cb/postgresql-unit
1415
Homepage: https://github.com/df7cb/postgresql-unit
1516

16-
Package: postgresql-16-unit
17+
Package: postgresql-17-unit
1718
Architecture: any
1819
Depends: ${misc:Depends}, ${shlibs:Depends}, ${postgresql:Depends}
1920
Description: SI Units for PostgreSQL

debian/control.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ Section: database
33
Priority: optional
44
Maintainer: Christoph Berg <[email protected]>
55
Build-Depends:
6+
architecture-is-64-bit <!pkg.postgresql.32-bit>,
67
bison,
78
debhelper-compat (= 13),
89
flex,
910
postgresql-server-dev-all (>= 217~),
10-
Standards-Version: 4.6.2
11+
Standards-Version: 4.7.0
1112
Rules-Requires-Root: no
1213
Vcs-Git: https://github.com/df7cb/postgresql-unit.git
1314
Vcs-Browser: https://github.com/df7cb/postgresql-unit

0 commit comments

Comments
 (0)