deb: Don't strip firmware-example.xml.gz in dh_strip_nondeterminism

This commit is contained in:
Mario Limonciello 2017-06-14 17:14:51 -05:00
parent b4cccb5150
commit 3be2e295af

View File

@ -33,6 +33,9 @@ override_dh_install:
dh_install
dh_missing --fail-missing
override_dh_strip_nondeterminism:
dh_strip_nondeterminism -Xfirmware-example.xml.gz
override_dh_auto_test:
if [ -x /usr/bin/valgrind ] ; then \
dh_auto_test; \