Skip to content

Commit

Permalink
Debian: Upload for PostgreSQL 16.
Browse files Browse the repository at this point in the history
Use ${postgresql:Depends}.
  • Loading branch information
df7cb committed Sep 18, 2023
1 parent 1951d76 commit dc89da0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
toastinfo (1.5-1) unstable; urgency=medium

* Upload for PostgreSQL 16.
* Use ${postgresql:Depends}.

-- Christoph Berg <[email protected]> Mon, 18 Sep 2023 22:50:06 +0200

toastinfo (1.4-3) unstable; urgency=medium

* Upload for PostgreSQL 15.
Expand Down
6 changes: 3 additions & 3 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ Priority: optional
Maintainer: Debian PostgreSQL Maintainers <[email protected]>
Uploaders: Christoph Berg <[email protected]>
Build-Depends: debhelper-compat (= 13), postgresql-all (>= 217~)
Standards-Version: 4.6.1
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://github.com/df7cb/toastinfo
Vcs-Browser: https://github.com/df7cb/toastinfo
Vcs-Git: https://github.com/df7cb/toastinfo.git

Package: postgresql-15-toastinfo
Package: postgresql-16-toastinfo
Architecture: any
Depends: postgresql-15, ${misc:Depends}, ${shlibs:Depends}
Depends: ${postgresql:Depends}, ${misc:Depends}, ${shlibs:Depends}
Description: Show storage structure of varlena datatypes in PostgreSQL
This PostgreSQL extension exposes the internal storage structure of
variable-length datatypes, called varlena.
Expand Down
4 changes: 2 additions & 2 deletions debian/control.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ Priority: optional
Maintainer: Debian PostgreSQL Maintainers <[email protected]>
Uploaders: Christoph Berg <[email protected]>
Build-Depends: debhelper-compat (= 13), postgresql-all (>= 217~)
Standards-Version: 4.6.1
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://github.com/df7cb/toastinfo
Vcs-Browser: https://github.com/df7cb/toastinfo
Vcs-Git: https://github.com/df7cb/toastinfo.git

Package: postgresql-PGVERSION-toastinfo
Architecture: any
Depends: postgresql-PGVERSION, ${misc:Depends}, ${shlibs:Depends}
Depends: ${postgresql:Depends}, ${misc:Depends}, ${shlibs:Depends}
Description: Show storage structure of varlena datatypes in PostgreSQL
This PostgreSQL extension exposes the internal storage structure of
variable-length datatypes, called varlena.
Expand Down

0 comments on commit dc89da0

Please sign in to comment.