File: rules

package info (click to toggle)
pg-rage-terminator 0.1.7-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 88 kB
  • sloc: ansic: 198; makefile: 16; sh: 9
file content (21 lines) | stat: -rwxr-xr-x 416 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/usr/bin/make -f

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

override_dh_auto_build:
	 +pg_buildext build build-%v

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

override_dh_auto_install:
	 +pg_buildext install build-%v pg-rage-terminator-%v

override_dh_installdocs:
	 dh_installdocs --all README.*

override_dh_auto_clean:
	 +pg_buildext clean build-%v

%:
	 dh $@