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
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
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
* 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
4 matches
Mail list logo