Skip to content

Commit

Permalink
Don't fail on missing installs
Browse files Browse the repository at this point in the history
XCB build is not completely disabled for AMD64, needing significant
work on symbols etc, which is not a priority right now, so just
disable missing installs.

Signed-off-by: Leonardo Held <[email protected]>
  • Loading branch information
leonheldattoradex committed Oct 7, 2024
1 parent f6b5014 commit 914b753
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 @@ -125,3 +125,7 @@ override_dh_makeshlibs:

execute_after_dh_shlibdeps-arch:
echo libssl:Depends=$(sslpkgname) >> debian/libqt6network6.substvars

override_dh_missing:
dh_missing --list-missing

0 comments on commit 914b753

Please sign in to comment.