Skip to content

Commit abf4abb

Browse files
compression: fix
1 parent 405c104 commit abf4abb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: debian/rules

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

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

0 commit comments

Comments
 (0)