mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-07 17:11:46 +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_install
|
||||||
dh_missing --fail-missing
|
dh_missing --fail-missing
|
||||||
|
|
||||||
|
override_dh_strip_nondeterminism:
|
||||||
|
dh_strip_nondeterminism -Xfirmware-example.xml.gz
|
||||||
|
|
||||||
override_dh_auto_test:
|
override_dh_auto_test:
|
||||||
if [ -x /usr/bin/valgrind ] ; then \
|
if [ -x /usr/bin/valgrind ] ; then \
|
||||||
dh_auto_test; \
|
dh_auto_test; \
|
||||||
|
Loading…
Reference in New Issue
Block a user