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+
19pg-wait-sampling (1.1.2-1) unstable; urgency=medium
210
311 * 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
33Priority: optional
44Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
55Standards-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~)
78Homepage: https://github.com/postgrespro/pg_wait_sampling
89Vcs-Browser: https://github.com/postgrespro/pg_wait_sampling
910Vcs-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
33Priority: optional
44Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
55Standards-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~)
78Homepage: https://github.com/postgrespro/pg_wait_sampling
89Vcs-Browser: https://github.com/postgrespro/pg_wait_sampling
910Vcs-Git: https://github.com/postgrespro/pg_wait_sampling.git
Original file line number Diff line number Diff line change 11# !/usr/bin/make -f
22
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-
183override_dh_installdocs :
194 dh_installdocs --all README.md
205
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
238
24- orig : debian/control clean
25- cd .. && tar czf pg-wait-sampling_$(PKGVER ) .orig.tar.gz $(EXCLUDE ) pg_wait_sampling-$(PKGVER )
269% :
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
22Tests: installcheck
33Restrictions: allow-stderr
You can’t perform that action at this time.
0 commit comments