File: rules

package info (click to toggle)
sphde 1.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 4,400 kB
  • sloc: ansic: 38,652; cpp: 20,246; sh: 11,427; makefile: 252
file content (17 lines) | stat: -rwxr-xr-x 376 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f
export DH_VERBOSE = 1

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

ifeq ($(shell dpkg-architecture -qDEB_HOST_ARCH),amd64 mips mipsel)
	export DEB_LDFLAGS_MAINT_STRIP = -pie
endif

%:
	dh $@  --with pkgkde_symbolshelper

override_dh_installdocs-indep:
	dh_installdocs -X.md5 --doc-main-package=libsphde-doc

override_dh_auto_test:
	dh_auto_test -- -j1