← Back to team overview

linaro-release team mailing list archive

[Bug 638792] Re: FFe: Update linaro-meta so that it correctly includes all packages from dependent seeds

 

here the patch produced from that seed update ... below the diffstat
(e.g. no headless changed)

 debian/changelog                              |  182 ++++++++++++++++++++++++++
 linaro-alip-amd64                             |   61 ++++++++
 linaro-alip-armel                             |   62 ++++++++
 linaro-alip-i386                              |   61 ++++++++
 linaro-alip-powerpc                           |   65 +++++++++
 linaro-alip-recommends-amd64                  |   29 ++++
 linaro-alip-recommends-armel                  |   28 ++++
 linaro-alip-recommends-i386                   |   29 ++++
 linaro-alip-recommends-powerpc                |   28 ++++
 linaro-handset-plasma-amd64                   |   61 ++++++++
 linaro-handset-plasma-armel                   |   62 ++++++++
 linaro-handset-plasma-base-amd64              |   29 ++++
 linaro-handset-plasma-base-armel              |   29 ++++
 linaro-handset-plasma-base-i386               |   29 ++++
 linaro-handset-plasma-base-powerpc            |   32 ++++
 linaro-handset-plasma-base-recommends-amd64   |    1 
 linaro-handset-plasma-base-recommends-armel   |    1 
 linaro-handset-plasma-base-recommends-i386    |    1 
 linaro-handset-plasma-base-recommends-powerpc |    1 
 linaro-handset-plasma-i386                    |   61 ++++++++
 linaro-handset-plasma-powerpc                 |   65 +++++++++
 linaro-handset-plasma-recommends-amd64        |   29 ++++
 linaro-handset-plasma-recommends-armel        |   28 ++++
 linaro-handset-plasma-recommends-i386         |   29 ++++
 linaro-handset-plasma-recommends-powerpc      |   28 ++++
 linaro-netbook-efl-amd64                      |   29 ++++
 linaro-netbook-efl-armel                      |   29 ++++
 linaro-netbook-efl-i386                       |   29 ++++
 linaro-netbook-efl-powerpc                    |   32 ++++
 linaro-netbook-efl-recommends-amd64           |    1 
 linaro-netbook-efl-recommends-armel           |    1 
 linaro-netbook-efl-recommends-i386            |    1 
 linaro-netbook-efl-recommends-powerpc         |    1 
 linaro-x11-base-amd64                         |   29 ++++
 linaro-x11-base-armel                         |   29 ++++
 linaro-x11-base-i386                          |   29 ++++
 linaro-x11-base-powerpc                       |   32 ++++
 linaro-xfce-base-amd64                        |   29 ++++
 linaro-xfce-base-armel                        |   29 ++++
 linaro-xfce-base-i386                         |   29 ++++
 linaro-xfce-base-powerpc                      |   32 ++++
 linaro-xfce-base-recommends-amd64             |    1 
 linaro-xfce-base-recommends-armel             |    1 
 linaro-xfce-base-recommends-i386              |    1 
 linaro-xfce-base-recommends-powerpc           |    1 
 45 files changed, 1396 insertions(+)


** Patch added: "meta-002.debdiff"
   https://bugs.edge.launchpad.net/linaro/+bug/638792/+attachment/1589060/+files/meta-002.debdiff

-- 
FFe: Update linaro-meta so that it correctly includes all packages from dependent seeds
https://bugs.launchpad.net/bugs/638792
You received this bug notification because you are a member of Linaro
Release Team, which is a direct subscriber.

Status in Linaro: New

Bug description:
The current linaro-meta package was created using a version of linaro-seeds that didn't include recursive dependencies in the "Task-Seeds" field. This means that some packages from seeds low in the seed hierarchy (eg chessy-overlay-minimal from linaro-minimal) are missing in metapackages high in the seed hierarchy (eg linaro-alip). See LP: #629337 for more on this issue.

In revision 29 in lp:~linaro-maintainers/linaro-seeds/linaro.maverick, the seed dependencies are explicitly marked. This corrects the issue mentioned above and therefore causes the previously missing packages to be added to metapackages high in the seed hierarchy (as was expected from the beginning).

Note that the linaro-headless seed/metapackage is not affected at all by the changes, as it is low in the hierarchy.

I have attached the debian/changelog produced by germinate-update-metapackage with the updated linaro-seeds, so that the package changes can be easily reviewed.