public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/4] deb-pkg: bring it a little closer to debian packaging
@ 2013-06-14  9:46 Anisse Astier
  2013-06-14  9:46 ` [PATCH v5 1/4] deb-pkg: use KCONFIG_CONFIG instead of .config file directly Anisse Astier
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Anisse Astier @ 2013-06-14  9:46 UTC (permalink / raw)
  To: linux-kbuild
  Cc: debian-kernel, kernel-team, Ben Hutchings, Michal Marek,
	maximilian attems, Anisse Astier

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(-)

-- 
1.8.3.rc1


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2013-06-23 16:51 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-14  9:46 [PATCH v5 0/4] deb-pkg: bring it a little closer to debian packaging Anisse Astier
2013-06-14  9:46 ` [PATCH v5 1/4] deb-pkg: use KCONFIG_CONFIG instead of .config file directly Anisse Astier
2013-06-14 13:54   ` maximilian attems
2013-06-15  3:11   ` Ben Hutchings
2013-06-17 13:49     ` Anisse Astier
2013-06-23 16:51       ` Ben Hutchings
2013-06-14  9:46 ` [PATCH v5 2/4] deb-pkg: split debug symbols in their own package Anisse Astier
2013-06-14 13:55   ` maximilian attems
2013-06-15  4:03   ` Ben Hutchings
2013-06-17 12:05     ` Anisse Astier
2013-06-14  9:46 ` [PATCH v5 3/4] deb-pkg: fix installed image path on parisc, mips and powerpc Anisse Astier
2013-06-14  9:46 ` [PATCH v5 4/4] deb-pkg: add a hook argument to match debian hooks parameters Anisse Astier
2013-06-14 15:37   ` maximilian attems
2013-06-14 13:58 ` [PATCH v5 0/4] deb-pkg: bring it a little closer to debian packaging maximilian attems
2013-06-14 15:01   ` Anisse Astier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox