Skip to content

Commit

Permalink
force xz deb compression for ubuntu compatibility (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcoutadeur committed Aug 22, 2023
1 parent 71171de commit 533feb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openldap-ltb/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ binary-indep: build install
dh_installdeb -i
dh_gencontrol -i
dh_md5sums -i
dh_builddeb -i
dh_builddeb -i -- -Zxz

# Build architecture-dependent files here.
binary-arch: build install
Expand Down

0 comments on commit 533feb4

Please sign in to comment.