Skip to content

Commit

Permalink
fix lmde4 build
Browse files Browse the repository at this point in the history
Actually lmde4 build fails, workaround it disabling dh_dwz, was added by default
in compat 12.
  • Loading branch information
Fantu authored and mtwebster committed Nov 9, 2020
1 parent 652061f commit 145d22d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@ override_dh_strip:
override_dh_python3:
dh_python3 -p nemo-data /usr/share/nemo

# workaround for fix lmde4 build
override_dh_dwz:
# Disabled
:

0 comments on commit 145d22d

Please sign in to comment.