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 cb8208e commit 470a59a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 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 470a59a

Please sign in to comment.