Skip to content

Commit

Permalink
[skip-ci] build: Enforce xz for deb package
Browse files Browse the repository at this point in the history
... because the new default (zstd) is not supported by older
dpkg binaries.
  • Loading branch information
oreiche committed Apr 3, 2024
1 parent 0126b59 commit e247b7d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/make-pkg/prebuilt/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@
%:
dh $@

override_dh_builddeb:
dh_builddeb -- -Zxz

override_dh_auto_install:
dh_auto_install --buildsystem=makefile -- -f debian/justbuild.makefile

0 comments on commit e247b7d

Please sign in to comment.