Re: [PATCH] scripts/package/builddeb: upgrade to current practices

2012-08-14 Thread Jan Engelhardt
On Tuesday 2012-07-17 21:46, Martin-Éric Racine wrote: >>> @@ -188,17 +188,17 @@ This is a packacked upstream version of the Linux >>> kernel. >>> The sources may be found at most Linux ftp sites, including: >>> ftp://ftp.kernel.org/pub/linux/kernel >>> >>> -Copyright: 1991 - 2009 Linus Torvald

Re: [PATCH] scripts/package/builddeb: upgrade to current practices

2012-07-17 Thread Jonathan Nieder
Martin-Éric Racine wrote: > Could you tell us exactly what > you did differently and why? At least the "what" should be answerable by looking at what is in linux-next. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a

Re: [PATCH] scripts/package/builddeb: upgrade to current practices

2012-07-17 Thread Martin-Éric Racine
2012/7/18 maximilian attems : > On Tue, Jul 17, 2012 at 10:46:23PM +0300, Martin-Éric Racine wrote: >> 2012/7/17 Jonathan Nieder : >> >> >> >> Package: $fwpackagename >> >> Architecture: all >> >> +Conflicts: firmware-linux-free, firmware-linux-nonfree >> >> +Provides: firmware-linux-free, firmwa

Re: [PATCH] scripts/package/builddeb: upgrade to current practices

2012-07-17 Thread maximilian attems
On Tue, Jul 17, 2012 at 10:46:23PM +0300, Martin-Éric Racine wrote: > 2012/7/17 Jonathan Nieder : > >> > >> Package: $fwpackagename > >> Architecture: all > >> +Conflicts: firmware-linux-free, firmware-linux-nonfree > >> +Provides: firmware-linux-free, firmware-linux-nonfree > >> +Replaces: firmw

Re: [PATCH] scripts/package/builddeb: upgrade to current practices

2012-07-17 Thread Martin-Éric Racine
2012/7/17 Jonathan Nieder : > Hi, > > Martin-Éric Racine wrote: > >> Signed-off-by: Martin-Éric Racine > > Thanks. This patch does many things at once instead of the usual > practice of "one patch per logical change", but oh well. > > [...] >> --- a/scripts/package/builddeb >> +++ b/scripts/packa

Re: [PATCH] scripts/package/builddeb: upgrade to current practices

2012-07-17 Thread Jonathan Nieder
Hi, Martin-Éric Racine wrote: > Signed-off-by: Martin-Éric Racine Thanks. This patch does many things at once instead of the usual practice of "one patch per logical change", but oh well. [...] > --- a/scripts/package/builddeb > +++ b/scripts/package/builddeb > @@ -79,9 +79,9 @@ fwdir="$objtr

[PATCH] scripts/package/builddeb: upgrade to current practices

2012-07-17 Thread Martin-Éric Racine
This patch sanitizes and updates the Debian package building script: 1) Updates $fwpackagename to 'firmware-linux' as used by Debian, 2) Removes trailing whitespace, 3) Updates Linus' copyright in the generated packaging files, 4) Updates URL of Linus' GIT tree in the generated packaging files, 5)