File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change
1
+ pg-wait-sampling (1.1.4-2) unstable; urgency=medium
2
+
3
+ * Team upload for PostgreSQL 15.
4
+
5
+ -- Christoph Berg <myon@debian.org> Fri, 21 Oct 2022 11:08:29 +0200
6
+
1
7
pg-wait-sampling (1.1.4-1) unstable; urgency=medium
2
8
3
9
* Team upload.
Original file line number Diff line number Diff line change @@ -2,16 +2,16 @@ Source: pg-wait-sampling
2
2
Section: database
3
3
Priority: optional
4
4
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
5
- Standards-Version: 4.5.0
5
+ Standards-Version: 4.6.1
6
6
Rules-Requires-Root: no
7
7
Build-Depends: debhelper-compat (= 13), postgresql-all (>= 217~)
8
8
Homepage: https://github.com/postgrespro/pg_wait_sampling
9
9
Vcs-Browser: https://github.com/postgrespro/pg_wait_sampling
10
10
Vcs-Git: https://github.com/postgrespro/pg_wait_sampling.git -b debian
11
11
12
- Package: postgresql-14 -pg-wait-sampling
12
+ Package: postgresql-15 -pg-wait-sampling
13
13
Architecture: any
14
- Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-14 ,
14
+ Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-15 ,
15
15
Description: Extension providing statistics about PostgreSQL wait events
16
16
pg_wait-sampling is an extension which provides functions for detailed
17
17
per backend and per query wait events statistics.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Source: pg-wait-sampling
2
2
Section: database
3
3
Priority: optional
4
4
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
5
- Standards-Version: 4.5.0
5
+ Standards-Version: 4.6.1
6
6
Rules-Requires-Root: no
7
7
Build-Depends: debhelper-compat (= 13), postgresql-all (>= 217~)
8
8
Homepage: https://github.com/postgrespro/pg_wait_sampling
You can’t perform that action at this time.
0 commit comments