File: rules

package info (click to toggle)
postgresql-hll 2.12-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 58,640 kB
  • sloc: ansic: 2,421; sql: 1,854; cpp: 201; makefile: 27; sh: 1
file content (17 lines) | stat: -rwxr-xr-x 325 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

include /usr/share/postgresql-common/pgxs_debian_control.mk

%:
	dh $@

override_dh_auto_build:

override_dh_auto_test:
	# nothing to do here, see debian/tests/* instead

override_dh_auto_install:
	+pg_buildext loop postgresql-%v-hll

override_dh_installdocs:
	dh_installdocs --all README.md REFERENCE.md