File: rules

package info (click to toggle)
libapache2-mod-auth-mellon 0.18.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,044 kB
  • sloc: ansic: 8,207; sh: 85; makefile: 74
file content (19 lines) | stat: -rwxr-xr-x 453 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --with apache2

override_dh_auto_install:

override_dh_auto_configure:
	dh_auto_configure -- --enable-diagnostics

override_dh_fixperms:
	dh_fixperms
	chown www-data debian/libapache2-mod-auth-mellon/var/cache/apache2/mod_auth_mellon/
	chmod go= debian/libapache2-mod-auth-mellon/var/cache/apache2/mod_auth_mellon/

override_dh_installchangelogs:
	dh_installchangelogs NEWS