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 |

[PATCH] extended attributes support

2014-11-11 Thread Dmitry Falko
e(if exist) and set appropriate attr. In the project I'm quite new, so I welcome your suggestions and kommentriev. From ddfda13ff80d609b39d5845faa39a2fdfcf63476 Mon Sep 17 00:00:00 2001 From: Dmitry Falko Date: Tue, 11 Nov 2014 13:40:20 +0300 Subject: [PATCH] Extended attributes support add

Re: [PATCH] extended attributes support

2014-11-13 Thread Dmitry Falko
Ok, i will wait. I test my patch, and find bug, so i send new version of patch: From dbcd4be5a01540c5fda3857f5b296fb69998a1ce Mon Sep 17 00:00:00 2001 From: Dmitry Falko Date: Wed, 12 Nov 2014 15:34:52 +0300 Subject: [PATCH] xattrs support add ability to set extended attributes to files when