File: rules

package info (click to toggle)
libapache-ssllookup-perl 2.00-04-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 208 kB
  • ctags: 19
  • sloc: perl: 209; ansic: 10; makefile: 8; sh: 4
file content (14 lines) | stat: -rwxr-xr-x 279 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

APR_INC := $(shell /usr/bin/apr-config --includedir)

override_dh_auto_build:
	dh_auto_build -- C_INCLUDE_PATH="$(APR_INC)"

override_dh_auto_test:
	APACHE_TEST_EXTRA_ARGS="-httpd_conf $(CURDIR)/debian/apache2.conf" \
                dh_auto_test


%:
	dh $@