public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Provide version number for Debian firmware package
@ 2013-08-11 19:55 Heinrich Schuchardt
  2013-08-13 20:20 ` Michal Marek
  0 siblings, 1 reply; 5+ messages in thread
From: Heinrich Schuchardt @ 2013-08-11 19:55 UTC (permalink / raw)
  To: mmarek; +Cc: linux-kbuild, xypron.glpk

scripts/package/builddeb is used to create Debian packages.
Currently the firmware package always gets the same version number
irrespective of the Kernel version.
The paths inside the firmware package depend on the Kernel
version.

With the patch supplied the Kernel version becomes part of the
Debian firmware package number.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
 scripts/package/builddeb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/package/builddeb b/scripts/package/builddeb
index acb8650..4ca6111 100644
--- a/scripts/package/builddeb
+++ b/scripts/package/builddeb
@@ -79,7 +79,7 @@ fwdir="$objtree/debian/fwtmp"
 kernel_headers_dir="$objtree/debian/hdrtmp"
 libc_headers_dir="$objtree/debian/headertmp"
 packagename=linux-image-$version
-fwpackagename=linux-firmware-image
+fwpackagename=linux-firmware-image-$version
 kernel_headers_packagename=linux-headers-$version
 libc_headers_packagename=linux-libc-dev
 
-- 
1.7.10.4


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

end of thread, other threads:[~2013-08-15 16:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-11 19:55 [PATCH] Provide version number for Debian firmware package Heinrich Schuchardt
2013-08-13 20:20 ` Michal Marek
2013-08-13 21:02   ` Ben Hutchings
2013-08-14 18:15     ` maximilian attems
2013-08-15 16:02       ` Michal Marek

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