We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdb86d1 commit 405c104Copy full SHA for 405c104
Makefile
@@ -79,8 +79,9 @@ deb-changelog-entry:
79
"Nightly build"
80
81
.PHONY: deb-dist
82
+# Pack source and binary deb
83
deb-dist:
- dpkg-source --compression=xz -b .
84
+ dpkg-source -b .
85
dpkg-buildpackage -rfakeroot -us -uc --compression=xz
86
mkdir -p deb_dist
87
find .. -maxdepth 1 -type f -regex '.*/python3-tarantool_.*\.deb' \
debian/rules
@@ -18,3 +18,6 @@ override_dh_auto_install:
18
19
override_dh_python2:
20
dh_python2 --no-guessing-versions
21
+
22
+override_dh_builddeb:
23
+ dh_builddeb -- -Zxz
0 commit comments