File: rules

package info (click to toggle)
citus 8.0.0.PGDG-2
  • links: PTS
  • area: main
  • in suites: buster
  • size: 17,088 kB
  • sloc: ansic: 75,075; sql: 46,674; sh: 1,280; perl: 684; python: 670; makefile: 429
file content (21 lines) | stat: -rwxr-xr-x 461 bytes parent folder | download
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_clean:
	+pg_buildext clean build-%v

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

override_dh_auto_configure:
	+pg_buildext configure build-%v --with-extra-version="$${CONF_EXTRA_VERSION:-}"

override_dh_auto_install:
	+pg_buildext install build-%v postgresql-%v-citus

%:
	dh $@