[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

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



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.
> 
> Changes in:
> v2:
>  - only build debug packages when CONFIG_DEBUG_INFO=y
>  - build debug package last.
>  - more verbose debug package description
>  - put package in section debug
> v3:
>  - remove duplicate code from v2
> v4:
>  - fixes thanks to Ben Hutchings' review
>  - use KCONFIG_CONFIG instead of .config
>  - use installed path specific to each architecture instead of hard-coded
>    /boot/vmlinuz-$version, based on
>    http://anonscm.debian.org/viewvc/kernel/dists/wheezy/linux/debian/rules.real?view=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 .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/builddeb | 91 ++++++++++++++++++++++++++++++++++++++++--------
>  1 file changed, 76 insertions(+), 15 deletions(-)

Thanks, whole series seems good to me,
Acked those that seem really worthwile.
Thanks for caring of parisc and stuff.

Rereading, I didn't see the motivation for the last change,
explained in the commit message?
IRC this distinction was done on purpose to allow distribution
specific linux images to run different hooks.

-- 
maks


Reply to: