File: rules

package info (click to toggle)
haskell-cipher-aes 0.2.11-8
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 272 kB
  • sloc: ansic: 1,810; haskell: 990; makefile: 7
file content (11 lines) | stat: -rwxr-xr-x 257 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

DEB_ENABLE_TESTS = yes
DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)

ifeq ($(DEB_HOST_ARCH),armhf)
DEB_BUILD_OPTIONS += noopt
endif

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk