File: rules

package info (click to toggle)
mpm-itk 2.4.7-04-2
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 244 kB
  • sloc: ansic: 680; makefile: 26; sh: 15
file content (18 lines) | stat: -rwxr-xr-x 397 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:
	dh_auto_configure -- $(shell dpkg-buildflags --export=configure)

override_dh_auto_install:
	echo "Do not run dh_auto_install"

override_dh_install:
	dh_install
	dh_install .libs/mpm_itk.so `apxs2 -q LIBEXECDIR`

override_dh_apache2:
	# --noenable because we need special logic to switch to prefork
	dh_apache2 --noenable