File: rules

package info (click to toggle)
coq-math-classes 9.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 1,120 kB
  • sloc: python: 22; makefile: 21; sh: 2
file content (14 lines) | stat: -rwxr-xr-x 243 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

export DEB_BUILD_OPTIONS += noautodbgsym

%:
	dh $@ --with coq

override_dh_auto_clean:
	make clean
	rm -f _CoqProject Makefile.coq.conf .lia.cache
	find . -name "*.aux" -delete

override_dh_auto_configure:
	./configure.sh