We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73c79fa commit a7f6dc5Copy full SHA for a7f6dc5
Makefile
@@ -80,7 +80,7 @@ deb-changelog-entry:
80
81
.PHONY: deb-dist
82
deb-dist:
83
- dpkg-source -b .
+ dpkg-source -b . --compression=xz
84
dpkg-buildpackage -rfakeroot -us -uc --compression=xz
85
mkdir -p deb_dist
86
find .. -maxdepth 1 -type f -regex '.*/python3-tarantool_.*\.deb' \
0 commit comments