Skip to content

Commit 405c104

Browse files
add override rule to the debian rules
1 parent bdb86d1 commit 405c104

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,9 @@ deb-changelog-entry:
7979
"Nightly build"
8080

8181
.PHONY: deb-dist
82+
# Pack source and binary deb
8283
deb-dist:
83-
dpkg-source --compression=xz -b .
84+
dpkg-source -b .
8485
dpkg-buildpackage -rfakeroot -us -uc --compression=xz
8586
mkdir -p deb_dist
8687
find .. -maxdepth 1 -type f -regex '.*/python3-tarantool_.*\.deb' \

Diff for: debian/rules

+3
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@ override_dh_auto_install:
1818

1919
override_dh_python2:
2020
dh_python2 --no-guessing-versions
21+
22+
override_dh_builddeb:
23+
dh_builddeb -- -Zxz

0 commit comments

Comments
 (0)