File: rules

package info (click to toggle)
pg-statviz 0.7-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,800 kB
  • sloc: python: 2,849; sql: 1,470; makefile: 18; sh: 13
file content (12 lines) | stat: -rwxr-xr-x 279 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

%:
	dh $@ --with pgxs_loop,python3

override_dh_install:
	dh_install
	install src/run_pg_statviz debian/pg-statviz/usr/bin/pg_statviz

override_dh_installdocs:
	dh_installdocs --all README.*
	rm -v debian/*/usr/share/doc/postgresql-doc-*/extension/README.md*