File: rules

package info (click to toggle)
libapache2-mod-oauth2 4.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 184 kB
  • sloc: ansic: 252; makefile: 31; sh: 2
file content (15 lines) | stat: -rwxr-xr-x 256 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

#export DH_VERBOSE = 1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --with apache2

override_dh_autoreconf:
	dh_autoreconf -- ./autogen.sh

override_dh_makeshlibs:
	dh_makeshlibs -a --no-scripts

override_dh_auto_install: