@@ -4,9 +4,9 @@ Priority: optional
44Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
55Standards-Version: 4.5.0
66Build-Depends: debhelper (>=9~), postgresql-server-dev-all (>= 141~)
7- Homepage: https://github.com/postgrespro/pg_wait-sampling
8- Vcs-Browser: https://github.com/postgrespro/pg_wait-sampling
9- Vcs-Git: https://github.com/postgrespro/pg_wait-sampling .git
7+ Homepage: https://github.com/postgrespro/pg_wait_sampling
8+ Vcs-Browser: https://github.com/postgrespro/pg_wait_sampling
9+ Vcs-Git: https://github.com/postgrespro/pg_wait_sampling .git
1010
1111Package: postgresql-9.6-pg-wait-sampling
1212Architecture: any
@@ -31,3 +31,9 @@ Architecture: any
3131Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-12,
3232Description: pg_wait-sampling provides functions for detailed per backend
3333 and per query statistics about PostgreSQL wait events
34+
35+ Package: postgresql-13-pg-wait-sampling
36+ Architecture: any
37+ Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-13,
38+ Description: pg_wait-sampling provides functions for detailed per backend
39+ and per query statistics about PostgreSQL wait events