summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2008-11-05 14:41:58 +0000
committerFrans Pop <elendil@planet.nl>2008-11-05 14:41:58 +0000
commit16a07b678611dd4bd8121cb8bc343e6082c5c61c (patch)
treef7a046f6404c39f8e316a3193c511e0d4d19a95e
parent2d2dd1d574f211f3cff6045163a2682dfbb79da0 (diff)
downloadinstallation-guide-16a07b678611dd4bd8121cb8bc343e6082c5c61c.zip
Update task sizes and nr. of packages per arch for Lenny.
-rw-r--r--build/entities/common.ent70
-rw-r--r--debian/changelog3
2 files changed, 37 insertions, 36 deletions
diff --git a/build/entities/common.ent b/build/entities/common.ent
index a7d6a9b5c..ffb377d01 100644
--- a/build/entities/common.ent
+++ b/build/entities/common.ent
@@ -61,60 +61,60 @@ install recommended packages while selecting a task from aptitude will.
-->
<!-- Size of the basic installation -->
- <!ENTITY base-system-size "248">
- <!ENTITY std-system-size "410">
+ <!ENTITY base-system-size "250">
+ <!ENTITY std-system-size "397">
<!-- Desktop environment task -->
- <!ENTITY task-desktop-inst "1857">
- <!ENTITY task-desktop-dl "688">
- <!ENTITY task-desktop-tot "2545">
+ <!ENTITY task-desktop-inst "1830">
+ <!ENTITY task-desktop-dl "703">
+ <!ENTITY task-desktop-tot "2533">
<!-- Laptop task -->
- <!ENTITY task-laptop-inst "25">
+ <!ENTITY task-laptop-inst "26">
<!ENTITY task-laptop-dl "9">
- <!ENTITY task-laptop-tot "34">
+ <!ENTITY task-laptop-tot "35">
<!-- Web server task -->
- <!ENTITY task-web-inst "37">
- <!ENTITY task-web-dl "12">
- <!ENTITY task-web-tot "49">
+ <!ENTITY task-web-inst "42">
+ <!ENTITY task-web-dl "13">
+ <!ENTITY task-web-tot "55">
<!-- Print server task -->
- <!ENTITY task-print-inst "208">
- <!ENTITY task-print-dl "76">
- <!ENTITY task-print-tot "284">
+ <!ENTITY task-print-inst "215">
+ <!ENTITY task-print-dl "84">
+ <!ENTITY task-print-tot "299">
<!-- DNS server task -->
- <!ENTITY task-dns-inst "2">
+ <!ENTITY task-dns-inst "3">
<!ENTITY task-dns-dl "1">
- <!ENTITY task-dns-tot "3">
+ <!ENTITY task-dns-tot "4">
<!-- File server task -->
- <!ENTITY task-file-inst "53">
- <!ENTITY task-file-dl "22">
- <!ENTITY task-file-tot "75">
+ <!ENTITY task-file-inst "74">
+ <!ENTITY task-file-dl "29">
+ <!ENTITY task-file-tot "103">
<!-- Mail server task -->
- <!ENTITY task-mail-inst "15">
+ <!ENTITY task-mail-inst "14">
<!ENTITY task-mail-dl "5">
- <!ENTITY task-mail-tot "20">
+ <!ENTITY task-mail-tot "19">
<!-- SQL database task -->
- <!ENTITY task-sql-inst "37">
- <!ENTITY task-sql-dl "12">
- <!ENTITY task-sql-tot "49">
+ <!ENTITY task-sql-inst "50">
+ <!ENTITY task-sql-dl "18">
+ <!ENTITY task-sql-tot "68">
<!-- number of packages, approx, in the main distribution -->
<!-- use:
for i in binary-*; do echo -n "$i: "; zgrep '^Package:' $i/Packages.gz | wc -l; done
-->
-<!-- last updated: January 1 2007 for Etch (FJP) -->
+<!-- last updated: November 5 2008 for Lenny (FJP) -->
<!ENTITY num-of-distrib-pkgs
- "<phrase arch='alpha'>20850</phrase>
- <phrase arch='amd64'>21250</phrase>
- <phrase arch='arm'>20750</phrase>
- <phrase arch='hppa'>20850</phrase>
- <phrase arch='i386'>21500</phrase>
- <phrase arch='ia64'>21000</phrase>
+ "<phrase arch='alpha'>21550</phrase>
+ <phrase arch='amd64'>22300</phrase>
+ <phrase arch='arm'>21700</phrase>
+ <phrase arch='hppa'>21600</phrase>
+ <phrase arch='i386'>22600</phrase>
+ <phrase arch='ia64'>21900</phrase>
<phrase arch='m68k'>17450</phrase>
- <phrase arch='mips'>20850</phrase>
- <phrase arch='mipsel'>10850</phrase>
- <phrase arch='powerpc'>21250</phrase>
- <phrase arch='s390'>20850</phrase>
- <phrase arch='sparc'>21000</phrase>">
+ <phrase arch='mips'>21950</phrase>
+ <phrase arch='mipsel'>21900</phrase>
+ <phrase arch='powerpc'>22250</phrase>
+ <phrase arch='s390'>21750</phrase>
+ <phrase arch='sparc'>22950</phrase>">
<!-- Number of current Debian developers -->
<!-- Can be found for example on vote.debian.org (use last vote) -->
diff --git a/debian/changelog b/debian/changelog
index 939a56b35..1a8203c47 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -48,8 +48,9 @@ installation-guide (2008xxxx) UNRELEASED; urgency=medium
* Update preconfiguration section for latest changes in the preseed udebs
and clarify preseeding of language/country.
* Remove duplicated text about using tasksel. Closes: #502773.
+ * Update task sizes and nr. of packages per arch for Lenny.
- -- Frans Pop <fjp@debian.org> Mon, 06 Oct 2008 00:26:26 +0200
+ -- Frans Pop <fjp@debian.org> Wed, 05 Nov 2008 15:41:22 +0100
installation-guide (20080520) unstable; urgency=medium