File: rules

package info (click to toggle)
coq-hott 8.16-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,124 kB
  • sloc: sh: 453; python: 149; haskell: 125; makefile: 18
file content (13 lines) | stat: -rwxr-xr-x 178 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

%:
	dh $@ --with coq

override_dh_auto_clean:
	# not good

override_dh_auto_make:
	make

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