DISTPG-7 fir debian rules for 1.0.0-rc.1 version

pull/143/head
Oleksandr Miroshnychenko 2021-11-26 16:47:00 +02:00
parent 8fe7676923
commit 3b155bd643
1 changed files with 4 additions and 5 deletions

View File

@ -12,18 +12,17 @@ export USE_PGXS=1
dh $@ dh $@
override_dh_auto_build: override_dh_auto_build:
+pg_buildext build build-%v +pg_buildext clean . build-%v
+pg_buildext build . build-%v
override_dh_auto_test: override_dh_auto_test:
# nothing to do here # nothing to do here
override_dh_auto_install: override_dh_auto_install:
+pg_buildext install build-%v percona-pg-stat-monitor@@PG_REL@@ +pg_buildext install . build-%v percona-pg-stat-monitor@@PG_REL@@
override_dh_installdocs: override_dh_installdocs:
dh_installdocs --all README.* dh_installdocs --all README.*
override_dh_auto_clean: override_dh_auto_clean:
+pg_buildext clean build-%v rm -rf results/* regression.*
rm -rf results regression.*
mkdir results