diff options
author | Samuel Thibault <sthibault@debian.org> | 2016-10-31 14:12:22 +0000 |
---|---|---|
committer | Samuel Thibault <sthibault@debian.org> | 2016-10-31 14:12:22 +0000 |
commit | cf8e2abb7e9f1a0a2998297b18b6562cee2d1652 (patch) | |
tree | 6322df423ae018256044e4664677f021441e9f8d /debian/control | |
parent | 2eddb40b4bca1c1ea6f46c34eb047050cafa2559 (diff) | |
download | installation-guide-cf8e2abb7e9f1a0a2998297b18b6562cee2d1652.zip |
Add mips64el arch, comment powerpc and kfreebsd archs
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 64 |
1 files changed, 37 insertions, 27 deletions
diff --git a/debian/control b/debian/control index 51b7e1f58..84a6241da 100644 --- a/debian/control +++ b/debian/control @@ -123,26 +123,26 @@ Description: Debian installation guide for i386 # architecture, in a variety of languages. # . # A shorter reference, the installation HOWTO, is included in an appendix. - -Package: installation-guide-kfreebsd-amd64 -Architecture: all -Depends: ${misc:Depends} -Conflicts: installation-guide -Description: Debian installation guide for kFreeBSD amd64 - This package contains the Debian installation guide for the kFreeBSD kernel - running on the AMD64 architecture, in a variety of languages. - . - A shorter reference, the installation HOWTO, is included in an appendix. - -Package: installation-guide-kfreebsd-i386 -Architecture: all -Depends: ${misc:Depends} -Conflicts: installation-guide -Description: Debian installation guide for kFreeBSD i386 - This package contains the Debian installation guide for the kFreeBSD kernel - 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-kfreebsd-amd64 +#Architecture: all +#Depends: ${misc:Depends} +#Conflicts: installation-guide +#Description: Debian installation guide for kFreeBSD amd64 +# This package contains the Debian installation guide for the kFreeBSD kernel +# running on the AMD64 architecture, in a variety of languages. +# . +# A shorter reference, the installation HOWTO, is included in an appendix. +# +#Package: installation-guide-kfreebsd-i386 +#Architecture: all +#Depends: ${misc:Depends} +#Conflicts: installation-guide +#Description: Debian installation guide for kFreeBSD i386 +# This package contains the Debian installation guide for the kFreeBSD kernel +# 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 @@ -154,26 +154,36 @@ Description: Debian installation guide for mips . A shorter reference, the installation HOWTO, is included in an appendix. -Package: installation-guide-mipsel +Package: installation-guide-mips64el Architecture: all Depends: ${misc:Depends} Conflicts: installation-guide -Description: Debian installation guide for mipsel +Description: Debian installation guide for mips64el This package contains the Debian installation guide for the little-endian - MIPS architecture, in a variety of languages. + 64bit MIPS architecture, in a variety of languages. . A shorter reference, the installation HOWTO, is included in an appendix. -Package: installation-guide-powerpc +Package: installation-guide-mipsel Architecture: all Depends: ${misc:Depends} Conflicts: installation-guide -Description: Debian installation guide for powerpc - This package contains the Debian installation guide for the big-endian - PowerPC architecture, in a variety of languages. +Description: Debian installation guide for mipsel + This package contains the Debian installation guide for the little-endian + MIPS architecture, in a variety of languages. . A shorter reference, the installation HOWTO, is included in an appendix. +#Package: installation-guide-powerpc +#Architecture: all +#Depends: ${misc:Depends} +#Conflicts: installation-guide +#Description: Debian installation guide for powerpc +# This package contains the Debian installation guide for the big-endian +# PowerPC architecture, in a variety of languages. +# . +# A shorter reference, the installation HOWTO, is included in an appendix. + Package: installation-guide-ppc64el Architecture: all Depends: ${misc:Depends} |