File: rules

package info (click to toggle)
postgresql-mysql-fdw 2.5.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 512 kB
  • sloc: ansic: 3,477; sql: 618; sh: 48; makefile: 42
file content (10 lines) | stat: -rwxr-xr-x 197 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

%:
	dh $@ --with pgxs

override_dh_installdocs:
	dh_installdocs --all README.*

override_dh_pgxs_test:
	# defer testing to autopkgtest, we don't have MySQL access at build time