File: rules

package info (click to toggle)
cddlib 094g-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 5,328 kB
  • ctags: 1,367
  • sloc: sh: 10,179; ansic: 9,371; makefile: 122
file content (21 lines) | stat: -rwxr-xr-x 405 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/usr/bin/make -f

export DEB_LDFLAGS_MAINT_APPEND = -Wl,--no-undefined

%:
	dh $@ --parallel --with autoreconf

override_dh_auto_configure-indep:
	rm -f doc/html.sty
	cd doc && latexmk -C

override_dh_auto_build-indep:
	cd doc && latexmk -pdf cddlibman.tex

override_dh_auto_clean:
	-cd doc && latexmk -C
	dh_auto_clean

.PHONY: override_dh_strip
override_dh_strip:
	dh_strip --dbg-package=libcdd0d-dbg