File: rules

package info (click to toggle)
atlas-cpp 0.6.4-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,792 kB
  • sloc: cpp: 6,791; sh: 4,246; xml: 3,660; python: 1,826; makefile: 194; perl: 164
file content (18 lines) | stat: -rwxr-xr-x 268 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_missing:
	dh_missing --fail-missing -X.la -X.a

override_dh_auto_build-indep:
	$(MAKE) docs

override_dh_auto_test-indep:

override_dh_auto_clean:
	rm -rf doc/*
	dh_auto_clean