File: rules

package info (click to toggle)
haskell-commonmark-extensions 0.2.6-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 364 kB
  • sloc: haskell: 2,576; makefile: 9
file content (14 lines) | stat: -rwxr-xr-x 272 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

export DEB_ENABLE_TESTS = yes

ifneq (,$(filter $(DEB_BUILD_ARCH),armel))
    export DEB_SETUP_GHC_CONFIGURE_ARGS += -O0
endif

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk

%:
	dh $@