Skip to content

Commit 9fbd834

Browse files
anayratdf7cb
authored andcommitted
Reword debian package description
First line is for short description. Subsequent lines are for extended description.
1 parent 32c389d commit 9fbd834

File tree

2 files changed

+18
-12
lines changed

2 files changed

+18
-12
lines changed

debian/control

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,29 +11,34 @@ Vcs-Git: https://github.com/postgrespro/pg_wait_sampling.git
1111
Package: postgresql-9.6-pg-wait-sampling
1212
Architecture: any
1313
Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-9.6,
14-
Description: pg_wait-sampling provides functions for detailed per backend
15-
and per query statistics about PostgreSQL wait events
14+
Description: Extension providing statistics about PostgreSQL wait events
15+
pg_wait-sampling is an extension which provides functions for detailed
16+
per backend and per query wait events statistics.
1617

1718
Package: postgresql-10-pg-wait-sampling
1819
Architecture: any
1920
Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-10,
20-
Description: pg_wait-sampling provides functions for detailed per backend
21-
and per query statistics about PostgreSQL wait events
21+
Description: Extension providing statistics about PostgreSQL wait events
22+
pg_wait-sampling is an extension which provides functions for detailed
23+
per backend and per query wait events statistics.
2224

2325
Package: postgresql-11-pg-wait-sampling
2426
Architecture: any
2527
Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-11,
26-
Description: pg_wait-sampling provides functions for detailed per backend
27-
and per query statistics about PostgreSQL wait events
28+
Description: Extension providing statistics about PostgreSQL wait events
29+
pg_wait-sampling is an extension which provides functions for detailed
30+
per backend and per query wait events statistics.
2831

2932
Package: postgresql-12-pg-wait-sampling
3033
Architecture: any
3134
Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-12,
32-
Description: pg_wait-sampling provides functions for detailed per backend
33-
and per query statistics about PostgreSQL wait events
35+
Description: Extension providing statistics about PostgreSQL wait events
36+
pg_wait-sampling is an extension which provides functions for detailed
37+
per backend and per query wait events statistics.
3438

3539
Package: postgresql-13-pg-wait-sampling
3640
Architecture: any
3741
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
42+
Description: Extension providing statistics about PostgreSQL wait events
43+
pg_wait-sampling is an extension which provides functions for detailed
44+
per backend and per query wait events statistics.

debian/control.in

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ Vcs-Git: https://github.com/postgrespro/pg_wait_sampling.git
1111
Package: postgresql-PGVERSION-pg-wait-sampling
1212
Architecture: any
1313
Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-PGVERSION,
14-
Description: pg_wait-sampling provides functions for detailed per backend
15-
and per query statistics about PostgreSQL wait events
14+
Description: Extension providing statistics about PostgreSQL wait events
15+
pg_wait-sampling is an extension which provides functions for detailed
16+
per backend and per query wait events statistics.

0 commit comments

Comments
 (0)