build: remove linux debian package compression override

Signed-off-by: Pawel Cieslak <pawel.cieslak@intel.com>
This commit is contained in:
Pawel Cieslak
2024-06-20 00:56:35 +00:00
committed by Compute-Runtime-Automation
parent a0de2f8034
commit 4c5b3451da
3 changed files with 0 additions and 9 deletions

View File

@@ -40,8 +40,5 @@ override_dh_install:
dh_install
if [ -d "${NEO_NINJA_DUMP}" ]; then find -name .ninja_\* -type f -exec cp -v {} ${NEO_NINJA_DUMP}/ \;; fi
override_dh_builddeb:
dh_builddeb -- -Zxz
override_dh_auto_test:
echo "ULTs already executed"