File: rules

package info (click to toggle)
mlmmj 1.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,560 kB
  • sloc: ansic: 13,223; php: 1,337; perl: 904; sh: 501; makefile: 99
file content (17 lines) | stat: -rwxr-xr-x 298 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f
# -*- makefile -*-

export DH_VERBOSE=1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

EXTRA_CONF_OPTS =

ifneq ($(filter nocheck,$(DEB_BUILD_PROFILES)),)
EXTRA_CONF_OPTS += --disable-tests
endif

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- $(EXTRA_CONF_OPTS)