diff options
author | Samuel Thibault <sthibault@debian.org> | 2012-08-27 15:33:10 +0000 |
---|---|---|
committer | Samuel Thibault <sthibault@debian.org> | 2012-08-27 15:33:10 +0000 |
commit | 266131a50616280ef746708556b1b1527e76f0e7 (patch) | |
tree | 34c3a8f5ff3154297332fd15c547873ffa8b06f7 | |
parent | 4cf42d6dc39e7473f45445b72a7ecfe6f1524176 (diff) | |
download | installation-guide-266131a50616280ef746708556b1b1527e76f0e7.zip |
Update figures.
-rw-r--r-- | build/entities/common.ent | 37 | ||||
-rw-r--r-- | debian/changelog | 1 |
2 files changed, 20 insertions, 18 deletions
diff --git a/build/entities/common.ent b/build/entities/common.ent index ae124a975..d6c17a354 100644 --- a/build/entities/common.ent +++ b/build/entities/common.ent @@ -127,37 +127,38 @@ to first switch tasksel to that DE using the following command, e.g: <!-- 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 + for i in binary-*; do echo -n "$i: "; zgrep '^Package:' binary-all/Packages.gz $i/Packages.gz | wc -l; done --> -<!-- last updated: January 16 2011 for Squeeze (sthibault) --> +<!-- last updated: August 27 2012 for Wheezy (sthibault) --> <!ENTITY num-of-distrib-pkgs - "<phrase arch='amd64'>28150</phrase> - <phrase arch='armel'>27600</phrase> - <phrase arch='hppa'>27250</phrase> - <phrase arch='i386'>28250</phrase> - <phrase arch='ia64'>27300</phrase> - <phrase arch='kfreebsd-amd64'>25900</phrase> - <phrase arch='kfreebsd-i386'>25900</phrase> - <phrase arch='mips'>27500</phrase> - <phrase arch='mipsel'>27550</phrase> - <phrase arch='powerpc'>27900</phrase> - <phrase arch='s390'>27600</phrase> - <phrase arch='sparc'>27750</phrase> + "<phrase arch='amd64'>52941</phrase> + <phrase arch='armel'>52168</phrase> + <phrase arch='armhf'>52076</phrase> + <phrase arch='i386'>53051</phrase> + <phrase arch='ia64'>51187</phrase> + <phrase arch='kfreebsd-amd64'>50320</phrase> + <phrase arch='kfreebsd-i386'>50283</phrase> + <phrase arch='mips'>52046</phrase> + <phrase arch='mipsel'>52076</phrase> + <phrase arch='powerpc'>52340</phrase> + <phrase arch='s390'>51833</phrase> + <phrase arch='s390'>51653</phrase> + <phrase arch='sparc'>52207</phrase> "> <!-- Number of current Debian developers --> <!-- Can be found for example on vote.debian.org (use last vote) --> -<!ENTITY num-of-debian-developers "886"> +<!ENTITY num-of-debian-developers "951"> <!-- Number of current Debian maillists (see http://lists.debian.org/completeindex.html) --> -<!ENTITY num-of-debian-maillists "245"> +<!ENTITY num-of-debian-maillists "253"> <!-- version of X11 shipping with the current release --> -<!ENTITY x11ver "7.6"> +<!ENTITY x11ver "7.7"> <!-- version of BRLTTY shipping with the current release --> -<!ENTITY brlttyver "4.3"> +<!ENTITY brlttyver "4.4"> <!-- version of Speakup shipping with the current release --> <!ENTITY speakupver "3.1.6"> diff --git a/debian/changelog b/debian/changelog index 1e09549b6..a1e74d100 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ installation-guide (20120827) UNRELEASED; urgency=low * official-cdrom: Add link to CD FaQ. Thanks Holger Wansing and Richard Owlett for the heads-up. Closes: #280348, #309568. * Add language-parallel build support. + * Update figures. -- Samuel Thibault <sthibault@debian.org> Sun, 26 Aug 2012 16:47:22 +0200 |