File: rules

package info (click to toggle)
haskell-hledger 1.18.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,204 kB
  • sloc: haskell: 4,050; makefile: 6
file content (11 lines) | stat: -rwxr-xr-x 340 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

export LC_ALL=C.UTF-8

DEB_SETUP_GHC_CONFIGURE_ARGS := $(shell test -e /usr/lib/ghc/rts/libHSrts_thr.a || echo --flags=-threaded)

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

install/hledger:: debian/tmp-inst-ghc
	cp -av debian/tmp-inst-ghc/usr/bin/* debian/hledger/usr/bin