File: rules

package info (click to toggle)
coinor-csdp 6.2.0-5
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,676 kB
  • sloc: ansic: 7,178; makefile: 99
file content (14 lines) | stat: -rwxr-xr-x 266 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_compress:
	dh_compress -X.pdf

override_dh_auto_build:
	dh_auto_build
	cd doc && ( pdflatex csdpuser.tex ; bibtex csdpuser \
		pdflatex csdpuser.tex; pdflatex csdpuser.tex )