diff options
author | Holger Wansing <linux@wansing-online.de> | 2014-08-05 21:39:43 +0000 |
---|---|---|
committer | Holger Wansing <linux@wansing-online.de> | 2014-08-05 21:39:43 +0000 |
commit | b983a04538bf966ecb39eab8d3b12df7ef56ba86 (patch) | |
tree | 14ab15f5d04ea93d12d23a4ab916bb4b8deacb98 | |
parent | f1755a3269e0a17bfcdeaa3fd1b0c37d2320ea0d (diff) | |
download | installation-guide-b983a04538bf966ecb39eab8d3b12df7ef56ba86.zip |
Drop ia64, s390 and sparc from archlist / control file for Jessie
-rw-r--r-- | debian/archlist | 5 | ||||
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | debian/control | 28 |
3 files changed, 16 insertions, 22 deletions
diff --git a/debian/archlist b/debian/archlist index a3764f8fe..ecf1b1c1f 100644 --- a/debian/archlist +++ b/debian/archlist @@ -8,12 +8,11 @@ amd64 AMD64 armel ARM armhf ARM #hppa PA-RISC (hppa) -ia64 IA-64 +#ia64 IA-64 mips Mips mipsel Mipsel powerpc PowerPC -s390 S/390 s390x S/390 -sparc Sparc +#sparc Sparc kfreebsd-i386 kFreeBSD Intel x86 kfreebsd-amd64 kFreeBSD AMD64 diff --git a/debian/changelog b/debian/changelog index 130015fa5..1d66c142a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -52,6 +52,11 @@ installation-guide (201312xx) UNRELEASED; urgency=low since that relies on libparted's filesystem-handling code which is being removed. + [ Holger Wansing ] + * Drop s390, ia64 and sparc from control / archlist files for Jessie + (means dropping installation-guide-s390 and installation-guide-sparc + packages) + -- Martin Michlmayr <tbm@cyrius.com> Sat, 14 Dec 2013 10:20:37 +0000 installation-guide (20131009) unstable; urgency=low diff --git a/debian/control b/debian/control index 5a7cc414a..7d9770c5d 100644 --- a/debian/control +++ b/debian/control @@ -164,16 +164,6 @@ Description: Debian installation guide for powerpc . A shorter reference, the installation HOWTO, is included in an appendix. -Package: installation-guide-s390 -Architecture: all -Depends: ${misc:Depends} -Conflicts: installation-guide -Description: Debian installation guide for s390 - This package contains the Debian installation guide for the S/390 - 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} @@ -184,12 +174,12 @@ Description: Debian installation guide for s390x . A shorter reference, the installation HOWTO, is included in an appendix. -Package: installation-guide-sparc -Architecture: all -Depends: ${misc:Depends} -Conflicts: installation-guide -Description: Debian installation guide for sparc - This package contains the Debian installation guide for the Sparc - architecture, in a variety of languages. - . - A shorter reference, the installation HOWTO, is included in an appendix. +# Package: installation-guide-sparc +# Architecture: all +# Depends: ${misc:Depends} +# Conflicts: installation-guide +# Description: Debian installation guide for sparc +# This package contains the Debian installation guide for the Sparc +# architecture, in a variety of languages. +# . +# A shorter reference, the installation HOWTO, is included in an appendix. |