~dholbach/ubuntu-packaging-guide/split-out-packages

« back to all changes in this revision

Viewing changes to ubuntu-packaging-guide/introduction-to-ubuntu-development.rst

  • Committer: Andrew Starr-Bochicchio
  • Date: 2012-05-04 15:45:01 UTC
  • mfrom: (86.1.1 ubuntu-packaging-guide)
  • Revision ID: a.starr.b@gmail.com-20120504154501-b1ach4e8njwomgol
MergeĀ lp:~dholbach/ubuntu-packaging-guide/mightmightmight

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
 
88
88
Open Source Development happens in a distributed world with different goals
89
89
and different areas of focus. For example there might be the case that a 
90
 
particular Upstream might be interested in working on a new big feature while
91
 
Ubuntu, because of the tight release schedule, might be interested in shipping 
92
 
a solid version with just an additional bug fix. That is why we make use of 
 
90
particular Upstream is interested in working on a new big feature while 
 
91
Ubuntu, because of the tight release schedule, is interested in shipping a 
 
92
solid version with just an additional bug fix. That is why we make use of 
93
93
"Distributed Development", where code is being worked on in various branches
94
94
that are merged with each other after code reviews and sufficient discussion.
95
95