Re: [PATCH] Provide version number for Debian firmware package

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

 



Dne 11.8.2013 21:55, Heinrich Schuchardt napsal(a):
> 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.

Ben, Max, is this how the official linux-firmware-image package is built
in Debian? The change makes sense to me.

Michal


> 
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@xxxxxx>
> ---
>  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
>  
> 

--
To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Linux&nblp;USB Development]     [Linux Media]     [Video for Linux]     [Linux Audio Users]     [Yosemite Secrets]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux