Re: [PATCH v6 2/4] deb-pkg: split debug symbols in their own package

2013-07-10 Thread Anisse Astier
Michal, Every patch has now been reviewed, do you think it would be possible to take this series for 3.12 ? Thanks, Anisse On Thu, 04 Jul 2013 02:46:00 +0100, Ben Hutchings wrote : > On Wed, 2013-07-03 at 16:02 +0200, Anisse Astier wrote: > > This can reduce almost 3 times the si

[PATCH v6 4/4] deb-pkg: add a hook argument to match debian hooks parameters

2013-07-03 Thread Anisse Astier
We now provide the installed image path to the kernel hooks. This should allow the package to better integrate with debian hooks, and should not be too disruptive of hooks supporting only one parameter. Signed-off-by: Anisse Astier Reviewed-by: Ben Hutchings Acked-by: maximilian attems

[PATCH v6 0/4] deb-pkg: bring it a little closer to debian packaging

2013-07-03 Thread Anisse Astier
ackage archive - pick-up reviewed-by and acked-by's Anisse Astier (4): deb-pkg: use KCONFIG_CONFIG instead of .config file directly deb-pkg: split debug symbols in their own package deb-pkg: fix installed image path on parisc, mips and powerpc deb-pkg: add a hook argument to match deb

[PATCH v6 2/4] deb-pkg: split debug symbols in their own package

2013-07-03 Thread Anisse Astier
packages. Signed-off-by: Anisse Astier Cc: Ben Hutchings Acked-by: maximilian attems --- scripts/package/builddeb | 50 +++- 1 file changed, 49 insertions(+), 1 deletion(-) diff --git a/scripts/package/builddeb b/scripts/package/builddeb index

[PATCH v6 1/4] deb-pkg: use KCONFIG_CONFIG instead of .config file directly

2013-07-03 Thread Anisse Astier
Signed-off-by: Anisse Astier Reviewed-by: Ben Hutchings --- scripts/package/builddeb | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/scripts/package/builddeb b/scripts/package/builddeb index acb8650..a8662ef 100644 --- a/scripts/package/builddeb +++ b/scripts

[PATCH v6 3/4] deb-pkg: fix installed image path on parisc, mips and powerpc

2013-07-03 Thread Anisse Astier
Signed-off-by: Anisse Astier Reviewed-by: Ben Hutchings --- scripts/package/builddeb | 27 --- 1 file changed, 20 insertions(+), 7 deletions(-) diff --git a/scripts/package/builddeb b/scripts/package/builddeb index 541a1cf..aebc66e 100644 --- a/scripts/package/builddeb

Re: [PATCH v5 1/4] deb-pkg: use KCONFIG_CONFIG instead of .config file directly

2013-06-17 Thread Anisse Astier
On Sat, 15 Jun 2013 04:11:36 +0100, Ben Hutchings wrote : > On Fri, 2013-06-14 at 11:46 +0200, Anisse Astier wrote: > > Signed-off-by: Anisse Astier > > Cc: Ben Hutchings > [...] > > @@ -245,7 +245,7 @@ fi > > # Build header package > > (cd $srctree; find

Re: [PATCH v5 2/4] deb-pkg: split debug symbols in their own package

2013-06-17 Thread Anisse Astier
On Sat, 15 Jun 2013 05:03:15 +0100, Ben Hutchings wrote : > On Fri, 2013-06-14 at 11:46 +0200, Anisse Astier wrote: > > This can reduce almost 3 times the size of the linux-image package, > > while keeping the debug symbols available for this particular build, in > &

Re: [PATCH v5 0/4] deb-pkg: bring it a little closer to debian packaging

2013-06-14 Thread Anisse Astier
Hi Maximilian, Thanks a lot for your review. On Fri, 14 Jun 2013 13:58:39 +, maximilian attems wrote : > On Fri, Jun 14, 2013 at 11:46:53AM +0200, Anisse Astier wrote: > > These little fixes should bring debian packaging closer to the way it's > > done in debian.

[PATCH v5 0/4] deb-pkg: bring it a little closer to debian packaging

2013-06-14 Thread Anisse Astier
=markup v5: - fixes thanks to Ben Hutchings' review - don't use $objtree as it's redundant in build scripts - add symbolic links to vmlinux to work with other tools than perf - pick-up reviewed-by from ml for patch 3 and 4 Anisse Astier (4): deb-pkg: use KCONFIG_CONFIG instead of .c

[PATCH v5 1/4] deb-pkg: use KCONFIG_CONFIG instead of .config file directly

2013-06-14 Thread Anisse Astier
Signed-off-by: Anisse Astier Cc: Ben Hutchings --- scripts/package/builddeb | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/scripts/package/builddeb b/scripts/package/builddeb index acb8650..6f21ad8 100644 --- a/scripts/package/builddeb +++ b/scripts/package

[PATCH v5 2/4] deb-pkg: split debug symbols in their own package

2013-06-14 Thread Anisse Astier
packages. Signed-off-by: Anisse Astier Cc: Ben Hutchings --- scripts/package/builddeb | 50 +++- 1 file changed, 49 insertions(+), 1 deletion(-) diff --git a/scripts/package/builddeb b/scripts/package/builddeb index 6f21ad8..7c5703a 100644 --- a

[PATCH v5 4/4] deb-pkg: add a hook argument to match debian hooks parameters

2013-06-14 Thread Anisse Astier
We now provide the installed image path to the kernel hooks. This should allow the package to better integrate with debian hooks, and should not be too disruptive of hooks supporting only one parameter. Signed-off-by: Anisse Astier Reviewed-by: Ben Hutchings --- scripts/package/builddeb | 2

[PATCH v5 3/4] deb-pkg: fix installed image path on parisc, mips and powerpc

2013-06-14 Thread Anisse Astier
Signed-off-by: Anisse Astier Reviewed-by: Ben Hutchings --- scripts/package/builddeb | 27 --- 1 file changed, 20 insertions(+), 7 deletions(-) diff --git a/scripts/package/builddeb b/scripts/package/builddeb index 7c5703a..0dbada8 100644 --- a/scripts/package/builddeb

Re: [PATCH v4 2/4] deb-pkg: split debug symbols in their own package

2013-05-20 Thread Anisse Astier
Hi Ben, On Wed, May 8, 2013 at 5:14 AM, Ben Hutchings wrote: > On Tue, 2013-05-07 at 17:46 +0200, Anisse Astier wrote: >> This can reduce almost 3 times the size of the linux-image package, >> while keeping the debug symbols available for this particular build, in >&

[PATCH v4 4/4] deb-pkg: add a hook argument to match debian hooks parameters

2013-05-07 Thread Anisse Astier
We now provide the installed image path to the kernel hooks. This should allow the package to better integrate with debian hooks, and should not be too disruptive of hooks supporting only one parameter. Signed-off-by: Anisse Astier --- scripts/package/builddeb | 2 +- 1 file changed, 1

[PATCH v4 2/4] deb-pkg: split debug symbols in their own package

2013-05-07 Thread Anisse Astier
packages. Signed-off-by: Anisse Astier --- scripts/package/builddeb | 43 ++- 1 file changed, 42 insertions(+), 1 deletion(-) diff --git a/scripts/package/builddeb b/scripts/package/builddeb index 2d84671..797484b 100644 --- a/scripts/package/builddeb

[PATCH v4 1/4] deb-pkg: use KCONFIG_CONFIG instead of .config file directly

2013-05-07 Thread Anisse Astier
Signed-off-by: Anisse Astier --- scripts/package/builddeb | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/scripts/package/builddeb b/scripts/package/builddeb index acb8650..2d84671 100644 --- a/scripts/package/builddeb +++ b/scripts/package/builddeb @@ -41,9

[PATCH v4 3/4] deb-pkg: fix installed image path on parisc, mips and powerpc

2013-05-07 Thread Anisse Astier
Signed-off-by: Anisse Astier --- scripts/package/builddeb | 25 ++--- 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/scripts/package/builddeb b/scripts/package/builddeb index 797484b..73bb551 100644 --- a/scripts/package/builddeb +++ b/scripts/package/builddeb

[PATCH v4 0/4] deb-pkg: bring it a little bit closer to debian packaging

2013-05-07 Thread Anisse Astier
iew=markup Anisse Astier (4): deb-pkg: use KCONFIG_CONFIG instead of .config file directly deb-pkg: split debug symbols in their own package deb-pkg: fix installed image path on parisc, mips and powerpc deb-pkg: add a hook argument to match debian hooks parameters scripts/package/bui