Commit a9db363e authored by jan.koester's avatar jan.koester
Browse files

Revert "test"

This reverts commit eae168a3
parent 3269a314
Loading
Loading
Loading
Loading
+1 −9
Original line number Diff line number Diff line
@@ -47,14 +47,6 @@ else
	dh_shlibdeps
endif

override_dh_makeshlibs:
ifeq ($(IS_NONSPAWN),)
	@echo "Nspawn build — forcing native objdump for dh_makeshlibs"
	DEB_HOST_GNU_TYPE=$${DEB_BUILD_GNU_TYPE:-$$(dpkg-architecture -qDEB_BUILD_GNU_TYPE)} dh_makeshlibs
else
	dh_makeshlibs
endif

override_dh_dwz:
ifeq ($(IS_NONSPAWN),)
	@echo "Skipping dh_dwz (DWARF5 from clang not supported by dwz)"
@@ -65,7 +57,7 @@ endif
override_dh_strip:
ifeq ($(IS_NONSPAWN),)
	@echo "Nspawn build — forcing native objcopy and disabling auto dbgsym"
	DEB_HOST_GNU_TYPE=$${DEB_BUILD_GNU_TYPE:-$$(dpkg-architecture -qDEB_BUILD_GNU_TYPE)} dh_strip --no-automatic-dbgsym
	DEB_HOST_GNU_TYPE=$(DEB_BUILD_GNU_TYPE) dh_strip --no-automatic-dbgsym
else
	dh_strip
endif