File: rules

package info (click to toggle)
jpegqs 1.20210408-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 428 kB
  • sloc: ansic: 4,369; makefile: 176; sh: 42
file content (13 lines) | stat: -rwxr-xr-x 299 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS = hardening=+all


%:
	dh $@

build-arch:
	if dpkg-architecture --is any-amd64; then \
		dh_auto_build -- SIMD=select $(shell dpkg-buildflags --export=cmdline); \
	else \
		dh_auto_build -- SIMD=none $(shell dpkg-buildflags --export=cmdline); \
	fi