Differences between revisions 1 and 14 (spanning 13 versions)
Revision 1 as of 2010-10-11 09:14:59
Size: 1011
Editor: DidierRaboud
Comment: Initial page
Revision 14 as of 2010-10-19 14:34:52
Size: 5541
Editor: DidierRaboud
Comment: Add two WIPs
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Debian meego maintainers = = Debian MeeGo stack maintainers =
Line 5: Line 5:
 * '''Website''': ''http://pkg-meego.alioth.debian.org/'' (not existing yet)  * '''Website''': ''http://pkg-meego.alioth.debian.org/'' ("302" redirects to here.)
Line 14: Line 14:
== Measuring the ''work-to-be-done'' ==

As nothing from MeeGo is in Debian yet, there is a certain need of clear milestones, so here's a proposal:

  * [[/MeeGoCore|MeeGo Core Software Platform]]
  * [[/MeeGoNotebookUX|MeeGo Notebook UX]]
Line 17: Line 24:
|| DebianPts:libmeegotouch || DebianBug:597295 || [[http://git.debian.org/?p=pkg-meego/libmeegotouch.git|pkg-meego/libmeegotouch.git]] || [[http://meego.gitorious.org/meegotouch/libmeegotouch|libmeegotouch]] || [[http://meego.gitorious.org/~odyx/meegotouch/libmeegotouch-clean|libmeegotouch-clean]] || DidierRaboud || … || || DebianPts:contextkit || DebianBug:600034 || [[http://git.debian.org/?p=pkg-meego/contextkit.git|Git]] || [[http://maemo.gitorious.org/maemo-af/contextkit|contextkit]] || [[http://maemo.gitorious.org/~odyx/maemo-af/contextkit-clean|contextkit-clean]] || DidierRaboud || … ||
|| DebianPts:libcontentaction || DebianBug:600537 || [[http://git.debian.org/?p=pkg-meego/libcontentaction.git|Git]] || [[http://maemo.gitorious.org/maemo-af/libcontentaction|libcontentaction ]] || [[http://maemo.gitorious.org/~odyx/maemo-af/libcontentaction-clean|libcontentaction-clean]] || DidierRaboud || … ||
|| DebianPts:libmeegotouch || DebianBug:597295 || [[http://git.debian.org/?p=pkg-meego/libmeegotouch.git|Git]] || [[http://meego.gitorious.org/meegotouch/libmeegotouch|libmeegotouch]] || [[http://meego.gitorious.org/~odyx/meegotouch/libmeegotouch-clean|libmeegotouch-clean]] || DidierRaboud || … ||
|| DebianPts:meego-packaging-tools || DebianBug:592314 || [[http://git.debian.org/?p=pkg-meego/meegotouch-packaging-tools.git|Git]] || [[http://meego.gitorious.org/meego-developer-tools/meego-packaging-tools|meego-packaging-tools]] || N/A || FathiBoudra || … ||
|| DebianPts:mic2 || DebianBug:578170 || [[http://git.debian.org/?p=pkg-meego/mic2.git|Git]] || [[http://meego.gitorious.org/meego-developer-tools/image-creator|image-creator]] || N/A || FathiBoudra || … ||
|| DebianPts:meegotouch-applauncherd || DebianBug:xxxxxx|| [[http://git.debian.org/?p=pkg-meego/meegotouch-applauncherd.git|Git]] || [[http://meego.gitorious.org/meegotouch/meegotouch-applauncherd|meegotouch-applauncherd]] || [[http://meego.gitorious.org/~odyx/meegotouch/meegotouch-applauncherd-clean|meegotouch-applauncherd-clean]] || DidierRaboud || … ||
|| DebianPts:meegotouch-compositor || DebianBug:600202 || [[http://git.debian.org/?p=pkg-meego/meegotouch-compositor.git|Git]] || [[http://meego.gitorious.org/meegotouch/meegotouch-compositor|meegotouch-compositor]] || [[http://meego.gitorious.org/~odyx/meegotouch/meegotouch-compositor-clean|meegotouch-compositor-clean]] || DidierRaboud || … ||
|| DebianPts:meegotouch-theme || DebianBug:599738 || [[http://git.debian.org/?p=pkg-meego/meegotouch-theme.git|Git]] || [[http://meego.gitorious.org/meegotouch/meegotouch-theme|meegotouch-theme]] || [[http://meego.gitorious.org/~odyx/meegotouch/meegotouch-theme-clean|meegotouch-theme-clean]] || DidierRaboud || … ||
|| DebianPts:meegotouch-qt-style || DebianBug:600285|| [[http://git.debian.org/?p=pkg-meego/meegotouch-qt-style.git|Git]] || [[http://meego.gitorious.org/meegotouch/meegotouch-qt-style|meegotouch-qt-style]] || [[http://meego.gitorious.org/~odyx/meegotouchmeegotouch-qt-style-clean|meegotouch-qt-style-clean]] || DidierRaboud || … ||
|| DebianPts:meegotouch-systemui || DebianBug:xxxxxx|| [[http://git.debian.org/?p=pkg-meego/meegotouch-systemui.git|Git]] || [[http://meego.gitorious.org/meegotouch/meegotouch-systemui|meegotouch-systemui]] || [[http://meego.gitorious.org/~odyx/meegotouch/meegotouch-systemui-clean|meegotouch-systemui-clean]] || DidierRaboud || … ||
|| DebianPts:spectacle || DebianBug:592311 || [[http://git.debian.org/?p=pkg-meego/spectacle.git|Git]] || [[http://meego.gitorious.org/meego-developer-tools/spectacle|spectacle]] || N/A || FathiBoudra || … ||

== Packaging practices ==

=== ''upstream'' branches ===
Despite the [[http://lists.meego.com/pipermail/meego-dev/2010-September/006205.html|[Proposal] Packaging management in DVCS]] mail, most upstream repositories still ship packaging files (debian/, *.spec, *.yaml files and directories). In order to workaround this, DidierRaboud runs a "cleaning" script bi-daily that pushes to gitorious too. The master branch of said "cleaned" repository doesn't contain the packaging files and upstream/${version} tags are created with "git changelogs" included. This master branch is regularly (hand-)merged into the "upstream" branch of the alioth git repositories.

Additionally, as the upstream/${version} are git leaves (not in the chain of commits leading to "upstream"), most alioth repositories include a "mergeNewUpstreamRelease.sh" that should be called from the "master" branch as $ debian/mergeNewUpstreamRelease.sh upstream/${version} . This handles the merging and the pristine-tar generation.

== Usertags ==

Here is a proposal for the use of usertags (or user categories):

{{{
User: pkg-meego-maintainers@lists.alioth.debian.org
}}}

Usertags actually in use:
 * [[http://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=itp&users=pkg-meego-maintainers@lists.alioth.debian.org|itp]]

Debian MeeGo stack maintainers

Infrastructure

Interacting with the team

  • Mailing list: <pkg-meego-maintainers AT alioth DOT debian DOT org>

  • Public IRC channel: #debian-meego on irc.debian.org (OFTC)

Measuring the ''work-to-be-done''

As nothing from ?MeeGo is in Debian yet, there is a certain need of clear milestones, so here's a proposal:

  • ?MeeGo Core Software Platform

  • ?MeeGo Notebook UX

Packages list

Package

ITP

VCS

Upstream git

Cleaned up git

Uploaders

Comments

contextkit

600034

Git

contextkit

contextkit-clean

DidierRaboud

libcontentaction

600537

Git

libcontentaction

libcontentaction-clean

DidierRaboud

libmeegotouch

597295

Git

libmeegotouch

libmeegotouch-clean

DidierRaboud

meego-packaging-tools

592314

Git

meego-packaging-tools

N/A

?FathiBoudra

mic2

578170

Git

image-creator

N/A

?FathiBoudra

meegotouch-applauncherd

xxxxxx

Git

meegotouch-applauncherd

meegotouch-applauncherd-clean

DidierRaboud

meegotouch-compositor

600202

Git

meegotouch-compositor

meegotouch-compositor-clean

DidierRaboud

meegotouch-theme

599738

Git

meegotouch-theme

meegotouch-theme-clean

DidierRaboud

meegotouch-qt-style

600285

Git

meegotouch-qt-style

meegotouch-qt-style-clean

DidierRaboud

meegotouch-systemui

xxxxxx

Git

meegotouch-systemui

meegotouch-systemui-clean

DidierRaboud

spectacle

592311

Git

spectacle

N/A

?FathiBoudra

Packaging practices

''upstream'' branches

Despite the [Proposal] Packaging management in DVCS mail, most upstream repositories still ship packaging files (debian/, *.spec, *.yaml files and directories). In order to workaround this, DidierRaboud runs a "cleaning" script bi-daily that pushes to gitorious too. The master branch of said "cleaned" repository doesn't contain the packaging files and upstream/${version} tags are created with "git changelogs" included. This master branch is regularly (hand-)merged into the "upstream" branch of the alioth git repositories.

Additionally, as the upstream/${version} are git leaves (not in the chain of commits leading to "upstream"), most alioth repositories include a "mergeNewUpstreamRelease.sh" that should be called from the "master" branch as $ debian/mergeNewUpstreamRelease.sh upstream/${version} . This handles the merging and the pristine-tar generation.

Usertags

Here is a proposal for the use of usertags (or user categories):

User: pkg-meego-maintainers@lists.alioth.debian.org

Usertags actually in use: