File: rules

package info (click to toggle)
zeitgeist-sharp 0.8.0.0-5
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 612 kB
  • ctags: 517
  • sloc: cs: 2,425; sh: 625; makefile: 51
file content (25 lines) | stat: -rwxr-xr-x 468 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#!/usr/bin/make -f

%:
	dh $@ --with autoreconf,cli

override_dh_auto_build:
	dh_auto_build
	mkdir -p monodoc
	mdoc update \
		-fno-assembly-versions \
		--out=monodoc \
		$(CURDIR)/bin/zeitgeist-sharp.dll
	mdoc assemble \
		--format ecma \
		--out $(CURDIR)/zeitgeist \
		$(CURDIR)/monodoc

override_dh_makeclilibs:
	dh_makeclilibs -V

override_dh_auto_configure:
	dh_auto_configure -- GMCS=/usr/bin/mono-csc

override_dh_autoreconf:
	dh_autoreconf autoreconf -- -I.