Differences between revisions 1 and 9 (spanning 8 versions)
Revision 1 as of 2010-10-11 09:14:59
Size: 1011
Editor: DidierRaboud
Comment: Initial page
Revision 9 as of 2010-10-15 14:03:57
Size: 4264
Editor: DidierRaboud
Comment: + meegotouch-qt-style
Deletions are marked like this. Additions are marked like this.
Line 17: Line 17:
|| 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: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-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:xxxxxx|| [[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: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 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)

Packages list

Package

ITP

VCS

Upstream git

Cleaned up git

Uploaders

Comments

contextkit

600034

Git

contextkit

contextkit-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-compositor

600202

Git

meegotouch-compositor

meegotouch-compositor-clean

DidierRaboud

meegotouch-theme

599738

Git

meegotouch-theme

meegotouch-theme-clean

DidierRaboud

meegotouch-qt-style

xxxxxx

Git

meegotouch-qt-style

meegotouch-qt-style-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: