Jerome BENOIT <[email protected]> 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) -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

