--- pg-stat-kcache-2.2.0.orig/debian/changelog +++ pg-stat-kcache-2.2.0/debian/changelog @@ -1,3 +1,10 @@ +pg-stat-kcache (2.2.0-1.pgdg20.04+1) focal-pgdg; urgency=medium + + * Rebuild for focal-pgdg. + * No source changes. + + -- PostgreSQL on Debian and Ubuntu Wed, 09 Dec 2020 22:01:38 +0800 + pg-stat-kcache (2.2.0-1) unstable; urgency=medium * New upstream version. --- pg-stat-kcache-2.2.0.orig/debian/control +++ pg-stat-kcache-2.2.0/debian/control @@ -8,6 +8,46 @@ Vcs-Browser: https://github.com/powa-team/pg_stat_kcache Vcs-Git: https://github.com/powa-team/pg_stat_kcache.git +Package: postgresql-9.5-pg-stat-kcache +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-9.5, + postgresql-contrib-9.5 +Description: PostgreSQL extension to gather per-query kernel statistics. + Statistics gathered are reads and writes done out of the operating system + cache, user and system CPU usage, context switches and all the other + meaningful metrics returned by getrusage(2). All those counters are + aggregated per postgres role, database and normalized query identifier. + +Package: postgresql-9.6-pg-stat-kcache +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-9.6, + postgresql-contrib-9.6 +Description: PostgreSQL extension to gather per-query kernel statistics. + Statistics gathered are reads and writes done out of the operating system + cache, user and system CPU usage, context switches and all the other + meaningful metrics returned by getrusage(2). All those counters are + aggregated per postgres role, database and normalized query identifier. + +Package: postgresql-10-pg-stat-kcache +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-10, + postgresql-contrib-10 +Description: PostgreSQL extension to gather per-query kernel statistics. + Statistics gathered are reads and writes done out of the operating system + cache, user and system CPU usage, context switches and all the other + meaningful metrics returned by getrusage(2). All those counters are + aggregated per postgres role, database and normalized query identifier. + +Package: postgresql-11-pg-stat-kcache +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-11, + postgresql-contrib-11 +Description: PostgreSQL extension to gather per-query kernel statistics. + Statistics gathered are reads and writes done out of the operating system + cache, user and system CPU usage, context switches and all the other + meaningful metrics returned by getrusage(2). All those counters are + aggregated per postgres role, database and normalized query identifier. + Package: postgresql-12-pg-stat-kcache Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-12, @@ -15,5 +55,15 @@ Description: PostgreSQL extension to gather per-query kernel statistics. Statistics gathered are reads and writes done out of the operating system cache, user and system CPU usage, context switches and all the other + meaningful metrics returned by getrusage(2). All those counters are + aggregated per postgres role, database and normalized query identifier. + +Package: postgresql-13-pg-stat-kcache +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-13, + postgresql-contrib-13 +Description: PostgreSQL extension to gather per-query kernel statistics. + Statistics gathered are reads and writes done out of the operating system + cache, user and system CPU usage, context switches and all the other meaningful metrics returned by getrusage(2). All those counters are aggregated per postgres role, database and normalized query identifier. --- pg-stat-kcache-2.2.0.orig/debian/tests/control +++ pg-stat-kcache-2.2.0/debian/tests/control @@ -1,3 +1,3 @@ -Depends: @, postgresql-contrib-12, postgresql-server-dev-all +Depends: @, postgresql-contrib-9.5, postgresql-contrib-9.6, postgresql-contrib-10, postgresql-contrib-11, postgresql-contrib-12, postgresql-contrib-13, postgresql-server-dev-all Tests: installcheck Restrictions: allow-stderr