File: pgxs_debian_control.mk

package info (click to toggle)
postgresql-common 200%2Bdeb10u5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,328 kB
  • sloc: perl: 3,196; sh: 1,202; makefile: 87
file content (13 lines) | stat: -rw-r--r-- 354 bytes parent folder | download | duplicates (12)
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