File: rules

package info (click to toggle)
libdigest-crc-perl 0.21-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 100 kB
  • ctags: 39
  • sloc: perl: 258; makefile: 7
file content (11 lines) | stat: -rwxr-xr-x 177 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

ifeq (64,$(shell dpkg-architecture -qDEB_BUILD_ARCH_BITS))
	HAVE_64_BITS=1
endif

%:
	dh $@

override_dh_auto_test:
	WITH_CRC64=$(HAVE_64_BITS) dh_auto_test