On Thu, 2011-07-21 at 19:24 +0200, Stefan Bader wrote:
> SRU Justification:
>
> Impact: Due to a missing $ in the rules file, the modules for the
> input and wwan subpackages get picked up in a way that places the
> server flavour in all of the flavours. This causes the modules to
> fail loading on all flavours but the server one (could be slightly
> different on i386 but similar broken).
>
> Fix: Change the packaging script to look for the target flavour.
>
> Testcase: Installing and modprobing fails with an error and modinfo
> would show a different flavour than intended.
>
> -Stefan
>
> ---
>
> From d83cfb3cc4fcb09df86192e24028514c9d2157cb Mon Sep 17 00:00:00 2001
> From: Stefan Bader <stefan.bader@canonical.com>
> Date: Thu, 21 Jul 2011 19:18:40 +0200
> Subject: [PATCH] UBUNTU: SAUCE: Fix stupid packaging bug for wwan and input
>
> Brown paper bag time for me. By missing a single but important
> $ the find picked up all the build flavours and only one would
> end up in the package. Not necessarily the one intended...
>
> BugLink: http://bugs.launchpad.net/bugs/814186
>
> Signed-off-by: Stefan Bader <stefan.bader@canonical.com>