File: rules

package info (click to toggle)
libdbd-pg-perl 2.19.2-2%2Bdeb7u1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,460 kB
  • sloc: perl: 8,051; ansic: 5,242; makefile: 7
file content (11 lines) | stat: -rwxr-xr-x 226 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/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