--- powa-archivist-3.2.0.orig/debian/changelog +++ powa-archivist-3.2.0/debian/changelog @@ -1,3 +1,16 @@ +powa-archivist (3.2.0-2.pgdg+1) sid-pgdg; urgency=medium + + * Rebuild for sid-pgdg. + * No source changes. + + -- PostgreSQL on Debian and Ubuntu Thu, 31 Oct 2019 11:06:58 +0100 + +powa-archivist (3.2.0-2) unstable; urgency=medium + + * Upload for PostgreSQL 12. + + -- Christoph Berg Thu, 31 Oct 2019 11:06:58 +0100 + powa-archivist (3.2.0-1) unstable; urgency=medium * New upstream version --- powa-archivist-3.2.0.orig/debian/control +++ powa-archivist-3.2.0/debian/control @@ -10,6 +10,30 @@ Vcs-Browser: https://github.com/powa-team/powa-archivist Vcs-Git: https://github.com/powa-team/powa-archivist.git +Package: postgresql-9.4-powa +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-9.4 +Description: PostgreSQL Workload Analyzer -- PostgreSQL 9.4 extension + This package contains the core extension of the PoWA project, a PostgreSQL + Workload Analyzer that gathers performance stats and provides real-time charts + and graphs to help monitor and tune your PostgreSQL servers. + +Package: postgresql-9.5-powa +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-9.5 +Description: PostgreSQL Workload Analyzer -- PostgreSQL 9.5 extension + This package contains the core extension of the PoWA project, a PostgreSQL + Workload Analyzer that gathers performance stats and provides real-time charts + and graphs to help monitor and tune your PostgreSQL servers. + +Package: postgresql-9.6-powa +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-9.6 +Description: PostgreSQL Workload Analyzer -- PostgreSQL 9.6 extension + This package contains the core extension of the PoWA project, a PostgreSQL + Workload Analyzer that gathers performance stats and provides real-time charts + and graphs to help monitor and tune your PostgreSQL servers. + Package: postgresql-10-powa Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-10 @@ -18,3 +42,18 @@ Workload Analyzer that gathers performance stats and provides real-time charts and graphs to help monitor and tune your PostgreSQL servers. +Package: postgresql-11-powa +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-11 +Description: PostgreSQL Workload Analyzer -- PostgreSQL 11 extension + This package contains the core extension of the PoWA project, a PostgreSQL + Workload Analyzer that gathers performance stats and provides real-time charts + and graphs to help monitor and tune your PostgreSQL servers. + +Package: postgresql-12-powa +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-12 +Description: PostgreSQL Workload Analyzer -- PostgreSQL 12 extension + This package contains the core extension of the PoWA project, a PostgreSQL + Workload Analyzer that gathers performance stats and provides real-time charts + and graphs to help monitor and tune your PostgreSQL servers. --- powa-archivist-3.2.0.orig/debian/tests/control +++ powa-archivist-3.2.0/debian/tests/control @@ -1,3 +1,3 @@ -Depends: @, postgresql-contrib-10, postgresql-server-dev-all +Depends: @, postgresql-contrib-9.4, postgresql-contrib-9.5, postgresql-contrib-9.6, postgresql-contrib-10, postgresql-contrib-11, postgresql-contrib-12, postgresql-server-dev-all Tests: installcheck Restrictions: allow-stderr