Merge pull request #143 from vorsel/1.0.0-2

DISTPG-7 update debian rules for 1.0.0-rc.1 version
pull/144/head 1.0.0-rc.1
Oleksandr Miroshnychenko 2021-11-29 10:51:54 +02:00 committed by GitHub
commit d05f6d8e3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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