File: rules

package info (click to toggle)
paramcoq 1.1.3%2Bcoq8.20-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 452 kB
  • sloc: ml: 1,679; python: 112; sh: 61; makefile: 55
file content (13 lines) | stat: -rwxr-xr-x 212 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

include /usr/share/ocaml/ocamlvars.mk

%:
	dh $@ --with coq,ocaml

override_dh_auto_clean:
	make clean
	rm -f src/META.coq-paramcoq

override_dh_auto_install:
	DESTDIR=debian/tmp make install