File: rules

package info (click to toggle)
tds-fdw 2.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,012 kB
  • sloc: ansic: 5,353; sql: 520; python: 418; makefile: 23; sh: 1
file content (10 lines) | stat: -rwxr-xr-x 199 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

override_dh_installdocs:
	dh_installdocs --all README.md

override_dh_pgxs_test:
	pg_buildext psql . . postgresql-%v-tds-fdw < debian/tests/script.sql

%:
	dh $@ --with pgxs_loop