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

test

parent c8c8d3be
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
dh_auto_configure
+8 −0
Original line number Diff line number Diff line
@@ -54,6 +54,14 @@ else
	dh_dwz
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) dh_strip --no-automatic-dbgsym
else
	dh_strip
endif

override_dh_auto_install:
ifeq ($(IS_NONSPAWN),)
	dh_auto_install --destdir=debian/tmp/var/spool/blogi