xattrs support

2014-09-12 Thread Dmitry Falko
Hello! I have a question on support xattrs in dpkg-dep. As far as I know in version 1.27.1 (Ubuntu 14.04) supports the creation of tar archives preserving extended attributes, perhaps it makes sense to add ability to create packages containing files with extended attributes. May be special op

Re: xattrs support

2014-09-12 Thread Dmitry Falko
xattrs support for files in deb packages. dpkg-dep use special option of tar to preserve extended attributes, i made it switched on by default and have arg to swithc off, but maybe it's not rigth. --- dpkg-deb/build.c|7 ++- dpkg-deb/dpkg-deb.h |3 +++ dpkg-deb/extract.c |

Re: xattrs support

2014-09-12 Thread Mimi Zohar
On Fri, 2014-09-12 at 12:12 +0400, Dmitry Falko wrote: > Hello! > > I have a question on support xattrs in dpkg-dep. As far as I know in > version 1.27.1 (Ubuntu 14.04) supports the creation of tar archives > preserving extended attributes, perhaps it makes sense to add ability to > create pac