File: rules

package info (click to toggle)
libpg-perl 1%3A2.1.1-11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 232 kB
  • sloc: perl: 510; ansic: 112; sh: 8; makefile: 7
file content (12 lines) | stat: -rwxr-xr-x 236 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

POSTGRES_INCLUDE=$(shell pg_config --includedir)
POSTGRES_LIB=$(shell pg_config --libdir)
export POSTGRES_INCLUDE POSTGRES_LIB

%:
	dh $@

# test suite does not work during package build
override_dh_auto_test:
	true