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 bc3509c commit f23cf94Copy full SHA for f23cf94
Makefile
@@ -81,7 +81,7 @@ deb-changelog-entry:
81
.PHONY: deb-dist
82
deb-dist:
83
dpkg-source -b .
84
- dpkg-buildpackage -rfakeroot -us -uc
+ dpkg-buildpackage -rfakeroot -us -uc -d
85
mkdir -p deb_dist
86
find .. -maxdepth 1 -type f -regex '.*/python3-tarantool_.*\.deb' \
87
-or -regex '.*/python3-tarantool_.*\.buildinfo' \
0 commit comments