debuild: force to compress data.tar with gzip instead of xz

James McCoy jamessan at debian.org
Sat May 10 14:09:03 UTC 2014


On Sat, May 10, 2014 at 05:50:42PM +0400, Sergey V. wrote:
> It's able to force `debuild` tool to compress data.tar with using gzip instead 
> of xz? 

debuild is just a wrapper around dpkg-buildpackage, so there's nothing
specific to debuild that needs to be done here.

If you're using a 3.0 (quilt) format source package, you could add

  compression = "gzip"

in debian/source/options.

Alternatively, pass "-Zgzip" to debuild as part of the dpkg-buildpackage
options

  debuild [debuild options] [dpkg-buildpackage options] [--lintian-opts lintian options]

Cheers,
-- 
James
GPG Key: 4096R/331BA3DB 2011-12-05 James McCoy <jamessan at debian.org>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/devscripts-devel/attachments/20140510/83c622df/attachment.sig>


More information about the devscripts-devel mailing list