File: rules

package info (click to toggle)
coq-stdpp 1.8.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,364 kB
  • sloc: makefile: 47; sh: 29; sed: 4
file content (18 lines) | stat: -rwxr-xr-x 295 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

include /usr/share/ocaml/ocamlvars.mk

%:
	dh $@ --with coq,ocaml

override_dh_auto_clean:
	# doesn't work like this

override_dh_auto_build:
	make

override_dh_auto_install:
	make install DESTDIR=debian/tmp

override_dh_installchangelogs:
	dh_installchangelogs CHANGELOG.md