We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 405c104 commit abf4abbCopy full SHA for abf4abb
debian/rules
@@ -20,4 +20,6 @@ override_dh_python2:
20
dh_python2 --no-guessing-versions
21
22
override_dh_builddeb:
23
- dh_builddeb -- -Zxz
+# Force gzip compression for older system wth dpkg version < 1.15.6
24
+ dh_builddeb -- -Zxz
25
+# dh_builddeb -- -Zgzip
0 commit comments