File: rules

package info (click to toggle)
mathic 1.0~git20180311-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 800 kB
  • sloc: cpp: 8,680; makefile: 83; sh: 33
file content (15 lines) | stat: -rwxr-xr-x 304 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- GTEST_PATH=/usr/src/gtest --enable-shared

override_dh_strip:
	dh_strip --dbgsym-migration='libmathic-dbg (<< 1.0~git20160320-1~)'

override_dh_makeshlibs:
	dh_makeshlibs -V