File: rules

package info (click to toggle)
pg-partman 4.7.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 11,640 kB
  • sloc: sql: 154,470; python: 1,298; ansic: 372; makefile: 35; sh: 20
file content (11 lines) | stat: -rwxr-xr-x 280 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

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

override_dh_pgxs_test:
	# defer testing to autopkgtest, we can't build-depend on PG-version-specific pgtap packages yet

%:
	dh $@ --with pgxs_loop