File: rules

package info (click to toggle)
mercator 0.3.3-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,244 kB
  • ctags: 923
  • sloc: sh: 10,927; cpp: 4,594; makefile: 128
file content (16 lines) | stat: -rwxr-xr-x 374 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_CXXFLAGS_MAINT_APPEND = -std=c++11

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

override_dh_auto_configure:
	dh_auto_configure -- --disable-silent-rules

override_dh_install:
	dh_install --fail-missing -X.la -X.a

override_dh_strip:
	dh_strip --dbgsym-migration='libmercator-0.3-4-dbg (<< 0.3.3-2)'