File: rules

package info (click to toggle)
libapache2-mod-auth-pubtkt 0.13-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 372 kB
  • sloc: ansic: 1,218; perl: 340; php: 268; sh: 143; makefile: 30
file content (18 lines) | stat: -rwxr-xr-x 349 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

%:
	dh $@ --with apache2

override_dh_auto_configure:
	./configure --apxs=/usr/bin/apxs2 --apachever=2.4

override_dh_auto_clean:
	touch Makedefs
	cd src && make clean
	rm -f Makedefs
	
override_dh_installexamples:
	find php-login -type f | xargs chmod -x
	rm -f php-login/private/*pem
	rm -f perl-login/*pem
	dh_installexamples