Skip to content

Commit 6cbac72

Browse files
compression: cleanup
1 parent abf4abb commit 6cbac72

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ deb-changelog-entry:
8282
# Pack source and binary deb
8383
deb-dist:
8484
dpkg-source -b .
85-
dpkg-buildpackage -rfakeroot -us -uc --compression=xz
85+
dpkg-buildpackage -rfakeroot -us -uc
8686
mkdir -p deb_dist
8787
find .. -maxdepth 1 -type f -regex '.*/python3-tarantool_.*\.deb' \
8888
-or -regex '.*/python3-tarantool_.*\.buildinfo' \

Diff for: debian/rules

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,5 @@ override_dh_python2:
2020
dh_python2 --no-guessing-versions
2121

2222
override_dh_builddeb:
23-
# Force gzip compression for older system wth dpkg version < 1.15.6
23+
# Force `xz` compression for older system wth dpkg version < 1.15.6
2424
dh_builddeb -- -Zxz
25-
# dh_builddeb -- -Zgzip

0 commit comments

Comments
 (0)