summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build/entities/common.ent73
-rw-r--r--debian/changelog1
-rw-r--r--debian/copyright2
3 files changed, 38 insertions, 38 deletions
diff --git a/build/entities/common.ent b/build/entities/common.ent
index fcbc2ed09..07ddcb736 100644
--- a/build/entities/common.ent
+++ b/build/entities/common.ent
@@ -4,7 +4,7 @@
<!-- current year (to be used for copyright declaration). -->
<!-- When changing this, also change in "debian/copyright" file! -->
-<!ENTITY current-year "2020">
+<!ENTITY current-year "2021">
<!-- short name to use for Debian -->
<!ENTITY debian "Debian">
@@ -73,7 +73,7 @@
cleanup, plus minimal ~150MB work space included.
Also update the value in debian-installer/build/boot/x86/f2.txt
-->
-<!ENTITY minimum-fs-size "850&notation-megabytes;">
+<!ENTITY minimum-fs-size "920&notation-megabytes;">
<!--
Size of install as used in appendix/files.xml; all values based on amd64.
@@ -90,8 +90,8 @@ after running 'apt-get clean' using 'du -hsx /'. After that the "Standard
system" task should be installed and the size of the standard system can be
determined using the same method.
-Sizes of tasks should be determined by running tasksel with the "new-install"
-and "test" options on a system that been fully installed with only the
+Sizes of tasks should be determined by running tasksel with the "--new-install"
+and "--test" options on a system that been fully installed with only the
standard task. By selecting a task, the corresponding apt-get line will be
emitted. Copy/paste it without the -q -y options, apt-get will then show the
sizes for the task. Cancel it, and repeat for other tasks. For instance:
@@ -104,32 +104,32 @@ to first switch tasksel to that DE using the following command, e.g:
-->
<!-- Size of the basic installation -->
- <!ENTITY base-system-size "701">
- <!ENTITY std-system-size "933">
+ <!ENTITY base-system-size "769">
+ <!ENTITY std-system-size "971">
<!-- Desktop environment task - GNOME -->
- <!ENTITY task-desktop-gnome-inst "2724">
- <!ENTITY task-desktop-gnome-dl "785">
- <!ENTITY task-desktop-gnome-tot "3509">
+ <!ENTITY task-desktop-gnome-inst "2790">
+ <!ENTITY task-desktop-gnome-dl "786">
+ <!ENTITY task-desktop-gnome-tot "3576">
<!-- Desktop environment task - KDE -->
- <!ENTITY task-desktop-kde-inst "4244">
- <!ENTITY task-desktop-kde-dl "1280">
- <!ENTITY task-desktop-kde-tot "5524">
+ <!ENTITY task-desktop-kde-inst "4122">
+ <!ENTITY task-desktop-kde-dl "1212">
+ <!ENTITY task-desktop-kde-tot "5334">
<!-- Desktop environment task - Xfce -->
- <!ENTITY task-desktop-xfce-inst "2342">
- <!ENTITY task-desktop-xfce-dl "657">
- <!ENTITY task-desktop-xfce-tot "2999">
+ <!ENTITY task-desktop-xfce-inst "2187">
+ <!ENTITY task-desktop-xfce-dl "621">
+ <!ENTITY task-desktop-xfce-tot "2808">
<!-- Desktop environment task - LXDE -->
- <!ENTITY task-desktop-lxde-inst "2486">
- <!ENTITY task-desktop-lxde-dl "707">
- <!ENTITY task-desktop-lxde-tot "3193">
+ <!ENTITY task-desktop-lxde-inst "2271">
+ <!ENTITY task-desktop-lxde-dl "653">
+ <!ENTITY task-desktop-lxde-tot "2924">
<!-- Desktop environment task - MATE -->
- <!ENTITY task-desktop-mate-inst "2857">
- <!ENTITY task-desktop-mate-dl "757">
- <!ENTITY task-desktop-mate-tot "3614">
+ <!ENTITY task-desktop-mate-inst "2574">
+ <!ENTITY task-desktop-mate-dl "711">
+ <!ENTITY task-desktop-mate-tot "3285">
<!-- Desktop environment task - Cinnamon -->
- <!ENTITY task-desktop-cinnamon-inst "3824">
- <!ENTITY task-desktop-cinnamon-dl "1102">
- <!ENTITY task-desktop-cinnamon-tot "4926">
+ <!ENTITY task-desktop-cinnamon-inst "4197">
+ <!ENTITY task-desktop-cinnamon-dl "1251">
+ <!ENTITY task-desktop-cinnamon-tot "5448">
<!-- Web server task -->
<!ENTITY task-web-inst "44">
<!ENTITY task-web-dl "11">
@@ -147,18 +147,17 @@ to first switch tasksel to that DE using the following command, e.g:
<!-- use:
for i in binary-*; do echo -n "$i: "; zgrep '^Package:' ./binary-all/Packages.gz ./$i/Packages.gz | wc -l; done
-->
-<!-- last updated: 2019-06-02 for Buster (Samuel Thibault) -->
+<!-- last updated: 2021-02-19 for Bullseye (Samuel Thibault) -->
<!ENTITY num-of-distrib-pkgs
- "<phrase arch='amd64'>85212</phrase>
- <phrase arch='arm64'>83841</phrase>
- <phrase arch='armel'>82997</phrase>
- <phrase arch='armhf'>83498</phrase>
- <phrase arch='i386'>84902</phrase>
- <phrase arch='mips'>82790</phrase>
- <phrase arch='mips64el'>83004</phrase>
- <phrase arch='mipsel'>83095</phrase>
- <phrase arch='ppc64el'>83524</phrase>
- <phrase arch='s390x'>82943</phrase>
+ "<phrase arch='amd64'>87573</phrase>
+ <phrase arch='arm64'>86695</phrase>
+ <phrase arch='armel'>85052</phrase>
+ <phrase arch='armhf'>85593</phrase>
+ <phrase arch='i386'>87131</phrase>
+ <phrase arch='mips64el'>85348</phrase>
+ <phrase arch='mipsel'>85368</phrase>
+ <phrase arch='ppc64el'>86423</phrase>
+ <phrase arch='s390x'>85044</phrase>
">
<!-- Number of current Debian developers -->
@@ -168,13 +167,13 @@ to first switch tasksel to that DE using the following command, e.g:
<!-- Number of current Debian maillists (see
http://lists.debian.org/completeindex.html) -->
-<!ENTITY num-of-debian-maillists "317">
+<!ENTITY num-of-debian-maillists "322">
<!-- version of X11 shipping with the current release, see version of the xorg package -->
<!ENTITY x11ver "7.7">
<!-- version of BRLTTY shipping with the current release, see version of the brltty package -->
-<!ENTITY brlttyver "5.6">
+<!ENTITY brlttyver "6.3">
<!-- version of Speakup shipping with the current release, see version of the speakup-doc package -->
<!ENTITY speakupver "3.1.6">
diff --git a/debian/changelog b/debian/changelog
index 7f492ea98..fa043d2d9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ installation-guide (20200716) UNRELEASED; urgency=medium
* build/entities/urls.ent: Update brltty website URL.
* build/entities/common.ent: Note for installation size to avoid
installing qemu-user-agent.
+ * build/entities/common.ent: Update numbers.
[ Holger Wansing ]
* Some more UEFI updates. Closes: #905173
diff --git a/debian/copyright b/debian/copyright
index 4765d702b..82991bf3d 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,6 @@
The Installation Guide is copyright 1996 Bruce Perens; 1996, 1997 Sven Rudolph;
1998 Igor Grobman, James Treacy; 1998-2002 Adam Di Carlo; 2003 Chris Tillman;
-2004-2019 by the Debian Installer team, and by other contributors. It is
+2004-2021 by the Debian Installer team, and by other contributors. It is
licensed under the terms of the GNU GPL, version 2.
A copy of the GPL is included in an appendix of the Installation Guide and can