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 13c8183 commit 71171de
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 @@ -116,7 +116,7 @@ binary-arch: build install
dh_shlibdeps -a -l`pwd`/libraries/liblber/.libs:`pwd`/libraries/libldap/.libs
dh_gencontrol -a
dh_md5sums -a
dh_builddeb -a
dh_builddeb -a -- -Zxz

binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install

0 comments on commit 71171de

Please sign in to comment.