https://bugs.documentfoundation.org/show_bug.cgi?id=158732

--- Comment #6 from Jérôme <[email protected]> ---
The epm source file workdir/UnpackedTarball/epm/deb.c shows :
---
  if (Verbosity)
    puts("Building Debian binary distribution...");

  if (run_command(directory, "dpkg --build %s", name))
---

Thus the epm tool itself calls the dpkg program.

When I look into the dpkg-deb man page, there are 3 environment variables that
change the behaviour of the compression method of dpkg-deb (and thus dpkg) :
DPKG_DEB_COMPRESSOR_TYPE=xz
DPKG_DEB_COMPRESSOR_LEVEL=9
DPKG_DEB_THREADS_MAX=1

Could we set those variables in the config_host.mk.in file ?

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to