File: rules

package info (click to toggle)
shine 3.1.0-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,820 kB
  • ctags: 617
  • sloc: sh: 11,269; ansic: 2,593; makefile: 56
file content (13 lines) | stat: -rwxr-xr-x 246 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

include /usr/share/dpkg/architecture.mk

ifneq (,$(filter mips mipsel,$(DEB_HOST_ARCH)))
export DEB_CFLAGS_MAINT_APPEND=-mips32r2
endif

%:
	dh $@

override_dh_strip:
	dh_strip --dbgsym-migration 'libshine3-dbg (<< 3.1.0-3~)'