File: rules

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

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --parallel --with autoreconf

override_dh_install:
	dh_install --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

override_dh_strip:
	dh_strip --dbgsym-migration='libatlas-cpp-0.6-2-dbg (<< 0.6.3-3)'