Skip to content

Commit 10c4629

Browse files
committed
Debian: Set 'debian' branch in Vcs-Git field
1 parent b91bd81 commit 10c4629

File tree

2 files changed

+2
-30
lines changed

2 files changed

+2
-30
lines changed

debian/control

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -7,35 +7,7 @@ Rules-Requires-Root: no
77
Build-Depends: debhelper-compat (= 13), postgresql-all (>= 217~)
88
Homepage: https://github.com/postgrespro/pg_wait_sampling
99
Vcs-Browser: https://github.com/postgrespro/pg_wait_sampling
10-
Vcs-Git: https://github.com/postgrespro/pg_wait_sampling.git
11-
12-
Package: postgresql-9.6-pg-wait-sampling
13-
Architecture: any
14-
Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-9.6,
15-
Description: Extension providing statistics about PostgreSQL wait events
16-
pg_wait-sampling is an extension which provides functions for detailed
17-
per backend and per query wait events statistics.
18-
19-
Package: postgresql-10-pg-wait-sampling
20-
Architecture: any
21-
Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-10,
22-
Description: Extension providing statistics about PostgreSQL wait events
23-
pg_wait-sampling is an extension which provides functions for detailed
24-
per backend and per query wait events statistics.
25-
26-
Package: postgresql-11-pg-wait-sampling
27-
Architecture: any
28-
Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-11,
29-
Description: Extension providing statistics about PostgreSQL wait events
30-
pg_wait-sampling is an extension which provides functions for detailed
31-
per backend and per query wait events statistics.
32-
33-
Package: postgresql-12-pg-wait-sampling
34-
Architecture: any
35-
Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-12,
36-
Description: Extension providing statistics about PostgreSQL wait events
37-
pg_wait-sampling is an extension which provides functions for detailed
38-
per backend and per query wait events statistics.
10+
Vcs-Git: https://github.com/postgrespro/pg_wait_sampling.git -b debian
3911

4012
Package: postgresql-13-pg-wait-sampling
4113
Architecture: any

debian/control.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Rules-Requires-Root: no
77
Build-Depends: debhelper-compat (= 13), postgresql-all (>= 217~)
88
Homepage: https://github.com/postgrespro/pg_wait_sampling
99
Vcs-Browser: https://github.com/postgrespro/pg_wait_sampling
10-
Vcs-Git: https://github.com/postgrespro/pg_wait_sampling.git
10+
Vcs-Git: https://github.com/postgrespro/pg_wait_sampling.git -b debian
1111

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

0 commit comments

Comments
 (0)