Re: [PATCH 1/6] Create dpkg status file before calling APT

2007-02-07 Thread Otavio Salvador
Steve McIntyre <[EMAIL PROTECTED]> writes: > Hmmm. I'm curious why you need this - the Makefile code in the > $(ADIR)/status: target should be making the status file as needed, > surely? Yes, it does. I use this to use apt-selection to write down a task for me, using a meta-package as origin. Do

Re: [PATCH 1/6] Create dpkg status file before calling APT

2007-02-07 Thread Steve McIntyre
On Tue, Feb 06, 2007 at 08:45:01AM -0200, Otavio Salvador wrote: >From: Otavio Salvador <[EMAIL PROTECTED]> > >APT uses the dpkg status file and then we should make an empty file if >it doesn't exists. > >Signed-off-by: Otavio Salvador <[EMAIL PROTECTED]> >--- > > tools/apt-selection |3 +++ > 1

[PATCH 1/6] Create dpkg status file before calling APT

2007-02-06 Thread Otavio Salvador
From: Otavio Salvador <[EMAIL PROTECTED]> APT uses the dpkg status file and then we should make an empty file if it doesn't exists. Signed-off-by: Otavio Salvador <[EMAIL PROTECTED]> --- tools/apt-selection |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/tools/apt-sel