File: rules

package info (click to toggle)
pg-rewrite 2.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 348 kB
  • sloc: ansic: 3,132; sql: 199; makefile: 17; sh: 2
file content (9 lines) | stat: -rwxr-xr-x 193 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

export PG_VIRTUALENV_ARGS = -o wal_level=logical -o shared_preload_libraries=pg_rewrite

%:
	dh $@ --with pgxs

override_dh_installdocs:
	dh_installdocs --all pg_rewrite.md