[linux] 01/01: Properly update to gcc-6

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Fri Oct 7 20:09:33 UTC 2016


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch master
in repository linux.

commit 5dbd80758cabf5e217f2f92ef317bfca370fbc31
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Fri Oct 7 21:08:05 2016 +0100

    Properly update to gcc-6
---
 debian/config/defines             |  2 +-
 debian/templates/control.extra.in | 18 +++++++++---------
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/debian/config/defines b/debian/config/defines
index 8b50f17..774c0ea 100644
--- a/debian/config/defines
+++ b/debian/config/defines
@@ -60,7 +60,7 @@ initramfs-generators: initramfs-tools initramfs-fallback
 
 [relations]
 # compilers
-gcc-5: gcc-5 <!stage1 !cross>, gcc-5- at gnu-type-package@:native <!stage1 cross>
+gcc-6: gcc-6 <!stage1 !cross>, gcc-6- at gnu-type-package@:native <!stage1 cross>
 
 # initramfs-generators
 initramfs-fallback: linux-initramfs-tool
diff --git a/debian/templates/control.extra.in b/debian/templates/control.extra.in
index da31429..b0f3e86 100644
--- a/debian/templates/control.extra.in
+++ b/debian/templates/control.extra.in
@@ -1,26 +1,26 @@
-Package: linux-compiler-gcc-5-arm
+Package: linux-compiler-gcc-6-arm
 Build-Profiles: <!stage1>
-Depends: gcc-5, ${misc:Depends}
+Depends: gcc-6, ${misc:Depends}
 Architecture: armel armhf
 Multi-Arch: foreign
 Description: Compiler for Linux on ARM (meta-package)
- This package depends on gcc 5 of the appropriate architecture for
+ This package depends on gcc 6 of the appropriate architecture for
  Linux on armel and armhf.
 
-Package: linux-compiler-gcc-5-s390
+Package: linux-compiler-gcc-6-s390
 Build-Profiles: <!stage1>
-Depends: gcc-5, ${misc:Depends}
+Depends: gcc-6, ${misc:Depends}
 Architecture: s390 s390x
 Multi-Arch: foreign
 Description: Compiler for Linux on IBM zSeries (meta-package)
- This package depends on gcc 5 of the appropriate architecture for
+ This package depends on gcc 6 of the appropriate architecture for
  Linux on s390 and s390x.
 
-Package: linux-compiler-gcc-5-x86
+Package: linux-compiler-gcc-6-x86
 Build-Profiles: <!stage1>
-Depends: gcc-5, ${misc:Depends}
+Depends: gcc-6, ${misc:Depends}
 Architecture: amd64 i386 x32
 Multi-Arch: foreign
 Description: Compiler for Linux on x86 (meta-package)
- This package depends on gcc 5 of the appropriate architecture for
+ This package depends on gcc 6 of the appropriate architecture for
  Linux on amd64, i386 and x32.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list