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 a7f6dc5 commit bdb86d1Copy full SHA for bdb86d1
Makefile
@@ -80,7 +80,7 @@ deb-changelog-entry:
80
81
.PHONY: deb-dist
82
deb-dist:
83
- dpkg-source -b . --compression=xz
+ dpkg-source --compression=xz -b .
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