Developers

Differences between revisions 56 and 57
Revision 56 as of 2011-05-31 21:38:58
Size: 7312
Editor: 187
Comment:
Revision 57 as of 2011-10-14 23:35:59
Size: 7310
Editor: fitojb
Comment:
Deletions are marked like this. Additions are marked like this.
Line 72: Line 72:
Ical schedule : http://www.google.com/calendar/ical/8u4b7o4ifsp2711jatjf3kb4dg%40group.calendar.google.com/public/basic.ics  Ical schedule : http://www.google.com/calendar/ical/8u4b7o4ifsp2711jatjf3kb4dg%40group.calendar.google.com/public/basic.ics
Line 132: Line 132:
== Lxde development on others distributions ==
 * [[https://build.opensuse.org/project/packages?project=X11:lxde | Opensuse]]
== LXDE development on other distributions ==
 * [[https://build.opensuse.org/project/packages?project=X11:lxde | OpenSUSE]]

Testing Lubuntu

If you'd like to help with testing of Lubuntu, please look at Testing that area has all the latest news of where the team is up to in terms of development releases.

PPA management

During the testing phase you may be asked via the mailing list to help test software by adding a test PPA. Sometimes it does not go too well and you need to reverse the changes. A great tool for this is APT. It's installed by default as the terminal package manager.

Usage is quite simple, just issue the following command:

sudo apt-add-repository -r ppa:Name_of_ppa

E.g., if the ppa is test/ppa the command would be:

sudo apt-add-repository -r ppa:test/ppa

Maintenance Overview

Maintaining LXDE packages

LXDE packages are maintained directly on Debian when it's possible. There are maintained on http://git.debian.org/

git-buildpackage is used for maintaining thoses packages :

Maintaining Lubuntu specific packages

This package documented the specific packages of Lubuntu. Current list :

How to manage thoses packages :

  • Install bzr-builddeb and devscripts
  • When you do a modification, add an entry in debian/changelog and run "debcommit" to commit change.
  • To test the package, use bzr-buildpackage. It will generate the deb in ../build-area/
  • To generate the source for upload, use bzr-buildpackage -S
  • When you want to release, use "dch -r" and "debcommit -r"

Pre and Post release TODO

A list of things to do before, and after a release on this page.

Roadmap

Schedule

  • June 2nd : Alpha 1
  • June 14th : End of proposal for applications by default
  • June 19th : Decision for the modifications of default applications
  • July 7th : Alpha 2
  • August 4th : Alpha 3
  • August 11th : Feature Freeze (no more new stuff and new version)
  • August 17th : End of proposal for artwork
  • August 21nd : Decision for Artwork
  • September 1st : Beta 1
  • September 15th : Documentation / String Freeze
  • September 22nd : Beta 2
  • September 29th : Final Freeze (only critical changes)
  • October 13th : Final release

We share the same deadline than Ubuntu. Specificities are for proposals and decisions for default applications and artwork.

Ical schedule : http://www.google.com/calendar/ical/8u4b7o4ifsp2711jatjf3kb4dg%40group.calendar.google.com/public/basic.ics

Oneiric tasks

Old tasks and schedule

See Lubuntu/Developers/OldTasksAndSchedules old tasks and schedule from previous releases.

Meetings

Project Day : general chat, discussion and decision (if needed), work done since the last Project Day, work items, and planning for the next weeks.

Bug Day : Report, triage, fix bugs. Documentation : Create and fix documentation.

Organisation of those days are still not finished, but I think it's important to add them in the schedule.

Team and Coordination

On the following pages you will find more info of the subteams, current tasks, completed tasks and more resources. Please join and add your name at Lubuntus SubTeams page.

Overview of team's activities

Please use the specific team pages to coordinate the work among members.

Lubuntu derivated distributions

LXDE development on other distributions

Documentation for developers

  • A discussion on various forum links from the the main forum area.

LXDE-lubuntu/Developers (last edited 2021-05-11 09:22:55 by guiverc)