File: rules

package info (click to toggle)
ctsim 5.2.0-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 7,300 kB
  • sloc: cpp: 26,866; sh: 4,278; ansic: 1,254; perl: 296; makefile: 148
file content (20 lines) | stat: -rwxr-xr-x 445 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@  --with autotools-dev --with autoreconf

override_dh_auto_clean:
	dh_auto_clean
	rm -f helical/sample-helical.sh tools/sample-ctsim.sh

override_dh_auto_configure:
	dh_auto_configure -- --with-ctn -with-x --without-lam

override_dh_installdocs-indep:
	(cd docs; tar xzf html.tar.gz)
	dh_installdocs -i

override_dh_installchangelogs:
	dh_installchangelogs ChangeLog