diff options
author | Holger Wansing <hwansing@mailbox.org> | 2020-03-08 21:35:28 +0100 |
---|---|---|
committer | Holger Wansing <hwansing@mailbox.org> | 2020-03-08 21:35:28 +0100 |
commit | ee4c125ec37e38b451f99f78d2977708623977f3 (patch) | |
tree | 01d429cbd18a6a01b286b6fcd88b28bb21827036 /debian | |
parent | e0b66b909516127c082fd1c97e39320a3a6f2794 (diff) | |
download | installation-guide-ee4c125ec37e38b451f99f78d2977708623977f3.zip |
installation-guide: Remove mips from built arches
Diffstat (limited to 'debian')
-rw-r--r-- | debian/archlist | 2 | ||||
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 22 |
3 files changed, 13 insertions, 12 deletions
diff --git a/debian/archlist b/debian/archlist index 7c41b5ad3..2e900ce18 100644 --- a/debian/archlist +++ b/debian/archlist @@ -10,7 +10,7 @@ armel ARM softfloat armhf ARM harffloat #hppa PA-RISC (hppa) #ia64 IA-64 -mips 32-bit MIPS (big-endian) +#mips 32-bit MIPS (big-endian) mips64el 64-bit MIPS (little-endian) mipsel 32-bit MIPS (little-endian) #powerpc PowerPC diff --git a/debian/changelog b/debian/changelog index 7092c1373..1a8a47781 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ installation-guide (20200110) UNRELEASED; urgency=medium website, to get valid filename suffixes. * Update view of boot screen (add dark theme installer menu). * Update copyright year to 2020. + * Drop mips from built archs. [ Changwoo Ryu ] * Improve Korean pdf diff --git a/debian/control b/debian/control index d60cb8850..5a816b2e5 100644 --- a/debian/control +++ b/debian/control @@ -159,17 +159,17 @@ Description: Debian installation guide for i386 # running on the Intel x86 architecture, in a variety of languages. # . # A shorter reference, the installation HOWTO, is included in an appendix. - -Package: installation-guide-mips -Architecture: all -Multi-Arch: foreign -Depends: ${misc:Depends} -Conflicts: installation-guide -Description: Debian installation guide for mips - This package contains the Debian installation guide for the big-endian - 32bit MIPS architecture, in a variety of languages. - . - A shorter reference, the installation HOWTO, is included in an appendix. +# +#Package: installation-guide-mips +#Architecture: all +#Multi-Arch: foreign +#Depends: ${misc:Depends} +#Conflicts: installation-guide +#Description: Debian installation guide for mips +# This package contains the Debian installation guide for the big-endian +# 32bit MIPS architecture, in a variety of languages. +# . +# A shorter reference, the installation HOWTO, is included in an appendix. Package: installation-guide-mips64el Architecture: all |