File: rules

package info (click to toggle)
mathcomp-finmap 2.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 436 kB
  • sloc: sh: 51; makefile: 13
file content (19 lines) | stat: -rwxr-xr-x 416 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

include /usr/share/dpkg/pkg-info.mk
include /usr/share/ocaml/ocamlvars.mk

export DEB_BUILD_OPTIONS += noautodbgsym

%:
	dh $@ --with coq,ocaml

override_dh_auto_build:
	dune build @all

override_dh_auto_install:
	dune install --destdir=$(CURDIR)/debian/tmp --prefix=/usr --libdir=$(OCAML_STDLIB_DIR)
	rm -rf $(CURDIR)/debian/tmp/usr/doc/rocq-mathcomp-finmap

override_dh_auto_clean:
	dune clean