[linux] 01/02: linux-compiler-gcc-7-{arm, s390, x86}: Remove specific (and wrong) compiler version from description
debian-kernel at lists.debian.org
debian-kernel at lists.debian.org
Tue Feb 6 20:28:49 UTC 2018
This is an automated email from the git hooks/post-receive script.
benh pushed a commit to branch sid
in repository linux.
commit 35f213d491a84a615ef3486a090643ac10bcd4a1
Author: Ben Hutchings <ben at decadent.org.uk>
Date: Tue Feb 6 20:26:27 2018 +0000
linux-compiler-gcc-7-{arm,s390,x86}: Remove specific (and wrong) compiler version from description
Closes: #883363
---
debian/changelog | 2 ++
debian/templates/control.extra.in | 12 ++++++------
2 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 01534c9..d1fff66 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -433,6 +433,8 @@ linux (4.14.17-1) UNRELEASED; urgency=medium
* [x86] Add versioned build-dependency on gcc-7 for retpoline support
* [x86] linux-compiler-gcc-7-x86: Add versioned dependency on gcc-7 for
retpoline support
+ * linux-compiler-gcc-7-{arm,s390,x86}: Remove specific (and wrong) compiler
+ version from description (Closes: #883363)
[ Riku Voipio ]
* [arm64] build in reset drivers
diff --git a/debian/templates/control.extra.in b/debian/templates/control.extra.in
index a9aca09..cf68233 100644
--- a/debian/templates/control.extra.in
+++ b/debian/templates/control.extra.in
@@ -4,8 +4,8 @@ Depends: gcc-7, ${misc:Depends}
Architecture: armel armhf
Multi-Arch: foreign
Description: Compiler for Linux on ARM (meta-package)
- This package depends on gcc 6 of the appropriate architecture for
- Linux on armel and armhf.
+ This package depends on GCC of the appropriate version and architecture
+ for Linux on armel and armhf.
Package: linux-compiler-gcc-7-s390
Build-Profiles: <!stage1>
@@ -13,8 +13,8 @@ Depends: gcc-7, ${misc:Depends}
Architecture: s390 s390x
Multi-Arch: foreign
Description: Compiler for Linux on IBM zSeries (meta-package)
- This package depends on gcc 6 of the appropriate architecture for
- Linux on s390 and s390x.
+ This package depends on GCC of the appropriate version and architecture
+ for Linux on s390 and s390x.
Package: linux-compiler-gcc-7-x86
Build-Profiles: <!stage1>
@@ -22,5 +22,5 @@ Depends: gcc-7 (>= 7.2.0-20~), ${misc:Depends}
Architecture: amd64 i386 x32
Multi-Arch: foreign
Description: Compiler for Linux on x86 (meta-package)
- This package depends on gcc 6 of the appropriate architecture for
- Linux on amd64, i386 and x32.
+ This package depends on GCC of the appropriate version and 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