summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build/entities/common.ent2
-rw-r--r--debian/archlist6
-rw-r--r--debian/control6
3 files changed, 7 insertions, 7 deletions
diff --git a/build/entities/common.ent b/build/entities/common.ent
index ebf45ffd4..5dcbbdd52 100644
--- a/build/entities/common.ent
+++ b/build/entities/common.ent
@@ -24,7 +24,7 @@
<!-- proper nouns for architectures -->
<!ENTITY arch-title
- "<phrase arch='any-amd64'>64-bit PC</phrase><phrase arch='armel'>32-bit soft-float ARM</phrase><phrase arch='armhf'>32-bit hard-float ARMv7</phrase><phrase arch='arm64'>64-bit ARM</phrase><phrase arch='hppa'>PA-RISC</phrase><phrase arch='any-i386'>32-bit PC</phrase><phrase arch='ia64'>IA-64</phrase><phrase arch='mips'>Mips</phrase><phrase arch='mips64el'>64-bit Mipsel</phrase><phrase arch='mipsel'>Mipsel</phrase><phrase arch='powerpc'>PowerPC</phrase><phrase arch='ppc64el'>64-bit PowerPC (little-endian)</phrase><phrase arch='sparc'>SPARC</phrase><phrase arch='s390'>S/390</phrase>">
+ "<phrase arch='any-amd64'>64-bit PC</phrase><phrase arch='armel'>32-bit soft-float ARM</phrase><phrase arch='armhf'>32-bit hard-float ARMv7</phrase><phrase arch='arm64'>64-bit ARM</phrase><phrase arch='hppa'>PA-RISC</phrase><phrase arch='any-i386'>32-bit PC</phrase><phrase arch='ia64'>IA-64</phrase><phrase arch='mips'>32-bit Mips (big-endian)</phrase><phrase arch='mips64el'>64-bit Mips (little-endian)</phrase><phrase arch='mipsel'>32-bit Mips (little-endian)</phrase><phrase arch='powerpc'>PowerPC</phrase><phrase arch='ppc64el'>64-bit PowerPC (little-endian)</phrase><phrase arch='sparc'>SPARC</phrase><phrase arch='s390'>S/390</phrase>">
<!-- general things from installer -->
<!ENTITY ekey "<keycap>e</keycap>">
diff --git a/debian/archlist b/debian/archlist
index 7461250e7..581f225da 100644
--- a/debian/archlist
+++ b/debian/archlist
@@ -5,9 +5,9 @@
#Code Name
i386 Intel x86
amd64 AMD64
-arm64 ARM
-armel ARM
-armhf ARM
+arm64 ARM64
+armel ARM softfloat
+armhf ARM harffloat
#hppa PA-RISC (hppa)
#ia64 IA-64
mips Mips
diff --git a/debian/control b/debian/control
index 84a6241da..afc0a1559 100644
--- a/debian/control
+++ b/debian/control
@@ -150,7 +150,7 @@ Depends: ${misc:Depends}
Conflicts: installation-guide
Description: Debian installation guide for mips
This package contains the Debian installation guide for the big-endian
- MIPS architecture, in a variety of languages.
+ 32bit MIPS architecture, in a variety of languages.
.
A shorter reference, the installation HOWTO, is included in an appendix.
@@ -170,7 +170,7 @@ Depends: ${misc:Depends}
Conflicts: installation-guide
Description: Debian installation guide for mipsel
This package contains the Debian installation guide for the little-endian
- MIPS architecture, in a variety of languages.
+ 32bit MIPS architecture, in a variety of languages.
.
A shorter reference, the installation HOWTO, is included in an appendix.
@@ -190,7 +190,7 @@ Depends: ${misc:Depends}
Conflicts: installation-guide
Description: Debian installation guide for powerpc
This package contains the Debian installation guide for the little-endian
- PowerPC architecture, in a variety of languages.
+ 64bit PowerPC architecture, in a variety of languages.
.
A shorter reference, the installation HOWTO, is included in an appendix.