(→Creating Packages for MeeGo) |
(→Creating Packages for MeeGo) |
||
| Line 5: | Line 5: | ||
What is known: | What is known: | ||
| - | *The package format used by MeeGo is | + | *The package format used by MeeGo is [http://en.wikipedia.org/wiki/RPM_Package_Manager RPM]. |
* MeeGo build tools and Infrastructure will probably derive from Moblin's (see [http://moblin.org/documentation/moblin-distro-developers-guide/moblin-infrastructure] and [http://moblin.org/documentation/moblin-distro-developers-guide/build-system]) with hopefully better support for ARM targets. | * MeeGo build tools and Infrastructure will probably derive from Moblin's (see [http://moblin.org/documentation/moblin-distro-developers-guide/moblin-infrastructure] and [http://moblin.org/documentation/moblin-distro-developers-guide/build-system]) with hopefully better support for ARM targets. | ||
Contents |
The build infrastructure is not announced yet, so information here is speculative.
What is known:
As Maemo has had an old version of Debian as an upstream distribution, there have been lots of questions on what will be MeeGo's upstream, and why Maemo's relationship with Debian will be dropped. The answer is that MeeGo is an independent distribution : the only upstream is the projects included into MeeGo such as: kernel.org, X.org, Qt, etc. MeeGo policy is to push all bug fixes to upstream projects.
Why not be Debian-based? Having an upstream distribution has advantages and disadvantages.
The choice is to have no upstream for MeeGo. It makes it easier to tailor MeeGo for its target devices, which are quite specific compared to Debian's. Maybe the Debian rhythm of updates would also be inadequate for MeeGo (smartphone OSs are currently evolving at a very rapid pace, but there is more up-to-date Ubuntu and Debian is working on more frequent updates). The Moblin build tools would also not have been compatible with Debian as upstream (this is mostly nonsense, see Mer and OBS).
Nonetheless MeeGo will be Linux Standard Base (LSB) compliant and its specific components will probably be available in Debian at some point.
Evolving packaging guidelines...