--- toastinfo-1.1.orig/debian/changelog +++ toastinfo-1.1/debian/changelog @@ -1,3 +1,21 @@ +toastinfo (1.1-4) unstable; urgency=medium + + * Upload for PostgreSQL 12. + + -- Christoph Berg Thu, 31 Oct 2019 11:37:36 +0100 + +toastinfo (1.1-3) unstable; urgency=medium + + * Update PostgreSQL Maintainers address. + + -- Christoph Berg Thu, 07 Feb 2019 14:10:21 +0100 + +toastinfo (1.1-2) unstable; urgency=medium + + * Upload for PostgreSQL 11. + + -- Christoph Berg Wed, 17 Oct 2018 12:55:43 +0200 + toastinfo (1.1-1) unstable; urgency=medium * New upstream release with rpm spec files. --- toastinfo-1.1.orig/debian/control +++ toastinfo-1.1/debian/control @@ -1,17 +1,17 @@ Source: toastinfo Section: database Priority: optional -Maintainer: Debian PostgreSQL Maintainers +Maintainer: Debian PostgreSQL Maintainers Uploaders: Christoph Berg Build-Depends: debhelper (>= 9), postgresql-server-dev-all (>= 153~) -Standards-Version: 4.1.3 +Standards-Version: 4.3.0 Homepage: https://github.com/credativ/toastinfo Vcs-Browser: https://github.com/credativ/toastinfo Vcs-Git: https://github.com/credativ/toastinfo.git -Package: postgresql-10-toastinfo +Package: postgresql-12-toastinfo Architecture: any -Depends: postgresql-10, ${misc:Depends}, ${shlibs:Depends} +Depends: postgresql-12, ${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. @@ -28,4 +28,3 @@ . The function pg_toastpointer returns a varlena's chunk_id oid in the corresponding TOAST table. It returns NULL on non-varlena input. - --- toastinfo-1.1.orig/debian/control.in +++ toastinfo-1.1/debian/control.in @@ -1,10 +1,10 @@ Source: toastinfo Section: database Priority: optional -Maintainer: Debian PostgreSQL Maintainers +Maintainer: Debian PostgreSQL Maintainers Uploaders: Christoph Berg Build-Depends: debhelper (>= 9), postgresql-server-dev-all (>= 153~) -Standards-Version: 4.1.3 +Standards-Version: 4.3.0 Homepage: https://github.com/credativ/toastinfo Vcs-Browser: https://github.com/credativ/toastinfo Vcs-Git: https://github.com/credativ/toastinfo.git