File: rules

package info (click to toggle)
cassbeam 1.1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 920 kB
  • sloc: ansic: 8,483; python: 231; sh: 171; makefile: 48
file content (20 lines) | stat: -rwxr-xr-x 433 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
#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_installdocs:
	(cd doc && pdflatex cassbeam.tex && pdflatex cassbeam.tex && pdflatex cassbeam.tex)
	dh_installdocs

override_dh_compress:
	dh_compress -Xcassbeam.pdf -Xvla_geom

override_dh_clean:
	dh_clean
	rm -rf config.cache confdefs.h config.log doc/*.pdf