APPLIED[X/B/C/D]: [PATCH] [linux-meta/raspi2][E-D-C-B-X][SRU] UBUNTU: Vcs-Git: Fix raspi2 branch checkout
Kleber Souza
kleber.souza at canonical.com
Wed Jun 5 15:53:51 UTC 2019
On 5/17/19 3:39 PM, Paolo Pisati wrote:
> BugLink: https://bugs.launchpad.net/bugs/1824474
>
> Impact:
>
> apt-get source suggets the wrong instructions when inquiring for linux-meta-raspi2:
>
> $ apt-get source linux-meta-raspi2
> ...
> NOTICE: 'linux-meta-raspi2' packaging is maintained in the 'Git' version control
> system at:
> git://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux-meta/+git/cosmic
> raspi2
> Please use:
> git clone
> git://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux-meta/+git/cosmic
> raspi2
> to retrieve the latest (possibly unreleased) updates to the package.
>
> which, if executed, result in a checkout of the master branch in a raspi2
> subdirectory (instead of a checkout of the raspi2 branch).
>
> Fix:
>
> Fix the Vcs-Git line in linux-meta-raspi2/debian/control.common.
>
> How to test:
>
> Check the output of `apt-get source linux-meta-raspi2`, a fixed version will
> suggest:
>
> ...
> git clone
> git://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux-meta/+git/cosmic -b
> raspi2
> ...
>
> Regression potential:
>
> Very low, trivial modification.
>
> Attached patch is for E, Disco, Cosmic and Bionic - Xenial requires a slightly
> different patch.
>
> Paolo Pisati (1):
> UBUNTU: Vcs-Git: Fix raspi2 branch checkout
>
> debian/control.common | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
Applied to {xenial,bionic,cosmic,disco}/linux-meta/raspi2 branches.
Thanks,
Kleber
More information about the kernel-team
mailing list