Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit92becb3

Browse files
authored
Merge pull request#28 from anayrat/debian_packaging
Debian new upstream version compatible with PG13
2 parents538701d +02e48e8 commit92becb3

File tree

3 files changed

+18
-6
lines changed

3 files changed

+18
-6
lines changed

‎debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
pg-wait-sampling (1.1.2-1) unstable; urgency=medium
2+
3+
* New upstream version compatible with PG13
4+
5+
-- Adrien Nayrat <adrien.nayrat@anayrat.info> Wed, 28 Oct 2020 09:03:03 +0000
6+
17
pg-wait-sampling (1.1.1-1) unstable; urgency=medium
28

39
* Release 1.1.1

‎debian/control

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Priority: optional
44
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
55
Standards-Version: 4.5.0
66
Build-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

1111
Package: postgresql-9.6-pg-wait-sampling
1212
Architecture: any
@@ -31,3 +31,9 @@ Architecture: any
3131
Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-12,
3232
Description: 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

‎debian/control.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Priority: optional
44
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
55
Standards-Version: 4.5.0
66
Build-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

1111
Package: postgresql-PGVERSION-pg-wait-sampling
1212
Architecture: any

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp