File: rules

package info (click to toggle)
haskell-hledger-lib 1.32.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,336 kB
  • sloc: haskell: 14,109; makefile: 7
file content (10 lines) | stat: -rwxr-xr-x 212 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

ifeq (s390x,$(DEB_HOST_ARCH))
        DEB_ENABLE_TESTS = no
else
        DEB_ENABLE_TESTS = yes
endif

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