File: rules

package info (click to toggle)
libapache2-mod-intercept-form-submit 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 160 kB
  • sloc: ansic: 417; sh: 86; makefile: 26
file content (17 lines) | stat: -rwxr-xr-x 389 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f
# -*- makefile -*-

%:
	dh $@ --with apache2

override_dh_clean:
	dh_clean
	rm -rf .libs

override_dh_auto_build:
	apxs -c -Wc,"-Wall -pedantic -std=c99" -lpam mod_intercept_form_submit.c

override_dh_auto_install:
	mkdir -p $(CURDIR)/debian/tmp/usr/lib/apache2/modules
	install -m 755 .libs/mod_intercept_form_submit.so \
		$(CURDIR)/debian/tmp/usr/lib/apache2/modules