File: rules

package info (click to toggle)
coq-interval 4.6.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,712 kB
  • sloc: cpp: 2,077; ansic: 187; python: 54; makefile: 12; sh: 5
file content (19 lines) | stat: -rwxr-xr-x 309 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/ocaml/ocamlvars.mk

%:
	dh $@ --with coq,ocaml

override_dh_auto_configure:
	autoconf
	./configure

override_dh_auto_build:
	./remake

override_dh_auto_install:
	DESTDIR=$(CURDIR)/debian/tmp ./remake install

override_dh_installchangelogs:
	dh_installchangelogs NEWS.md