From 900fda3c2b6d88f0a5e28de58b18dbc77f85195f Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Tue, 10 Nov 2015 13:50:05 +0000 Subject: [PATCH] [s390*] Update linux-compiler metapackage to gcc-4.9 --- debian/changelog | 1 + debian/config/s390x/defines | 2 +- debian/templates/control.extra.in | 6 +++--- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 63f4ef530..231dc778f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ linux (4.3-1~exp2) UNRELEASED; urgency=medium builds only linux-libc-dev (Closes: #695243) * debian/control: Add ':any' to Build-Depends on python3, to support cross- bootstrap + * [s390*] Update linux-compiler metapackage to gcc-4.9 -- Ben Hutchings Sat, 07 Nov 2015 14:18:48 +0000 diff --git a/debian/config/s390x/defines b/debian/config/s390x/defines index 21cca5435..5e0ff29ea 100644 --- a/debian/config/s390x/defines +++ b/debian/config/s390x/defines @@ -12,7 +12,7 @@ configs: install-stem: vmlinuz [relations] -headers%gcc-4.8: linux-compiler-gcc-4.8-s390 +headers%gcc-4.9: linux-compiler-gcc-4.9-s390 [s390x_build] debug-info: true diff --git a/debian/templates/control.extra.in b/debian/templates/control.extra.in index db857b4e2..c48546ffc 100644 --- a/debian/templates/control.extra.in +++ b/debian/templates/control.extra.in @@ -7,13 +7,13 @@ Description: Compiler for Linux on ARM (meta-package) This package depends on gcc 4.9 of the appropriate architecture for Linux on armel and armhf. -Package: linux-compiler-gcc-4.8-s390 +Package: linux-compiler-gcc-4.9-s390 Build-Profiles: -Depends: gcc-4.8, ${misc:Depends} +Depends: gcc-4.9, ${misc:Depends} Architecture: s390 s390x Multi-Arch: foreign Description: Compiler for Linux on IBM zSeries (meta-package) - This package depends on gcc 4.8 of the appropriate architecture for + This package depends on gcc 4.9 of the appropriate architecture for Linux on s390 and s390x. Package: linux-compiler-gcc-5-x86