Skip to content
Snippets Groups Projects
Commit 73ac748e authored by Christoph Berg's avatar Christoph Berg :satellite:
Browse files

debian/rules: Use execute_before_dh_auto_install.

Otherwise pg_buildext doesn't get called and the build picks up the wrong
pg_config.
parent e4e447ea
No related branches found
No related tags found
No related merge requests found
Pipeline #722919 passed
postgresql-q3c (2.0.1-3) unstable; urgency=medium
* debian/rules: Use execute_before_dh_auto_install.
-- Christoph Berg <myon@debian.org> Wed, 07 Aug 2024 16:30:03 +0200
postgresql-q3c (2.0.1-2) unstable; urgency=medium
* Install docs to non-generic name (Closes: #1073800)
......
......@@ -6,6 +6,6 @@ override_dh_pgxs_test:
%:
dh $@ --with pgxs_loop
override_dh_auto_install:
# pgxs_loop overrides dh_auto_install internally, use execute_before_ here, not override_dh_auto_install
execute_before_dh_auto_install:
cp README.md q3c.md
dh_auto_install
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment