Use compiler name instead of Linux version in compiler meta-packages.

* debian/changelog: Update.
* debian/config: Specify new name of compiler meta-package.
* debian/templates
  - Rename compiler meta-packages.
  - Adjust description.

svn path=/dists/trunk/linux/; revision=20821
This commit is contained in:
Bastian Blank 2013-11-24 08:56:56 +00:00
parent 6bbeff05ba
commit e6216f6f93
8 changed files with 21 additions and 18 deletions

3
debian/changelog vendored
View File

@ -6,6 +6,9 @@ linux (3.12.1-1~exp1) UNRELEASED; urgency=low
[ Ben Hutchings ] [ Ben Hutchings ]
* [rt] Update to 3.12.0-rt2 and reenable * [rt] Update to 3.12.0-rt2 and reenable
[ Bastian Blank ]
* Use compiler name instead of Linux version in compiler meta-packages.
-- Ben Hutchings <ben@decadent.org.uk> Fri, 22 Nov 2013 00:41:09 +0000 -- Ben Hutchings <ben@decadent.org.uk> Fri, 22 Nov 2013 00:41:09 +0000
linux (3.12-1~exp1) experimental; urgency=low linux (3.12-1~exp1) experimental; urgency=low

View File

@ -12,7 +12,7 @@ bootloaders: grub-pc extlinux lilo
configs: configs:
[relations] [relations]
headers%gcc-4.8: linux-compiler-@version@-x86 headers%gcc-4.8: linux-compiler-gcc-4.8-x86
[amd64_description] [amd64_description]
hardware: 64-bit PCs hardware: 64-bit PCs

View File

@ -12,7 +12,7 @@ kernel-arch: arm
suggests: fdutils suggests: fdutils
[relations] [relations]
headers%gcc-4.8: linux-compiler-@version@-arm headers%gcc-4.8: linux-compiler-gcc-4.8-arm
[iop32x_build] [iop32x_build]
image-file: arch/arm/boot/zImage image-file: arch/arm/boot/zImage

View File

@ -11,7 +11,7 @@ configs:
armhf/config armhf/config
[relations] [relations]
headers%gcc-4.8: linux-compiler-@version@-arm headers%gcc-4.8: linux-compiler-gcc-4.8--arm
[armmp_build] [armmp_build]
image-file: arch/arm/boot/zImage image-file: arch/arm/boot/zImage

View File

@ -15,7 +15,7 @@ bootloaders: grub-pc extlinux lilo
configs: configs:
[relations] [relations]
headers%gcc-4.8: linux-compiler-@version@-x86 headers%gcc-4.8: linux-compiler-gcc-4.8-x86
[486_description] [486_description]
hardware: older PCs hardware: older PCs

View File

@ -8,7 +8,7 @@ bootloaders: s390-tools
configs: s390x/config configs: s390x/config
[relations] [relations]
headers%gcc-4.8: linux-compiler-@version@-s390 headers%gcc-4.8: linux-compiler-gcc-4.8-s390
[s390x_build] [s390x_build]
debug-info: true debug-info: true

View File

@ -7,7 +7,7 @@ kernel-arch: s390
bootloaders: s390-tools bootloaders: s390-tools
[relations] [relations]
headers%gcc-4.8: linux-compiler-@version@-s390 headers%gcc-4.8: linux-compiler-gcc-4.8-s390
[s390x_build] [s390x_build]
debug-info: true debug-info: true

View File

@ -1,23 +1,23 @@
Package: linux-compiler-@version@-arm Package: linux-compiler-gcc-4.8-arm
Depends: gcc-4.8, ${misc:Depends} Depends: gcc-4.8, ${misc:Depends}
Architecture: armel armhf Architecture: armel armhf
Multi-Arch: foreign Multi-Arch: foreign
Description: Compiler for Linux @version@ on ARM (meta-package) Description: Compiler for Linux on ARM (meta-package)
This package depends on the appropriate compiler version for Linux @version@ This package depends on gcc 4.8 of the appropriate architecture for
on ARM. Linux on armel and armhf.
Package: linux-compiler-@version@-s390 Package: linux-compiler-gcc-4.8-s390
Depends: gcc-4.8, ${misc:Depends} Depends: gcc-4.8, ${misc:Depends}
Architecture: s390 s390x Architecture: s390 s390x
Multi-Arch: foreign Multi-Arch: foreign
Description: Compiler for Linux @version@ on IBM zSeries (meta-package) Description: Compiler for Linux on IBM zSeries (meta-package)
This package depends on the appropriate compiler version for Linux @version@ This package depends on gcc 4.8 of the appropriate architecture for
on zSeries. Linux on s390 and s390x.
Package: linux-compiler-@version@-x86 Package: linux-compiler-gcc-4.8-x86
Depends: gcc-4.8, ${misc:Depends} Depends: gcc-4.8, ${misc:Depends}
Architecture: amd64 i386 x32 Architecture: amd64 i386 x32
Multi-Arch: foreign Multi-Arch: foreign
Description: Compiler for Linux @version@ on x86 (meta-package) Description: Compiler for Linux on x86 (meta-package)
This package depends on the appropriate compiler version for Linux @version@ This package depends on gcc 4.8 of the appropriate architecture for
on x86. Linux on amd64, i386 and x32.