Loading debian/rules +1 −9 Original line number Diff line number Diff line Loading @@ -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)" Loading @@ -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 Loading Loading
debian/rules +1 −9 Original line number Diff line number Diff line Loading @@ -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)" Loading @@ -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 Loading