File: rules

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

#DEB_ENABLE_TESTS = $(shell test -e /usr/lib/ghc/libHSrts_thr.a && echo yes)

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

build/doctest:: build-ghc-stamp
binary-fixup/doctest::
	install -m 755 -s -D dist-ghc/build/doctest/doctest debian/doctest/usr/bin/doctest || true