File: rules

package info (click to toggle)
libam7xxx 0.1.7-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 532 kB
  • sloc: ansic: 2,333; xml: 40; sh: 27; makefile: 9
file content (15 lines) | stat: -rwxr-xr-x 340 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f
# -*- makefile -*-

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_LDFLAGS_MAINT_APPEND = -Wl,-Bsymbolic-functions -Wl,--as-needed

%:
	dh $@

override_dh_installchangelogs:
	dh_installchangelogs NEWS

.PHONY: override_dh_strip
override_dh_strip:
	dh_strip --dbgsym-migration='libam7xxx0.1-dbg (<< 0.1.7-1~)'