File: rules

package info (click to toggle)
hddemux 0.4-7
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 292 kB
  • sloc: ansic: 741; sh: 734; makefile: 32
file content (10 lines) | stat: -rwxr-xr-x 212 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

KRESD_BROKEN_ARCHES := arm64 s390x
ifneq (, $(filter $(DEB_HOST_ARCH), $(KRESD_BROKEN_ARCHES)))
  DEB_BUILD_OPTIONS += nocheck
endif

%:
	dh $@