mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-05 14:01:06 +00:00
deb: Don't strip firmware-example.xml.gz in dh_strip_nondeterminism
This commit is contained in:
parent
b4cccb5150
commit
3be2e295af
@ -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; \
|
||||
|
Loading…
Reference in New Issue
Block a user