File: rules

package info (click to toggle)
ocaml-alcotest 1.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,408 kB
  • sloc: ml: 3,017; ansic: 102; javascript: 22; makefile: 22
file content (19 lines) | stat: -rwxr-xr-x 383 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f
# -*- makefile -*-

DESTDIR=$(CURDIR)/debian/tmp

include /usr/share/ocaml/ocamlvars.mk

%:
	dh $@ --with ocaml

override_dh_auto_build:
	dune build -p alcotest

override_dh_auto_test:
	dune runtest -p alcotest

override_dh_auto_install:
	dune install --destdir=$(DESTDIR) --prefix=/usr --libdir=..$(OCAML_STDLIB_DIR) alcotest
	rm -f $(DESTDIR)/usr/doc/*/LICENSE*