File: rules

package info (click to toggle)
liboauth2 1.4.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,192 kB
  • sloc: ansic: 18,389; makefile: 178; sh: 12
file content (18 lines) | stat: -rwxr-xr-x 420 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
# See debhelper(7) (uncomment to enable)
# output every command that modifies files on the build system.
#export DH_VERBOSE = 1

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export C_INCLUDE_PATH=$C_INCLUDE_PATH:/usr/include/apache2/

export CK_FORK=no

%:
	dh $@ --with autoreconf

override_dh_auto_configure:
	dh_auto_configure -- --disable-static

override_dh_auto_test:
	echo "do nothing here"