-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Upload for PostgreSQL 17. * Restrict to 64-bit architectures.
- Loading branch information
Showing
3 changed files
with
13 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
postgresql-unit (7.9-1) unstable; urgency=medium | ||
|
||
* New upstream version. | ||
* Upload for PostgreSQL 17. | ||
* Restrict to 64-bit architectures. | ||
|
||
-- Christoph Berg <[email protected]> Sun, 15 Sep 2024 13:58:15 +0200 | ||
|
||
postgresql-unit (7.8-1) unstable; urgency=medium | ||
|
||
* New upstream version. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,17 +3,18 @@ Section: database | |
Priority: optional | ||
Maintainer: Christoph Berg <[email protected]> | ||
Build-Depends: | ||
architecture-is-64-bit <!pkg.postgresql.32-bit>, | ||
bison, | ||
debhelper-compat (= 13), | ||
flex, | ||
postgresql-server-dev-all (>= 217~), | ||
Standards-Version: 4.6.2 | ||
Standards-Version: 4.7.0 | ||
Rules-Requires-Root: no | ||
Vcs-Git: https://github.com/df7cb/postgresql-unit.git | ||
Vcs-Browser: https://github.com/df7cb/postgresql-unit | ||
Homepage: https://github.com/df7cb/postgresql-unit | ||
|
||
Package: postgresql-16-unit | ||
Package: postgresql-17-unit | ||
Architecture: any | ||
Depends: ${misc:Depends}, ${shlibs:Depends}, ${postgresql:Depends} | ||
Description: SI Units for PostgreSQL | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,11 +3,12 @@ Section: database | |
Priority: optional | ||
Maintainer: Christoph Berg <[email protected]> | ||
Build-Depends: | ||
architecture-is-64-bit <!pkg.postgresql.32-bit>, | ||
bison, | ||
debhelper-compat (= 13), | ||
flex, | ||
postgresql-server-dev-all (>= 217~), | ||
Standards-Version: 4.6.2 | ||
Standards-Version: 4.7.0 | ||
Rules-Requires-Root: no | ||
Vcs-Git: https://github.com/df7cb/postgresql-unit.git | ||
Vcs-Browser: https://github.com/df7cb/postgresql-unit | ||
|