File: rules

package info (click to toggle)
pgsql-asn1oid 0.0.20100818-3.5
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 128 kB
  • ctags: 67
  • sloc: ansic: 269; makefile: 121; sql: 120; sh: 1
file content (19 lines) | stat: -rwxr-xr-x 370 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/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 postgresql-%v-asn1oid

override_dh_auto_clean:
	+pg_buildext clean build-%v
	rm -rf results

%:
	dh $@