/usr/share/postgresql-common/pgxs_debian_control.mk is in postgresql-server-dev-all 173.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 | #
# produce a debian/control file from a debian/control.in
#
# In debian/rules, include /usr/share/postgresql-common/pgxs_debian_control.mk
#
# Author: Dimitri Fontaine <dfontaine@hi-media.com>
#
debian/control: debian/control.in debian/pgversions
pg_buildext checkcontrol
# run check when clean is invoked
clean: debian/control
.PHONY: debian/control
|