6 lines
295 B
Plaintext
6 lines
295 B
Plaintext
# Force use of gzip compression by dpkg-buildpackage for the tarball *.debian.tar.gz
|
|
# See also option --compression from command line of dpkg-buildpackage
|
|
# Format for the control files are defined into the rules file in override_dh_builddeb section
|
|
compression = "gzip"
|
|
#compression-level = 9
|