diff options
author | Samuel Thibault <sthibault@debian.org> | 2014-11-29 12:05:36 +0000 |
---|---|---|
committer | Samuel Thibault <sthibault@debian.org> | 2014-11-29 12:05:36 +0000 |
commit | 38b035310f5a9293afd47589d64ece4583034f4c (patch) | |
tree | d8fdb0b07aff08d9a252da1aeabc89a7a1848a09 /debian | |
parent | b38cc62874cb8bb1a3c899e4c4312bacc4fbcb65 (diff) | |
download | installation-guide-38b035310f5a9293afd47589d64ece4583034f4c.zip |
Add arm64 and ppc64el manual builds
Diffstat (limited to 'debian')
-rw-r--r-- | debian/archlist | 4 | ||||
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 20 |
3 files changed, 23 insertions, 2 deletions
diff --git a/debian/archlist b/debian/archlist index eda7011e8..1ae471b2b 100644 --- a/debian/archlist +++ b/debian/archlist @@ -5,7 +5,7 @@ #Code Name i386 Intel x86 amd64 AMD64 -#arm64 ARM +arm64 ARM armel ARM armhf ARM #hppa PA-RISC (hppa) @@ -13,7 +13,7 @@ armhf ARM mips Mips mipsel Mipsel powerpc PowerPC -#ppc64el PowerPC +ppc64el PowerPC s390x S/390 #sparc Sparc kfreebsd-i386 kFreeBSD Intel x86 diff --git a/debian/changelog b/debian/changelog index 8b66db43f..76489e770 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,7 @@ installation-guide (201409xx) UNRELEASED; urgency=medium netcfg/link_wait_timeout. Thanks Julien Cristau for noticing. * Update brltty URLs and version. * Update preseeding of desktops and list of desktops. + * Add arm64 and ppc64el manual builds. -- Samuel Thibault <sthibault@debian.org> Tue, 16 Sep 2014 13:24:16 +0200 diff --git a/debian/control b/debian/control index e07b596c8..8d8aa6209 100644 --- a/debian/control +++ b/debian/control @@ -64,6 +64,16 @@ Description: Debian installation guide for amd64 . A shorter reference, the installation HOWTO, is included in an appendix. +Package: installation-guide-arm64 +Architecture: all +Depends: ${misc:Depends} +Conflicts: installation-guide +Description: Debian installation guide for arm64 + This package contains the Debian installation guide for the 64bit ARM + architecture, in a variety of languages. + . + A shorter reference, the installation HOWTO, is included in an appendix. + Package: installation-guide-armel Architecture: all Depends: ${misc:Depends} @@ -164,6 +174,16 @@ Description: Debian installation guide for powerpc . A shorter reference, the installation HOWTO, is included in an appendix. +Package: installation-guide-ppc64el +Architecture: all +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. + . + A shorter reference, the installation HOWTO, is included in an appendix. + Package: installation-guide-s390x Architecture: all Depends: ${misc:Depends} |