File: rules

package info (click to toggle)
postgresql-prioritize 1.0.4-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 124 kB
  • sloc: ansic: 88; makefile: 29; sql: 11; sh: 1
file content (16 lines) | stat: -rwxr-xr-x 268 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

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

override_dh_auto_build:

override_dh_auto_test:

override_dh_auto_install:
	+pg_buildext loop postgresql-%v-prioritize

override_dh_installdocs:
	dh_installdocs --all README.*

%:
	dh $@