File: rules

package info (click to toggle)
iir1 1.9.5%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,388 kB
  • sloc: cpp: 3,505; python: 109; ansic: 13; makefile: 8; sh: 8
file content (14 lines) | stat: -rwxr-xr-x 200 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_auto_build-indep:
	doxygen
	make -C docs/pdf

override_dh_auto_test-indep:

override_dh_auto_install-indep: