Organisation

Differences between revisions 1 and 2
Revision 1 as of 2012-05-23 11:22:22
Size: 437
Editor: dholbach
Comment:
Revision 2 as of 2012-05-23 14:19:51
Size: 1370
Editor: dholbach
Comment:
Deletions are marked like this. Additions are marked like this.
Line 12: Line 12:
 * ...  * http://lintian.ubuntuwire.org/quantal/tags/spelling-error-in-description.html
  * Instructions:
   * run `bzr branch ubuntu:<packagename>`
   * edit the `debian/control` file
   * fix the spelling mistake
   * run `dch -i` to document the change you did
   * For Ubuntu-only packages:
    * run `debcommit`
    * run `bzr push lp:~<your LP ID>/ubuntu/quantal/<source package>/typo-fix`
    * run `bzr lp-propose`

 * http://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-gcc-4.7;users=debian-gcc@lists.debian.org
  * Instructions
   * Some hints on fixing these issues can be found at http://gcc.gnu.org/gcc-4.7/porting_to.html
   * To build with GCC 4.7, either set CC=gcc-4.7 CXX=g++-4.7 explicitly, or install the gcc, g++, gfortran, ... packages from quantal.
   * [[http://developer.ubuntu.com/packaging/html/udd-patchsys.html|use the patch system if available]]
   * [[Debian/Bugs|submit your changes to Debian]]

Contents

  1. General
    1. Sources

General

This page tries to sum up our experience with organising bug fixing initiatives for Ubuntu developers.

Sources

Please list ideas for easy and achievable tasks for new

UbuntuDevelopment/BugFixingInitiative/Organisation (last edited 2013-12-03 12:15:19 by dholbach)