mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-12-24 14:06:47 +01:00
fix(build): ignore dwz compression in deb build.
See: https://bugs.launchpad.net/ubuntu/+source/telegraf/+bug/2002369
This commit is contained in:
parent
1eda792122
commit
b5a2f276af
1 changed files with 3 additions and 0 deletions
3
debian/rules
vendored
3
debian/rules
vendored
|
@ -5,3 +5,6 @@
|
|||
|
||||
%:
|
||||
dh $@ --with=config-package
|
||||
|
||||
# golang/1.19 compresses debug symbols itself.
|
||||
override_dh_dwz:
|
||||
|
|
Loading…
Reference in a new issue