File: rules

package info (click to toggle)
jh71xx-tools 0~2021.07.16~git43be3329-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 260 kB
  • sloc: ansic: 341; makefile: 14; sh: 11
file content (15 lines) | stat: -rwxr-xr-x 290 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#! /usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@ --builddirectory=debian/build

override_dh_auto_build:
	$(MAKE) $(shell dpkg-buildflags --export=cmdline)

override_dh_auto_clean:
	$(MAKE) clean