File: rules

package info (click to toggle)
coq-simple-io 1.8.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 316 kB
  • sloc: ml: 253; makefile: 67; sh: 31
file content (10 lines) | stat: -rwxr-xr-x 151 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

%:
	dh $@ --with coq

override_dh_auto_test:
	# doesn't work

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