found 388567 0.8.3 thanks Le Sun, Mar 28, 2010 at 02:33:19PM +0200, Jan Hauke Rahm a écrit : > On Sat, Mar 27, 2010 at 04:30:56PM +0100, Andreas Beckmann wrote: > > the attached patch extends the source format 3.0 handling by adding > > support for .lzma and .xz compressed tarballs to svn-inject and > > svn-buildpackage. > > Patch is vs. SVN r15858 (where the original patch from Raphael adding > > 3.0 and bz2 support was already applied). > > While there might be use for it in some cases, there is none in Debian > yet. dak (the main archive software) only accepts gz and bz2 at the > moment.
Dear Jan, please reconsider Andreases patch now that our archive accepts packages compressed with xz. As a minor comment, I would like to mention that since tar can guess the compression method from the name of the archive file to extract, the support for xz in that part of svn-buildpackage's source code can be achieved by removing the compression option. - my $compress = "--gzip"; - $compress = "--bzip2" if ($orig =~ /\.tar\.bz2/); - withecho "tar", "--no-same-owner", "--no-same-permissions", "--extract", $compress, "--file", $origfile, "--directory", "$ba/tmp-$mod"; + withecho "tar", "--no-same-owner", "--no-same-permissions", "--extract", "--file", $origfile, "--directory", "$ba/tmp-$mod"; Have a nice day, -- Charles Plessy Tsurumi, Kanagawa, Japan -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

