diff options
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 12 |
2 files changed, 8 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog index 59d5ab189..04d18965f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,8 @@ installation-guide (20160408) UNRELEASED unstable; urgency=medium [ Martin Michlmayr ] * Fix typo in French translation. Thanks Mathieu Malaterre. Closes: #815537 + * Improve package description of MIPS and PowerPC manuals. Thanks + Mathieu Malaterre. installation-guide (20160121) unstable; urgency=medium diff --git a/debian/control b/debian/control index 826abcde7..51b7e1f58 100644 --- a/debian/control +++ b/debian/control @@ -149,8 +149,8 @@ Architecture: all Depends: ${misc:Depends} Conflicts: installation-guide Description: Debian installation guide for mips - This package contains the Debian installation guide for the Mips - architecture, in a variety of languages. + This package contains the Debian installation guide for the big-endian + MIPS architecture, in a variety of languages. . A shorter reference, the installation HOWTO, is included in an appendix. @@ -159,8 +159,8 @@ Architecture: all Depends: ${misc:Depends} Conflicts: installation-guide Description: Debian installation guide for mipsel - This package contains the Debian installation guide for the Mipsel - architecture, in a variety of languages. + 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. @@ -169,8 +169,8 @@ Architecture: all Depends: ${misc:Depends} Conflicts: installation-guide Description: Debian installation guide for powerpc - This package contains the Debian installation guide for the PowerPC - architecture, in a variety of languages. + 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. |