File tree Expand file tree Collapse file tree 6 files changed +16
-24
lines changed Expand file tree Collapse file tree 6 files changed +16
-24
lines changed Original file line number Diff line number Diff line change
1
+ pg-wait-sampling (1.1.2-2) unstable; urgency=medium
2
+
3
+ * Team upload.
4
+ * Use dh --with pgxs_loop.
5
+ * R³: no, DH 13.
6
+
7
+ -- Christoph Berg <myon@debian.org> Wed, 02 Dec 2020 15:49:35 +0100
8
+
1
9
pg-wait-sampling (1.1.2-1) unstable; urgency=medium
2
10
3
11
* New upstream version compatible with PG13
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ Section: database
3
3
Priority: optional
4
4
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
5
5
Standards-Version: 4.5.0
6
- Build-Depends: debhelper (>=9~), postgresql-server-dev-all (>= 141~)
6
+ Rules-Requires-Root: no
7
+ Build-Depends: debhelper-compat (= 13), postgresql-all (>= 217~)
7
8
Homepage: https://github.com/postgrespro/pg_wait_sampling
8
9
Vcs-Browser: https://github.com/postgrespro/pg_wait_sampling
9
10
Vcs-Git: https://github.com/postgrespro/pg_wait_sampling.git
Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ Section: database
3
3
Priority: optional
4
4
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
5
5
Standards-Version: 4.5.0
6
- Build-Depends: debhelper (>=9~), postgresql-server-dev-all (>= 141~)
6
+ Rules-Requires-Root: no
7
+ Build-Depends: debhelper-compat (= 13), postgresql-all (>= 217~)
7
8
Homepage: https://github.com/postgrespro/pg_wait_sampling
8
9
Vcs-Browser: https://github.com/postgrespro/pg_wait_sampling
9
10
Vcs-Git: https://github.com/postgrespro/pg_wait_sampling.git
Original file line number Diff line number Diff line change 1
1
# !/usr/bin/make -f
2
2
3
- PKGVER = $(shell dpkg-parsechangelog | awk -F '[:-]' '/^Version:/ { print substr($$2, 2) }')
4
- EXCLUDE = --exclude-vcs --exclude=debian
5
-
6
- include /usr/share/postgresql-common/pgxs_debian_control.mk
7
-
8
- override_dh_auto_build :
9
- # do nothing
10
-
11
- override_dh_auto_test :
12
- # nothing to do here, upstream tests used, see debian/tests/*
13
-
14
- override_dh_auto_install :
15
- # build all supported versions
16
- +pg_buildext loop postgresql-%v-pg-wait-sampling
17
-
18
3
override_dh_installdocs :
19
4
dh_installdocs --all README.md
20
5
21
- override_dh_auto_clean :
22
- $( MAKE ) clean USE_PGXS=1 PG_CONFIG=/usr/bin/pg_config
6
+ override_dh_pgxs_test :
7
+ pg_buildext -o " shared_preload_libraries=pg_wait_sampling " installcheck . . postgresql-%v-pg-wait-sampling
23
8
24
- orig : debian/control clean
25
- cd .. && tar czf pg-wait-sampling_$(PKGVER ) .orig.tar.gz $(EXCLUDE ) pg_wait_sampling-$(PKGVER )
26
9
% :
27
- dh $@
10
+ dh $@ --with pgxs_loop
Original file line number Diff line number Diff line change 1
- Depends: @, postgresql-server-dev-all
1
+ Depends: @, make
2
2
Tests: installcheck
3
3
Restrictions: allow-stderr
You can’t perform that action at this time.
0 commit comments