diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 12:33:22 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 12:33:22 +0000 |
commit | 046e04938d6447035c279dbb7209ac6b412c5c5b (patch) | |
tree | 13949bbeb792dac80368f1285627679664d5fc12 /pg_buildext.pod | |
parent | Releasing progress-linux version 258-0.0~progress7.99u1. (diff) | |
download | postgresql-common-046e04938d6447035c279dbb7209ac6b412c5c5b.tar.xz postgresql-common-046e04938d6447035c279dbb7209ac6b412c5c5b.zip |
Merging upstream version 259.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'pg_buildext.pod')
-rw-r--r-- | pg_buildext.pod | 8 |
1 files changed, 8 insertions, 0 deletions
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<pg_virtualenv> when running B<installcheck>. +These arguments can also be set via the B<PG_VIRTUALENV_ARGS> environment +variable. + =item B<-m> I<arg> Passed to B<make>. @@ -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<PGVERSIONS> (plural) in debian/control.in and B<pg_buildext run> and B<run_installed> were introduced in postgresql-common (>= 256~). +Setting B<pg_virtualenv> arguments from B<PG_VIRTUALENV_ARGS> was introduced in +postgresql-common (>= 259~). =head1 SEE ALSO |