File: rules

package info (click to toggle)
libdbd-pg-perl 3.5.3-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,228 kB
  • ctags: 692
  • sloc: perl: 8,831; ansic: 5,463; makefile: 9
file content (14 lines) | stat: -rwxr-xr-x 285 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

PG_INCLUDEDIR = $(shell pg_config --includedir)
PG_LIBDIR = $(shell pg_config --libdir)

export POSTGRES_INCLUDE=$(PG_INCLUDEDIR)
export POSTGRES_LIB=$(PG_LIBDIR)
export LC_ALL=C

%:
	dh $@ --with perl_dbi

override_dh_auto_test:
	USER=$(shell whoami) dh_auto_test