From 5e2740e9c1e9369be73c0e83faef629b7f11fe62 Mon Sep 17 00:00:00 2001 From: Adrien Nayrat Date: Wed, 28 Oct 2020 09:17:18 +0100 Subject: [PATCH 1/2] Fix url typo --- debian/control | 6 +++--- debian/control.in | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/debian/control b/debian/control index 3341707..066ba82 100644 --- a/debian/control +++ b/debian/control @@ -4,9 +4,9 @@ Priority: optional Maintainer: Adrien Nayrat Standards-Version: 4.5.0 Build-Depends: debhelper (>=9~), postgresql-server-dev-all (>= 141~) -Homepage: https://github.com/postgrespro/pg_wait-sampling -Vcs-Browser: https://github.com/postgrespro/pg_wait-sampling -Vcs-Git: https://github.com/postgrespro/pg_wait-sampling.git +Homepage: https://github.com/postgrespro/pg_wait_sampling +Vcs-Browser: https://github.com/postgrespro/pg_wait_sampling +Vcs-Git: https://github.com/postgrespro/pg_wait_sampling.git Package: postgresql-9.6-pg-wait-sampling Architecture: any diff --git a/debian/control.in b/debian/control.in index 3dc1b57..3ed5fe0 100644 --- a/debian/control.in +++ b/debian/control.in @@ -4,9 +4,9 @@ Priority: optional Maintainer: Adrien Nayrat Standards-Version: 4.5.0 Build-Depends: debhelper (>=9~), postgresql-server-dev-all (>= 141~) -Homepage: https://github.com/postgrespro/pg_wait-sampling -Vcs-Browser: https://github.com/postgrespro/pg_wait-sampling -Vcs-Git: https://github.com/postgrespro/pg_wait-sampling.git +Homepage: https://github.com/postgrespro/pg_wait_sampling +Vcs-Browser: https://github.com/postgrespro/pg_wait_sampling +Vcs-Git: https://github.com/postgrespro/pg_wait_sampling.git Package: postgresql-PGVERSION-pg-wait-sampling Architecture: any From 02e48e882ef6fd2a373678b43fe683d52a13bd51 Mon Sep 17 00:00:00 2001 From: Adrien Nayrat Date: Wed, 28 Oct 2020 10:16:41 +0100 Subject: [PATCH 2/2] Debian new upstream version compatible with PG13 --- debian/changelog | 6 ++++++ debian/control | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/debian/changelog b/debian/changelog index 397ab0e..8f87a47 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pg-wait-sampling (1.1.2-1) unstable; urgency=medium + + * New upstream version compatible with PG13 + + -- Adrien Nayrat Wed, 28 Oct 2020 09:03:03 +0000 + pg-wait-sampling (1.1.1-1) unstable; urgency=medium * Release 1.1.1 diff --git a/debian/control b/debian/control index 066ba82..fd27614 100644 --- a/debian/control +++ b/debian/control @@ -31,3 +31,9 @@ Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-12, Description: pg_wait-sampling provides functions for detailed per backend and per query statistics about PostgreSQL wait events + +Package: postgresql-13-pg-wait-sampling +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-13, +Description: pg_wait-sampling provides functions for detailed per backend + and per query statistics about PostgreSQL wait events