File: rules

package info (click to toggle)
pg-catcheck 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 260 kB
  • sloc: ansic: 2,806; makefile: 40; sh: 4
file content (16 lines) | stat: -rwxr-xr-x 355 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

override_dh_auto_build:
	+pg_buildext build build-%v
	$(MAKE) man

override_dh_installdocs:
	dh_installdocs --all README.*

override_dh_pgxs_test:
	for v in $(shell pg_buildext supported-versions); do \
	  pg_virtualenv -v $$v debian/postgresql-$$v-pg-catcheck/usr/lib/postgresql/$$v/bin/pg_catcheck -v; \
	done

%:
	dh $@ --with pgxs