[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: compressing .debian.tar in xz format automatically



Jerome BENOIT <g6299304p@rezozer.net> wrote on 2012-02-19 05:00:

> Hello List:
> 
> I would like to compress my .debian.tar tarballs with xz :
> is there a way to set up that for debuild and pbuilder ?
> 
> Thanks in advance,
> Jerome

with the newer source format 3.0 there is a way with the file
debian/source/option how you can check in alsa packages:

debian/source/options:
  compression = "bzip2"
  compression-level = 9

debian/source/options:
  compression = "xz"
  compression-level = 4

---
Have a nice day.

Joachim (Germany)


Reply to: