~ubuntu-core-dev/update-manager/main

« back to all changes in this revision

Viewing changes to Janitor/README

  • Committer: Michael Terry
  • Date: 2012-05-15 19:43:43 UTC
  • mto: This revision was merged to the branch mainline in revision 2428.
  • Revision ID: michael.terry@canonical.com-20120515194343-tocvo0awttmggie1
update several strings to match the software updater spec; most notably, rename from Update Manager to Software Updater

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
This is the core of the program: the plugin manager, and (some of) the
10
10
plugins. The user interface and some other things are in a separate
11
 
source tree. This is because Ubuntu's and Debian's Update Manager
12
 
program will be using Computer Janitor. Since Update Manager is used
 
11
source tree. This is because Ubuntu's and Debian's Software Updater
 
12
program will be using Computer Janitor. Since Software Updater is used
13
13
also to upgrade from operating system release to release, it needs to
14
14
keep its external dependencies to a minimum. Thus, the core of Computer
15
 
Janitor is incorporated into Update Manager, and the upper layers will
 
15
Janitor is incorporated into Software Updater, and the upper layers will
16
16
remain as a separate package.
17
17
 
18
18