Skip to content

Commit a7f6dc5

Browse files
change compression type in second place
1 parent 73c79fa commit a7f6dc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ deb-changelog-entry:
8080

8181
.PHONY: deb-dist
8282
deb-dist:
83-
dpkg-source -b .
83+
dpkg-source -b . --compression=xz
8484
dpkg-buildpackage -rfakeroot -us -uc --compression=xz
8585
mkdir -p deb_dist
8686
find .. -maxdepth 1 -type f -regex '.*/python3-tarantool_.*\.deb' \

0 commit comments

Comments
 (0)