diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 12:32:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 12:32:55 +0000 |
commit | 9cc2995e4c35f593d1770c29f8e0619fc0f7a9f4 (patch) | |
tree | 617657a386230bac3fe383433eaa9bddc1ccce42 /pg_buildext.pod | |
parent | Adding upstream version 258. (diff) | |
download | postgresql-common-9cc2995e4c35f593d1770c29f8e0619fc0f7a9f4.tar.xz postgresql-common-9cc2995e4c35f593d1770c29f8e0619fc0f7a9f4.zip |
Adding upstream version 259.upstream/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 |