Re: Review of file exclusion branch requested

2008-04-02 Thread Tollef Fog Heen
* Guillem Jover | Thanks for working on this. For next time please use | git-format-patch, it makes it easier to review, also it allows one | to fix the patches and resend. Git branch updated and restructured patches attached; I believe I have addressed all your comments. Still missing: - Docu

Re: Review of file exclusion branch requested

2008-01-24 Thread Ian Jackson
Raphael Hertzog writes ("Re: Review of file exclusion branch requested"): > Huh? He provided the link to his branch in the first mail, [...] My copy of debian-dpkg doesn't have the first mail for some reason. I assumed it was private or at least somewhere I didn't imm

Re: Review of file exclusion branch requested

2008-01-23 Thread Tollef Fog Heen
* Ian Jackson | Guillem Jover writes ("Re: Review of file exclusion branch requested"): | > Thanks for working on this. For next time please use git-format-patch, | > it makes it easier to review, also it allows one to fix the patches | > and resend. | | As an alternative I

Re: Review of file exclusion branch requested

2008-01-22 Thread Raphael Hertzog
On Tue, 22 Jan 2008, Ian Jackson wrote: > Guillem Jover writes ("Re: Review of file exclusion branch requested"): > > Thanks for working on this. For next time please use git-format-patch, > > it makes it easier to review, also it allows one to fix the patches &

Re: Review of file exclusion branch requested

2008-01-22 Thread Ian Jackson
Guillem Jover writes ("Re: Review of file exclusion branch requested"): > Thanks for working on this. For next time please use git-format-patch, > it makes it easier to review, also it allows one to fix the patches > and resend. As an alternative I think we should be happy

Re: Review of file exclusion branch requested

2008-01-21 Thread Guillem Jover
On Sun, 2008-01-20 at 23:37:25 +0100, Tollef Fog Heen wrote: > * Guillem Jover > | On Sat, 2008-01-05 at 11:18:13 +0100, Tollef Fog Heen wrote: > | + char linebuf[1024]; > | + struct filterlist *filtertail; > | + > | + file = fopen(fn, "r"); > | + if (!file) { > | +warningf(_("failed to o

Re: Review of file exclusion branch requested

2008-01-21 Thread Frank Lichtenheld
On Sun, Jan 20, 2008 at 11:54:00PM +0100, Tollef Fog Heen wrote: > * Frank Lichtenheld > index 9ab3158..48f1c6d 100644 > --- a/src/archives.c > +++ b/src/archives.c > @@ -248,7 +248,9 @@ void tarfile_skip_one_forward(struct TarInfo *ti, > */ >if ((ti->Type == NormalFile0) || (ti->Type == N

Re: Review of file exclusion branch requested

2008-01-20 Thread Raphael Hertzog
On Sun, 20 Jan 2008, Tollef Fog Heen wrote: > I haven't squashed the history yet (how do I do that?), but I've at > least pushed what I have, so you can take a look (or point and laugh > :-), at your leisure. Squashing everything into a single commit can be done by creating a new branch based on d

Re: Review of file exclusion branch requested

2008-01-20 Thread Tollef Fog Heen
* Frank Lichtenheld | On Sat, Jan 05, 2008 at 11:18:13AM +0100, Tollef Fog Heen wrote: | > I've finally gotten around to fixing up my support for excluding bits | > of packages as they are unpacked. It can be gotten from | > git://git.err.no/dpkg in the master branch (sorry about that, it | > sh

Re: Review of file exclusion branch requested

2008-01-20 Thread Tollef Fog Heen
* Guillem Jover | On Sat, 2008-01-05 at 11:18:13 +0100, Tollef Fog Heen wrote: | > I've finally gotten around to fixing up my support for excluding bits | > of packages as they are unpacked. It can be gotten from | > git://git.err.no/dpkg in the master branch (sorry about that, it | > should pro

Re: Review of file exclusion branch requested

2008-01-19 Thread Guillem Jover
On Sun, 2008-01-20 at 06:54:09 +0200, Guillem Jover wrote: > On Sat, 2008-01-05 at 11:18:13 +0100, Tollef Fog Heen wrote: > > I've finally gotten around to fixing up my support for excluding bits > > of packages as they are unpacked. It can be gotten from > > git://git.err.no/dpkg in the master br

Re: Review of file exclusion branch requested

2008-01-19 Thread Guillem Jover
Hi, On Sat, 2008-01-05 at 11:18:13 +0100, Tollef Fog Heen wrote: > I've finally gotten around to fixing up my support for excluding bits > of packages as they are unpacked. It can be gotten from > git://git.err.no/dpkg in the master branch (sorry about that, it > should probably have gone in a se

Re: Review of file exclusion branch requested

2008-01-19 Thread Frank Lichtenheld
On Sat, Jan 05, 2008 at 11:18:13AM +0100, Tollef Fog Heen wrote: > I've finally gotten around to fixing up my support for excluding bits > of packages as they are unpacked. It can be gotten from > git://git.err.no/dpkg in the master branch (sorry about that, it > should probably have gone in a sep

Re: Review of file exclusion branch requested

2008-01-06 Thread Tollef Fog Heen
* Raphael Hertzog | Hi, | | On Sat, 05 Jan 2008, Tollef Fog Heen wrote: | > I've finally gotten around to fixing up my support for excluding bits | > of packages as they are unpacked. It can be gotten from | > git://git.err.no/dpkg in the master branch (sorry about that, it | > should probably

Re: Review of file exclusion branch requested

2008-01-06 Thread Tollef Fog Heen
* Otavio Salvador | Tollef Fog Heen <[EMAIL PROTECTED]> writes: | | > I've finally gotten around to fixing up my support for excluding bits | > of packages as they are unpacked. It can be gotten from | > git://git.err.no/dpkg in the master branch (sorry about that, it | > should probably have g

Re: Review of file exclusion branch requested

2008-01-05 Thread Raphael Hertzog
Hi, On Sat, 05 Jan 2008, Tollef Fog Heen wrote: > I've finally gotten around to fixing up my support for excluding bits > of packages as they are unpacked. It can be gotten from > git://git.err.no/dpkg in the master branch (sorry about that, it > should probably have gone in a separate branch).

Re: Review of file exclusion branch requested

2008-01-05 Thread Neil Williams
On Sat, 2008-01-05 at 09:48 -0200, Otavio Salvador wrote: > Tollef Fog Heen <[EMAIL PROTECTED]> writes: > > > Hi, > > > > I've finally gotten around to fixing up my support for excluding bits > > of packages as they are unpacked. It can be gotten from > > git://git.err.no/dpkg in the master branc

Re: Review of file exclusion branch requested

2008-01-05 Thread Otavio Salvador
Tollef Fog Heen <[EMAIL PROTECTED]> writes: > Hi, > > I've finally gotten around to fixing up my support for excluding bits > of packages as they are unpacked. It can be gotten from > git://git.err.no/dpkg in the master branch (sorry about that, it > should probably have gone in a separate branch