blob: f620d8fedbe2809adef6902331b2bbaf014d3c0f (
plain)
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
|