File: rules

package info (click to toggle)
libdigest-crc-perl 0.24-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 92 kB
  • sloc: perl: 261; makefile: 9
file content (14 lines) | stat: -rwxr-xr-x 240 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

include /usr/share/dpkg/architecture.mk
ifeq (64,$(DEB_BUILD_ARCH_BITS))
	HAVE_64_BITS=1
endif

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_test:
	WITH_CRC64=$(HAVE_64_BITS) dh_auto_test