File: rules

package info (click to toggle)
liboauth2 1.4.5.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,252 kB
  • sloc: ansic: 18,786; makefile: 176; sh: 12
file content (19 lines) | stat: -rwxr-xr-x 503 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
# 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 DEB_CFLAGS_MAINT_APPEND = -Wno-error=deprecated-declarations
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 none at all"