From 046e04938d6447035c279dbb7209ac6b412c5c5b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 14:33:22 +0200 Subject: Merging upstream version 259. Signed-off-by: Daniel Baumann --- pg_buildext.pod | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'pg_buildext.pod') diff --git a/pg_buildext.pod b/pg_buildext.pod index d76c701..0bc6aab 100644 --- a/pg_buildext.pod +++ b/pg_buildext.pod @@ -64,6 +64,9 @@ is fine to provide the tests control file directly.) Passed to B when running B. +These arguments can also be set via the B environment +variable. + =item B<-m> I Passed to B. @@ -278,6 +281,9 @@ configure the list of supported versions on your system. override_dh_installdocs: dh_installdocs --all README.* + override_dh_pgxs_test: + +pg_buildext installcheck . build-%v postgresql-%v-foobar + override_dh_auto_clean: +pg_buildext clean build-%v @@ -346,6 +352,8 @@ The replacement of B (plural) in debian/control.in and B and B were introduced in postgresql-common (>= 256~). +Setting B arguments from B was introduced in +postgresql-common (>= 259~). =head1 SEE ALSO -- cgit v1.2.3