Re: [PATCH 1/7] Fix the generation of pkg-lists/standard-udebs

2010-08-26 Thread Otavio Salvador
Hello, On Tue, Aug 17, 2010 at 7:11 PM, Samuel Thibault wrote: >> * Messy sources.list.udeb will come with non-udeb packages and duplicated >>   udebs; handle those. > > I'd tend to think that this might be useful.  Thoughts? I can't think a use case for it. I tend to agree with Jeremie patch s

Re: [PATCH 1/7] Fix the generation of pkg-lists/standard-udebs

2010-08-17 Thread Samuel Thibault
Hello, Jeremie Koenig, le Mon 16 Aug 2010 13:20:20 +0200, a écrit : > * Add pkg-lists/standard-udebs as a dependency for monolthic images (it is > removed automatically on clean, but was never generated). > > @@ -808,12 +808,14 @@ $(STAMPS)extra-$(targetstring)-stamp: > $(STAMPS)get_udebs-$(ta

Re: [PATCH 1/7] Fix the generation of pkg-lists/standard-udebs

2010-08-16 Thread Cyril Brulebois
Jeremie Koenig (16/08/2010): > - cut -d " " -f 2 > $@ > + cut -d " " -f 2 | sort | uniq > $@ sort -u, spare a pipe. :) Mraw, KiBi. signature.asc Description: Digital signature

[PATCH 1/7] Fix the generation of pkg-lists/standard-udebs

2010-08-16 Thread Jeremie Koenig
* Add pkg-lists/standard-udebs as a dependency for monolthic images (it is removed automatically on clean, but was never generated). * Messy sources.list.udeb will come with non-udeb packages and duplicated udebs; handle those. Signed-off-by: Jeremie Koenig --- Makefile |4 +++- 1 files