From: Raspbian forward pporter Date: Sat, 28 Jul 2018 11:25:07 +0000 (+0100) Subject: Merge version 1.176+rpi1 and 1.178 to produce 1.178+rpi1 X-Git-Tag: archive/raspbian/1.178+rpi1^0 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=199714a08e4ad5c9a167936e0e193df2a3015c00;p=gcc-defaults.git Merge version 1.176+rpi1 and 1.178 to produce 1.178+rpi1 --- 199714a08e4ad5c9a167936e0e193df2a3015c00 diff --cc debian/README.Debian index 0f0a771,46c877c..04dcc82 --- a/debian/README.Debian +++ b/debian/README.Debian @@@ -47,16 -47,16 +47,16 @@@ making sure you are always using the on architecture. To use the other compiler, simply set CC=gcc-5, or similar. -The default compiler versions for Debian GNU/Linux on amd64 are +The default compiler versions for Debian GNU/Linux on armhf are (minor version numbers omitted): - cpp : cpp-7 - gcc : gcc-7 - g++ : g++-7 - gfortran : gfortran-7 + cpp : cpp-8 + gcc : gcc-8 + g++ : g++-8 + gfortran : gfortran-8 gccgo : gccgo-8 - gobjc : gobjc-7 - gobjc++ : gobjc++-7 + gobjc : gobjc-8 + gobjc++ : gobjc++-8 gdc : gdc-8 Most of the documentation for GCC including the manual pages is diff --cc debian/changelog index 1a5672d,44759f3..067a7b9 --- a/debian/changelog +++ b/debian/changelog @@@ -1,8 -1,18 +1,25 @@@ - gcc-defaults (1.176+rpi1) buster-staging; urgency=medium ++gcc-defaults (1.178+rpi1) buster-staging; urgency=medium + ++ [changes brought forward from 1.176+rpi1 by Peter Michael Green at Thu, 07 Jun 2018 13:27:06 +0000] + * Re-enable gcj packages for now. + - -- Peter Michael Green Thu, 07 Jun 2018 13:27:06 +0000 ++ -- Raspbian forward porter Sat, 28 Jul 2018 11:25:06 +0000 ++ + gcc-defaults (1.178) unstable; urgency=medium + + * gcc, g++: Provide gcc-, g++-. + * Bump standards version. + * Fix typos in package descriptions. Closes: #902276. + + -- Matthias Klose Thu, 19 Jul 2018 10:22:48 +0200 + + gcc-defaults (1.177) experimental; urgency=medium + + * Default to GCC 8. + * Tighten dependencies on the cpp, gcc, g++ and gfortran packages. + Closes: #871630. + + -- Matthias Klose Thu, 26 Apr 2018 09:48:54 +0200 gcc-defaults (1.176) unstable; urgency=medium diff --cc debian/control index 75783e4,4332768..c63cd35 --- a/debian/control +++ b/debian/control @@@ -3,13 -3,12 +3,12 @@@ Section: deve Priority: standard Maintainer: Debian GCC Maintainers Uploaders: Matthias Klose - Standards-Version: 4.1.3 + Standards-Version: 4.1.5 Build-Depends: m4, debhelper (>= 9), dpkg-dev (>= 1.17.11), - gcc-7-base (>= 7.3.0-12), - gcc-8-base (>= 8-20180321-1), + gcc-8-base (>= 8.1.0-4), lsb-release -#Build-Depends-Indep: ca-certificates, gcj-jdk, python +Build-Depends-Indep: ca-certificates, gcj-jdk, python Vcs-Svn: svn://svn.debian.org/svn/gcccvs/branches/sid/gcc-defaults Vcs-Browser: http://svn.debian.org/viewsvn/gcccvs/branches/sid/gcc-defaults XS-Python-Version: all diff --cc debian/control.source index 9ea732d,b508e8e..1e6b72f --- a/debian/control.source +++ b/debian/control.source @@@ -3,13 -3,12 +3,12 @@@ Section: deve Priority: standard Maintainer: Debian GCC Maintainers Uploaders: Matthias Klose - Standards-Version: 4.1.3 + Standards-Version: 4.1.5 Build-Depends: m4, debhelper (>= 9), dpkg-dev (>= 1.17.11), - gcc-7-base (>= 7.3.0-12), - gcc-8-base (>= 8-20180321-1), + gcc-8-base (>= 8.1.0-4), lsb-release -#Build-Depends-Indep: ca-certificates, gcj-jdk, python +Build-Depends-Indep: ca-certificates, gcj-jdk, python Vcs-Svn: svn://svn.debian.org/svn/gcccvs/branches/sid/gcc-defaults Vcs-Browser: http://svn.debian.org/viewsvn/gcccvs/branches/sid/gcc-defaults XS-Python-Version: all diff --cc debian/rules index 61a201d,eef200c..5dd6102 --- a/debian/rules +++ b/debian/rules @@@ -197,14 -198,15 +198,14 @@@ ifneq (,$(filter $(DEB_HOST_ARCH), i38 endif DEB_HOST_MULTIARCH := $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) - all_archs = alpha amd64 armel armhf arm64 hppa i386 ia64 m68k mips mipsel mips64 mips64el or1k powerpc powerpcspe ppc64 ppc64el s390 s390x sh4 sparc sparc64 x32 hurd-i386 kfreebsd-amd64 kfreebsd-i386 + all_archs = alpha amd64 armel armhf arm64 hppa i386 ia64 m68k mips mipsel mips64 mips64el or1k powerpc powerpcspe ppc64 ppc64el riscv64 s390 s390x sh4 sparc sparc64 x32 hurd-i386 kfreebsd-amd64 kfreebsd-i386 - gcc6_archs = - gcc7_archs = alpha amd64 armel armhf arm64 hppa i386 ia64 m68k mips mipsel mips64 mips64el or1k powerpc powerpcspe ppc64 ppc64el s390 s390x sh4 sparc sparc64 x32 hurd-i386 kfreebsd-amd64 kfreebsd-i386 + gcc7_archs = + gcc8_archs = alpha amd64 armel armhf arm64 hppa i386 ia64 m68k mips mipsel mips64 mips64el or1k powerpc powerpcspe ppc64 ppc64el riscv64 s390 s390x sh4 sparc sparc64 x32 hurd-i386 kfreebsd-amd64 kfreebsd-i386 gcj6_archs = alpha amd64 armel armhf arm64 hppa i386 ia64 m68k mips mipsel mips64 mips64el or1k powerpc powerpcspe ppc64 ppc64el s390 s390x sh4 sparc sparc64 x32 hurd-i386 kfreebsd-amd64 kfreebsd-i386 -gcj6_archs = - gnat6_archs = alpha amd64 armel armhf arm64 hppa i386 ia64 m68k mips mipsel mips64 mips64el or1k powerpc powerpcspe ppc64 ppc64el s390 s390x sh4 sparc sparc64 x32 hurd-i386 kfreebsd-amd64 kfreebsd-i386 + gnat_archs = alpha amd64 armel armhf arm64 hppa i386 ia64 m68k mips mipsel mips64 mips64el or1k powerpc powerpcspe ppc64 ppc64el s390 s390x sh4 sparc sparc64 x32 hurd-i386 kfreebsd-amd64 kfreebsd-i386 gnat7_archs = # CV_XXX is the complete version number, including the release, without epoch