File: rules

package info (click to toggle)
postgresql-q3c 2.0.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,548 kB
  • sloc: sql: 27,430; ansic: 3,908; python: 110; perl: 104; makefile: 101; sh: 17
file content (11 lines) | stat: -rwxr-xr-x 318 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

override_dh_pgxs_test:
	echo "make test" | LANG=C.UTF-8 LANGUAGE= pg_buildext virtualenv . . postgresql-%v-q3c

%:
	dh $@ --with pgxs_loop

# 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