diff -u gcc-7-7.5.0/debian/changelog gcc-7-7.5.0/debian/changelog --- gcc-7-7.5.0/debian/changelog +++ gcc-7-7.5.0/debian/changelog @@ -1,8 +1,8 @@ -gcc-7 (7.5.0-3ubuntu1~14.04) trusty; urgency=medium +gcc-7 (7.5.0-3ubuntu1~14.04.1) trusty; urgency=medium * PPA upload. - -- Matthias Klose Tue, 21 Apr 2020 15:19:37 +0200 + -- Matthias Klose Wed, 22 Apr 2020 16:27:20 +0200 gcc-7 (7.5.0-3ubuntu1~18.04) bionic-proposed; urgency=medium diff -u gcc-7-7.5.0/debian/control gcc-7-7.5.0/debian/control --- gcc-7-7.5.0/debian/control +++ gcc-7-7.5.0/debian/control @@ -56,20 +56,6 @@ This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. -Package: libgcc4 -X-DH-Build-For-Type: target -Architecture: hppa -Multi-Arch: same -Pre-Depends: ${misc:Pre-Depends} -Breaks: ${multiarch:breaks} -Section: libs -Priority: required -Depends: gcc-7-base (= ${gcc:Version}), ${shlibs:Depends}, ${misc:Depends} -Description: GCC support library - Shared version of the support library, a library of internal subroutines - that GCC uses to overcome shortcomings of particular machines, or - special needs for some languages. - Package: lib64gcc-7-dev X-DH-Build-For-Type: target Architecture: i386 powerpc sparc s390 mips mipsel mipsn32 mipsn32el @@ -184,6 +170,17 @@ Replaces: gccgo-7 (<< ${gcc:Version}), cpp-7 (<< 7.1.1-8) Suggests: ${gcc:multilib}, gcc-7-doc (>= ${gcc:SoftVersion}), gcc-7-locales (>= ${gcc:SoftVersion}), + libgcc1-dbg (>= ${libgcc:Version}), + libgomp1-dbg (>= ${gcc:Version}), + libitm1-dbg (>= ${gcc:Version}), + libatomic1-dbg (>= ${gcc:Version}), + libasan4-dbg (>= ${gcc:Version}), + liblsan0-dbg (>= ${gcc:Version}), + libtsan0-dbg (>= ${gcc:Version}), + libubsan0-dbg (>= ${gcc:Version}), + libcilkrts5-dbg (>= ${gcc:Version}), + libmpx2-dbg (>= ${gcc:Version}), + libquadmath0-dbg (>= ${gcc:Version}), Provides: c-compiler Description: GNU C compiler This is the GNU C compiler, a fairly portable optimizing compiler for C. @@ -271,7 +268,7 @@ Priority: optional Depends: gcc-7-base (= ${gcc:Version}), gcc-7 (= ${gcc:Version}), libstdc++-7-dev (= ${gcc:Version}), ${shlibs:Depends}, ${misc:Depends} Provides: c++-compiler, c++abi2-dev -Suggests: ${gxx:multilib}, gcc-7-doc (>= ${gcc:SoftVersion}), , +Suggests: ${gxx:multilib}, gcc-7-doc (>= ${gcc:SoftVersion}), libstdc++6-7-dbg (>= ${gcc:Version}), Description: GNU C++ compiler This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. @@ -287,61 +284,28 @@ This is a dependency package, depending on development packages for the non-default multilib architecture(s). -Package: libgomp1 +Package: libasan4 X-DH-Build-For-Type: target Section: libs Architecture: any -Provides: libgomp1-armel [armel], libgomp1-armhf [armhf] +Provides: libasan4-armel [armel], libasan4-armhf [armhf] Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} -Breaks: ${multiarch:breaks} Priority: optional Depends: gcc-7-base (= ${gcc:Version}), ${shlibs:Depends}, ${misc:Depends} -Description: GCC OpenMP (GOMP) support library - GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers - in the GNU Compiler Collection. - -Package: lib32gomp1 -X-DH-Build-For-Type: target -Section: libs -Architecture: amd64 ppc64 kfreebsd-amd64 s390x sparc64 x32 mipsn32 mipsn32el mips64 mips64el -Priority: optional -Depends: gcc-7-base (= ${gcc:Version}), ${dep:libcbiarch}, ${shlibs:Depends}, ${misc:Depends} -Conflicts: ${confl:lib32} -Description: GCC OpenMP (GOMP) support library (32bit) - GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers - in the GNU Compiler Collection. - -Package: lib64gomp1 -X-DH-Build-For-Type: target -Section: libs -Architecture: i386 powerpc sparc s390 mips mipsel mipsn32 mipsn32el -Priority: optional -Depends: gcc-7-base (= ${gcc:Version}), ${dep:libcbiarch}, ${shlibs:Depends}, ${misc:Depends} -Description: GCC OpenMP (GOMP) support library (64bit) - GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers - in the GNU Compiler Collection. +Description: AddressSanitizer -- a fast memory error detector + AddressSanitizer (ASan) is a fast memory error detector. It finds + use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. -Package: libn32gomp1 +Package: libasan4-dbg X-DH-Build-For-Type: target -Section: libs -Architecture: mips mipsel mips64 mips64el -Priority: optional -Depends: gcc-7-base (= ${gcc:Version}), ${dep:libcbiarch}, ${shlibs:Depends}, ${misc:Depends} -Description: GCC OpenMP (GOMP) support library (n32) - GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers - in the GNU Compiler Collection. - -Package: libasan4 -X-DH-Build-For-Type: target -Section: libs Architecture: any -Provides: libasan4-armel [armel], libasan4-armhf [armhf] -Multi-Arch: same -Pre-Depends: ${misc:Pre-Depends} +Section: debug Priority: optional -Depends: gcc-7-base (= ${gcc:Version}), ${shlibs:Depends}, ${misc:Depends} -Description: AddressSanitizer -- a fast memory error detector +Depends: gcc-7-base (= ${gcc:Version}), libasan4 (= ${gcc:Version}), ${misc:Depends} +Provides: libasan4-dbg-armel [armel], libasan4-dbg-armhf [armhf] +Multi-Arch: same +Description: AddressSanitizer -- a fast memory error detector (debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. @@ -356,6 +320,16 @@ AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. +Package: lib32asan4-dbg +X-DH-Build-For-Type: target +Architecture: amd64 ppc64 kfreebsd-amd64 s390x sparc64 x32 mipsn32 mipsn32el mips64 mips64el +Section: debug +Priority: optional +Depends: gcc-7-base (= ${gcc:Version}), lib32asan4 (= ${gcc:Version}), ${misc:Depends} +Description: AddressSanitizer -- a fast memory error detector (32 bit debug symbols) + AddressSanitizer (ASan) is a fast memory error detector. It finds + use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. + Package: lib64asan4 X-DH-Build-For-Type: target Section: libs @@ -366,6 +340,16 @@ AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. +Package: lib64asan4-dbg +X-DH-Build-For-Type: target +Architecture: i386 powerpc sparc s390 mips mipsel mipsn32 mipsn32el +Section: debug +Priority: optional +Depends: gcc-7-base (= ${gcc:Version}), lib64asan4 (= ${gcc:Version}), ${misc:Depends} +Description: AddressSanitizer -- a fast memory error detector (64bit debug symbols) + AddressSanitizer (ASan) is a fast memory error detector. It finds + use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. + #Package: libn32asan`'ASAN_SO`'LS #Section: ifdef(`TARGET',`devel',`libs') #Architecture: ifdef(`TARGET',`CROSS_ARCH',`biarchn32_archs') @@ -396,6 +380,16 @@ AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. +Package: libx32asan4-dbg +X-DH-Build-For-Type: target +Architecture: amd64 i386 +Section: debug +Priority: optional +Depends: gcc-7-base (= ${gcc:Version}), libx32asan4 (= ${gcc:Version}), ${misc:Depends} +Description: AddressSanitizer -- a fast memory error detector (x32 debug symbols) + AddressSanitizer (ASan) is a fast memory error detector. It finds + use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. + Package: libhfasan4 X-DH-Build-For-Type: target Section: libs @@ -407,6 +401,17 @@ AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. +Package: libhfasan4-dbg +X-DH-Build-For-Type: target +Architecture: armel +Section: debug +Priority: optional +Depends: gcc-7-base (= ${gcc:Version}), libhfasan4 (= ${gcc:Version}), ${misc:Depends} +Conflicts: libasan4-armel [armhf] +Description: AddressSanitizer -- a fast memory error detector (hard float ABI debug symbols) + AddressSanitizer (ASan) is a fast memory error detector. It finds + use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. + Package: libsfasan4 X-DH-Build-For-Type: target Section: libs @@ -417,6 +422,16 @@ AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. +Package: libsfasan4-dbg +X-DH-Build-For-Type: target +Architecture: armhf +Section: debug +Priority: optional +Depends: gcc-7-base (= ${gcc:Version}), libsfasan4 (= ${gcc:Version}), ${misc:Depends} +Description: AddressSanitizer -- a fast memory error detector (soft float ABI debug symbols) + AddressSanitizer (ASan) is a fast memory error detector. It finds + use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. + Package: libubsan0 X-DH-Build-For-Type: target Section: libs @@ -431,6 +446,19 @@ Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. +Package: libubsan0-dbg +X-DH-Build-For-Type: target +Architecture: any +Section: debug +Priority: optional +Depends: gcc-7-base (= ${gcc:Version}), libubsan0 (= ${gcc:Version}), ${misc:Depends} +Provides: libubsan0-dbg-armel [armel], libubsan0-dbg-armhf [armhf] +Multi-Arch: same +Description: UBSan -- undefined behaviour sanitizer (debug symbols) + UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. + Various computations will be instrumented to detect undefined behavior + at runtime. Available for C and C++. + Package: lib32ubsan0 X-DH-Build-For-Type: target Section: libs @@ -443,6 +471,17 @@ Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. +Package: lib32ubsan0-dbg +X-DH-Build-For-Type: target +Architecture: amd64 ppc64 kfreebsd-amd64 s390x sparc64 x32 mipsn32 mipsn32el mips64 mips64el +Section: debug +Priority: optional +Depends: gcc-7-base (= ${gcc:Version}), lib32ubsan0 (= ${gcc:Version}), ${misc:Depends} +Description: UBSan -- undefined behaviour sanitizer (32 bit debug symbols) + UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. + Various computations will be instrumented to detect undefined behavior + at runtime. Available for C and C++. + Package: lib64ubsan0 X-DH-Build-For-Type: target Section: libs @@ -454,6 +493,17 @@ Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. +Package: lib64ubsan0-dbg +X-DH-Build-For-Type: target +Architecture: i386 powerpc sparc s390 mips mipsel mipsn32 mipsn32el +Section: debug +Priority: optional +Depends: gcc-7-base (= ${gcc:Version}), lib64ubsan0 (= ${gcc:Version}), ${misc:Depends} +Description: UBSan -- undefined behaviour sanitizer (64bit debug symbols) + UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. + Various computations will be instrumented to detect undefined behavior + at runtime. Available for C and C++. + #Package: libn32ubsan`'UBSAN_SO`'LS #Section: ifdef(`TARGET',`devel',`libs') #Architecture: ifdef(`TARGET',`CROSS_ARCH',`biarchn32_archs') @@ -465,6 +515,17 @@ # Various computations will be instrumented to detect undefined behavior # at runtime. Available for C and C++. +#Package: libn32ubsan`'UBSAN_SO-dbg`'LS +#Architecture: ifdef(`TARGET',`CROSS_ARCH',`biarchn32_archs') +#Section: debug +#Priority: optional +#Depends: BASELDEP, libdep(ubsan`'UBSAN_SO,n32,=), ${misc:Depends} +#BUILT_USING`'dnl +#Description: UBSan -- undefined behaviour sanitizer (n32 debug symbols) +# UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. +# Various computations will be instrumented to detect undefined behavior +# at runtime. Available for C and C++. + Package: libx32ubsan0 X-DH-Build-For-Type: target Section: libs @@ -476,6 +537,17 @@ Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. +Package: libx32ubsan0-dbg +X-DH-Build-For-Type: target +Architecture: amd64 i386 +Section: debug +Priority: optional +Depends: gcc-7-base (= ${gcc:Version}), libx32ubsan0 (= ${gcc:Version}), ${misc:Depends} +Description: UBSan -- undefined behaviour sanitizer (x32 debug symbols) + UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. + Various computations will be instrumented to detect undefined behavior + at runtime. Available for C and C++. + Package: libhfubsan0 X-DH-Build-For-Type: target Section: libs @@ -488,6 +560,18 @@ Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. +Package: libhfubsan0-dbg +X-DH-Build-For-Type: target +Architecture: armel +Section: debug +Priority: optional +Depends: gcc-7-base (= ${gcc:Version}), libhfubsan0 (= ${gcc:Version}), ${misc:Depends} +Conflicts: libubsan0-armel [armhf] +Description: UBSan -- undefined behaviour sanitizer (hard float ABI debug symbols) + UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. + Various computations will be instrumented to detect undefined behavior + at runtime. Available for C and C++. + Package: libsfubsan0 X-DH-Build-For-Type: target Section: libs @@ -499,6 +583,17 @@ Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. +Package: libsfubsan0-dbg +X-DH-Build-For-Type: target +Architecture: armhf +Section: debug +Priority: optional +Depends: gcc-7-base (= ${gcc:Version}), libsfubsan0 (= ${gcc:Version}), ${misc:Depends} +Description: UBSan -- undefined behaviour sanitizer (soft float ABI debug symbols) + UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. + Various computations will be instrumented to detect undefined behavior + at runtime. Available for C and C++. + Package: libcilkrts5 X-DH-Build-For-Type: target Section: libs @@ -512,6 +607,18 @@ Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. +Package: libcilkrts5-dbg +X-DH-Build-For-Type: target +Architecture: any +Section: debug +Priority: optional +Depends: gcc-7-base (= ${gcc:Version}), libcilkrts5 (= ${gcc:Version}), ${misc:Depends} +Provides: libcilkrts5-dbg-armel [armel], libcilkrts5-dbg-armhf [armhf] +Multi-Arch: same +Description: Intel Cilk Plus language extensions (debug symbols) + Intel Cilk Plus is an extension to the C and C++ languages to support + data and task parallelism. + Package: lib32cilkrts5 X-DH-Build-For-Type: target Section: libs @@ -523,6 +630,16 @@ Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. +Package: lib32cilkrts5-dbg +X-DH-Build-For-Type: target +Architecture: amd64 ppc64 kfreebsd-amd64 s390x sparc64 x32 mipsn32 mipsn32el mips64 mips64el +Section: debug +Priority: optional +Depends: gcc-7-base (= ${gcc:Version}), lib32cilkrts5 (= ${gcc:Version}), ${misc:Depends} +Description: Intel Cilk Plus language extensions (32 bit debug symbols) + Intel Cilk Plus is an extension to the C and C++ languages to support + data and task parallelism. + Package: lib64cilkrts5 X-DH-Build-For-Type: target Section: libs @@ -533,6 +650,16 @@ Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. +Package: lib64cilkrts5-dbg +X-DH-Build-For-Type: target +Architecture: i386 powerpc sparc s390 mips mipsel mipsn32 mipsn32el +Section: debug +Priority: optional +Depends: gcc-7-base (= ${gcc:Version}), lib64cilkrts5 (= ${gcc:Version}), ${misc:Depends} +Description: Intel Cilk Plus language extensions (64bit debug symbols) + Intel Cilk Plus is an extension to the C and C++ languages to support + data and task parallelism. + Package: libx32cilkrts5 X-DH-Build-For-Type: target Section: libs @@ -543,6 +670,16 @@ Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. +Package: libx32cilkrts5-dbg +X-DH-Build-For-Type: target +Architecture: amd64 i386 +Section: debug +Priority: optional +Depends: gcc-7-base (= ${gcc:Version}), libx32cilkrts5 (= ${gcc:Version}), ${misc:Depends} +Description: Intel Cilk Plus language extensions (x32 debug symbols) + Intel Cilk Plus is an extension to the C and C++ languages to support + data and task parallelism. + Package: libhfcilkrts5 X-DH-Build-For-Type: target Section: libs @@ -554,6 +691,17 @@ Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. +Package: libhfcilkrts5-dbg +X-DH-Build-For-Type: target +Architecture: armel +Section: debug +Priority: optional +Depends: gcc-7-base (= ${gcc:Version}), libhfcilkrts5 (= ${gcc:Version}), ${misc:Depends} +Conflicts: libcilkrts5-armel [armhf] +Description: Intel Cilk Plus language extensions (hard float ABI debug symbols) + Intel Cilk Plus is an extension to the C and C++ languages to support + data and task parallelism. + Package: libsfcilkrts5 X-DH-Build-For-Type: target Section: libs @@ -564,6 +712,16 @@ Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. +Package: libsfcilkrts5-dbg +X-DH-Build-For-Type: target +Architecture: armhf +Section: debug +Priority: optional +Depends: gcc-7-base (= ${gcc:Version}), libsfcilkrts5 (= ${gcc:Version}), ${misc:Depends} +Description: Intel Cilk Plus language extensions (soft float ABI debug symbols) + Intel Cilk Plus is an extension to the C and C++ languages to support + data and task parallelism. + Package: libgccjit-7-doc Section: doc Architecture: all @@ -614,7 +772,7 @@ Architecture: any Priority: optional Depends: gcc-7-base (= ${gcc:Version}), gcc-7 (= ${gcc:Version}), ${dep:libcdev}, ${shlibs:Depends}, libobjc-7-dev (= ${gcc:Version}), ${misc:Depends} -Suggests: ${gobjc:multilib}, gcc-7-doc (>= ${gcc:SoftVersion}), , +Suggests: ${gobjc:multilib}, gcc-7-doc (>= ${gcc:SoftVersion}), libobjc4-dbg (>= ${gcc:Version}), Provides: objc-compiler Description: GNU Objective-C compiler This is the GNU Objective-C compiler, which compiles @@ -710,6 +868,7 @@ Depends: gcc-7-base (= ${gcc:Version}), gcc-7 (= ${gcc:Version}), libgfortran-7-dev (= ${gcc:Version}), ${dep:libcdev}, ${shlibs:Depends}, ${misc:Depends} Provides: fortran95-compiler, ${fortran:mod-version} Suggests: ${gfortran:multilib}, gfortran-7-doc, + libgfortran4-dbg (>= ${gcc:Version}), libcoarrays-dev Description: GNU Fortran compiler This is the GNU Fortran compiler, which compiles @@ -821,6 +980,18 @@ Library needed for GNU Fortran applications linked against the shared library. +Package: libgfortran4-dbg +X-DH-Build-For-Type: target +Section: debug +Architecture: any +Provides: libgfortran4-dbg-armel [armel], libgfortran4-dbg-armhf [armhf] +Multi-Arch: same +Priority: optional +Depends: gcc-7-base (= ${gcc:Version}), libgfortran4 (= ${gcc:Version}), libgcc1-dbg (>= ${libgcc:Version}), ${misc:Depends} +Description: Runtime library for GNU Fortran applications (debug symbols) + Library needed for GNU Fortran applications linked against the + shared library. + Package: lib64gfortran4 X-DH-Build-For-Type: target Section: libs @@ -831,6 +1002,16 @@ Library needed for GNU Fortran applications linked against the shared library. +Package: lib64gfortran4-dbg +X-DH-Build-For-Type: target +Section: debug +Architecture: i386 powerpc sparc s390 mips mipsel mipsn32 mipsn32el +Priority: optional +Depends: gcc-7-base (= ${gcc:Version}), lib64gfortran4 (= ${gcc:Version}), ${misc:Depends} +Description: Runtime library for GNU Fortran applications (64bit debug symbols) + Library needed for GNU Fortran applications linked against the + shared library. + Package: lib32gfortran4 X-DH-Build-For-Type: target Section: libs @@ -842,6 +1023,16 @@ Library needed for GNU Fortran applications linked against the shared library. +Package: lib32gfortran4-dbg +X-DH-Build-For-Type: target +Section: debug +Architecture: amd64 ppc64 kfreebsd-amd64 s390x sparc64 x32 mipsn32 mipsn32el mips64 mips64el +Priority: optional +Depends: gcc-7-base (= ${gcc:Version}), lib32gfortran4 (= ${gcc:Version}), ${misc:Depends} +Description: Runtime library for GNU Fortran applications (32 bit debug symbols) + Library needed for GNU Fortran applications linked against the + shared library. + Package: libn32gfortran4 X-DH-Build-For-Type: target Section: libs @@ -852,6 +1043,16 @@ Library needed for GNU Fortran applications linked against the shared library. +Package: libn32gfortran4-dbg +X-DH-Build-For-Type: target +Section: debug +Architecture: mips mipsel mips64 mips64el +Priority: optional +Depends: gcc-7-base (= ${gcc:Version}), libn32gfortran4 (= ${gcc:Version}), ${misc:Depends} +Description: Runtime library for GNU Fortran applications (n32 debug symbols) + Library needed for GNU Fortran applications linked against the + shared library. + Package: libx32gfortran4 X-DH-Build-For-Type: target Section: libs @@ -862,6 +1063,16 @@ Library needed for GNU Fortran applications linked against the shared library. +Package: libx32gfortran4-dbg +X-DH-Build-For-Type: target +Section: debug +Architecture: amd64 i386 +Priority: optional +Depends: gcc-7-base (= ${gcc:Version}), libx32gfortran4 (= ${gcc:Version}), ${misc:Depends} +Description: Runtime library for GNU Fortran applications (x32 debug symbols) + Library needed for GNU Fortran applications linked against the + shared library. + Package: libhfgfortran4 X-DH-Build-For-Type: target Section: libs @@ -873,6 +1084,17 @@ Library needed for GNU Fortran applications linked against the shared library. +Package: libhfgfortran4-dbg +X-DH-Build-For-Type: target +Section: debug +Architecture: armel +Priority: optional +Depends: gcc-7-base (= ${gcc:Version}), libhfgfortran4 (= ${gcc:Version}), ${misc:Depends} +Conflicts: libgfortran4-dbg-armhf [armel] +Description: Runtime library for GNU Fortran applications (hard float ABI debug symbols) + Library needed for GNU Fortran applications linked against the + shared library. + Package: libsfgfortran4 X-DH-Build-For-Type: target Section: libs @@ -884,12 +1106,23 @@ Library needed for GNU Fortran applications linked against the shared library. +Package: libsfgfortran4-dbg +X-DH-Build-For-Type: target +Section: debug +Architecture: armhf +Priority: optional +Depends: gcc-7-base (= ${gcc:Version}), libsfgfortran4 (= ${gcc:Version}), ${misc:Depends} +Conflicts: libgfortran4-dbg-armel [armhf] +Description: Runtime library for GNU Fortran applications (hard float ABI debug symbols) + Library needed for GNU Fortran applications linked against the + shared library. + Package: gccgo-7 Architecture: any Priority: optional Depends: gcc-7-base (= ${gcc:Version}), gcc-7 (= ${gcc:Version}), libgo11 (>= ${gcc:Version}), ${dep:libcdev}, ${shlibs:Depends}, ${misc:Depends} Provides: go-compiler -Suggests: ${go:multilib}, gccgo-7-doc, , +Suggests: ${go:multilib}, gccgo-7-doc, libgo11-dbg (>= ${gcc:Version}), Conflicts: ${golang:Conflicts} Breaks: libgo11 (<< 7.2.0-18) Replaces: libgo11 (<< 7.2.0-18) @@ -940,6 +1173,19 @@ Library needed for GNU Go applications linked against the shared library. +Package: libgo11-dbg +X-DH-Build-For-Type: target +Section: debug +Architecture: any +Provides: libgo11-dbg-armel [armel], libgo11-dbg-armhf [armhf] +Multi-Arch: same +Priority: optional +Depends: gcc-7-base (= ${gcc:Version}), libgo11 (= ${gcc:Version}), ${misc:Depends} +Description: Runtime library for GNU Go applications (debug symbols) + Library needed for GNU Go applications linked against the + shared library. This currently is an empty package, because the + library is completely unstripped. + Package: lib64go11 X-DH-Build-For-Type: target Section: libs @@ -951,6 +1197,17 @@ Library needed for GNU Go applications linked against the shared library. +Package: lib64go11-dbg +X-DH-Build-For-Type: target +Section: debug +Architecture: i386 powerpc sparc s390 mips mipsel mipsn32 mipsn32el +Priority: optional +Depends: gcc-7-base (= ${gcc:Version}), lib64go11 (= ${gcc:Version}), ${misc:Depends} +Description: Runtime library for GNU Go applications (64bit debug symbols) + Library needed for GNU Go applications linked against the + shared library. This currently is an empty package, because the + library is completely unstripped. + Package: lib32go11 X-DH-Build-For-Type: target Section: libs @@ -963,6 +1220,17 @@ Library needed for GNU Go applications linked against the shared library. +Package: lib32go11-dbg +X-DH-Build-For-Type: target +Section: debug +Architecture: amd64 ppc64 kfreebsd-amd64 s390x sparc64 x32 mipsn32 mipsn32el mips64 mips64el +Priority: optional +Depends: gcc-7-base (= ${gcc:Version}), lib32go11 (= ${gcc:Version}), ${misc:Depends} +Description: Runtime library for GNU Go applications (32 bit debug symbols) + Library needed for GNU Go applications linked against the + shared library. This currently is an empty package, because the + library is completely unstripped. + Package: libn32go11 X-DH-Build-For-Type: target Section: libs @@ -974,6 +1242,17 @@ Library needed for GNU Go applications linked against the shared library. +Package: libn32go11-dbg +X-DH-Build-For-Type: target +Section: debug +Architecture: mips mipsel mips64 mips64el +Priority: optional +Depends: gcc-7-base (= ${gcc:Version}), libn32go11 (= ${gcc:Version}), ${misc:Depends} +Description: Runtime library for GNU Go applications (n32 debug symbols) + Library needed for GNU Go applications linked against the + shared library. This currently is an empty package, because the + library is completely unstripped. + Package: libx32go11 X-DH-Build-For-Type: target Section: libs @@ -985,6 +1264,17 @@ Library needed for GNU Go applications linked against the shared library. +Package: libx32go11-dbg +X-DH-Build-For-Type: target +Section: debug +Architecture: amd64 i386 +Priority: optional +Depends: gcc-7-base (= ${gcc:Version}), libx32go11 (= ${gcc:Version}), ${misc:Depends} +Description: Runtime library for GNU Go applications (x32 debug symbols) + Library needed for GNU Go applications linked against the + shared library. This currently is an empty package, because the + library is completely unstripped. + Package: libstdc++-7-dev X-DH-Build-For-Type: target Architecture: any @@ -1026,7 +1316,7 @@ Section: debug Priority: optional Depends: gcc-7-base (= ${gcc:Version}), libstdc++6 (>= ${gcc:Version}), - , ${shlibs:Depends}, ${misc:Depends} + libgcc1-dbg (>= ${libgcc:Version}), ${shlibs:Depends}, ${misc:Depends} Provides: libstdc++6-7-dbg-armel [armel], libstdc++6-7-dbg-armhf [armhf] Multi-Arch: same Recommends: libstdc++-7-dev (= ${gcc:Version}) @@ -1035,9 +1325,9 @@ libstdc++6-4.3-dbg, libstdc++6-4.4-dbg, libstdc++6-4.5-dbg, libstdc++6-4.6-dbg, libstdc++6-4.7-dbg, libstdc++6-4.8-dbg, libstdc++6-4.9-dbg, libstdc++6-5-dbg, libstdc++6-6-dbg -Description: GNU Standard C++ Library v3 (debug build) - This package contains a debug build of the shared libstdc++ library. The debug - symbols for the default build can be found in the libstdc++6-dbgsym package. +Description: GNU Standard C++ Library v3 (debugging files) + This package contains the shared library of libstdc++ compiled with + debugging symbols. Package: lib32stdc++-7-dev X-DH-Build-For-Type: target @@ -1060,16 +1350,16 @@ Section: debug Priority: optional Depends: gcc-7-base (= ${gcc:Version}), lib32stdc++6 (>= ${gcc:Version}), - libstdc++-7-dev (= ${gcc:Version}), , + libstdc++-7-dev (= ${gcc:Version}), lib32gcc1-dbg (>= ${gcc:EpochVersion}), ${shlibs:Depends}, ${misc:Depends} Conflicts: lib32stdc++6-dbg, lib32stdc++6-4.0-dbg, lib32stdc++6-4.1-dbg, lib32stdc++6-4.2-dbg, lib32stdc++6-4.3-dbg, lib32stdc++6-4.4-dbg, lib32stdc++6-4.5-dbg, lib32stdc++6-4.6-dbg, lib32stdc++6-4.7-dbg, lib32stdc++6-4.8-dbg, lib32stdc++6-4.9-dbg, lib32stdc++6-5-dbg, lib32stdc++6-6-dbg -Description: GNU Standard C++ Library v3 (debug build) - This package contains a debug build of the shared libstdc++ library. The debug - symbols for the default build can be found in the libstdc++6-dbgsym package. +Description: GNU Standard C++ Library v3 (debugging files) + This package contains the shared library of libstdc++ compiled with + debugging symbols. Package: lib64stdc++-7-dev X-DH-Build-For-Type: target @@ -1092,16 +1382,16 @@ Section: debug Priority: optional Depends: gcc-7-base (= ${gcc:Version}), lib64stdc++6 (>= ${gcc:Version}), - libstdc++-7-dev (= ${gcc:Version}), , + libstdc++-7-dev (= ${gcc:Version}), lib64gcc1-dbg (>= ${gcc:EpochVersion}), ${shlibs:Depends}, ${misc:Depends} Conflicts: lib64stdc++6-dbg, lib64stdc++6-4.0-dbg, lib64stdc++6-4.1-dbg, lib64stdc++6-4.2-dbg, lib64stdc++6-4.3-dbg, lib64stdc++6-4.4-dbg, lib64stdc++6-4.5-dbg, lib64stdc++6-4.6-dbg, lib64stdc++6-4.7-dbg, lib64stdc++6-4.8-dbg, lib64stdc++6-4.9-dbg, lib64stdc++6-5-dbg, lib64stdc++6-6-dbg -Description: GNU Standard C++ Library v3 (debug build) - This package contains a debug build of the shared libstdc++ library. The debug - symbols for the default build can be found in the libstdc++6-dbgsym package. +Description: GNU Standard C++ Library v3 (debugging files) + This package contains the shared library of libstdc++ compiled with + debugging symbols. Package: libn32stdc++-7-dev X-DH-Build-For-Type: target @@ -1124,16 +1414,16 @@ Section: debug Priority: optional Depends: gcc-7-base (= ${gcc:Version}), libn32stdc++6 (>= ${gcc:Version}), - libstdc++-7-dev (= ${gcc:Version}), , + libstdc++-7-dev (= ${gcc:Version}), libn32gcc1-dbg (>= ${gcc:EpochVersion}), ${shlibs:Depends}, ${misc:Depends} Conflicts: libn32stdc++6-dbg, libn32stdc++6-4.0-dbg, libn32stdc++6-4.1-dbg, libn32stdc++6-4.2-dbg, libn32stdc++6-4.3-dbg, libn32stdc++6-4.4-dbg, libn32stdc++6-4.5-dbg, libn32stdc++6-4.6-dbg, libn32stdc++6-4.7-dbg, libn32stdc++6-4.8-dbg, libn32stdc++6-4.9-dbg, libn32stdc++6-5-dbg, libn32stdc++6-6-dbg -Description: GNU Standard C++ Library v3 (debug build) - This package contains a debug build of the shared libstdc++ library. The debug - symbols for the default build can be found in the libstdc++6-dbgsym package. +Description: GNU Standard C++ Library v3 (debugging files) + This package contains the shared library of libstdc++ compiled with + debugging symbols. Package: libx32stdc++-7-dev X-DH-Build-For-Type: target @@ -1156,14 +1446,14 @@ Section: debug Priority: optional Depends: gcc-7-base (= ${gcc:Version}), libx32stdc++6 (>= ${gcc:Version}), - libstdc++-7-dev (= ${gcc:Version}), , + libstdc++-7-dev (= ${gcc:Version}), libx32gcc1-dbg (>= ${gcc:EpochVersion}), ${shlibs:Depends}, ${misc:Depends} Conflicts: libx32stdc++6-dbg, libx32stdc++6-4.6-dbg, libx32stdc++6-4.7-dbg, libx32stdc++6-4.8-dbg, libx32stdc++6-4.9-dbg, libx32stdc++6-5-dbg, libx32stdc++6-6-dbg -Description: GNU Standard C++ Library v3 (debug build) - This package contains a debug build of the shared libstdc++ library. The debug - symbols for the default build can be found in the libstdc++6-dbgsym package. +Description: GNU Standard C++ Library v3 (debugging files) + This package contains the shared library of libstdc++ compiled with + debugging symbols. Package: libhfstdc++-7-dev X-DH-Build-For-Type: target @@ -1186,12 +1476,12 @@ Section: debug Priority: optional Depends: gcc-7-base (= ${gcc:Version}), libhfstdc++6 (>= ${gcc:Version}), - libstdc++-7-dev (= ${gcc:Version}), , + libstdc++-7-dev (= ${gcc:Version}), libhfgcc1-dbg (>= ${gcc:EpochVersion}), ${shlibs:Depends}, ${misc:Depends} Conflicts: libhfstdc++6-dbg, libhfstdc++6-4.3-dbg, libhfstdc++6-4.4-dbg, libhfstdc++6-4.5-dbg, libhfstdc++6-4.6-dbg, libhfstdc++6-4.7-dbg, libhfstdc++6-4.8-dbg, libhfstdc++6-4.9-dbg, libhfstdc++6-5-dbg, libhfstdc++6-6-dbg, libstdc++6-armhf [armel] -Description: GNU Standard C++ Library v3 (debug build) - This package contains a debug build of the shared libstdc++ library. The debug - symbols for the default build can be found in the libstdc++6-dbgsym package. +Description: GNU Standard C++ Library v3 (debugging files) + This package contains the shared library of libstdc++ compiled with + debugging symbols. Package: libsfstdc++-7-dev X-DH-Build-For-Type: target @@ -1214,12 +1504,12 @@ Section: debug Priority: optional Depends: gcc-7-base (= ${gcc:Version}), libsfstdc++6 (>= ${gcc:Version}), - libstdc++-7-dev (= ${gcc:Version}), , + libstdc++-7-dev (= ${gcc:Version}), libsfgcc1-dbg (>= ${gcc:EpochVersion}), ${shlibs:Depends}, ${misc:Depends} Conflicts: libsfstdc++6-dbg, libsfstdc++6-4.3-dbg, libsfstdc++6-4.4-dbg, libsfstdc++6-4.5-dbg, libsfstdc++6-4.6-dbg, libsfstdc++6-4.7-dbg, libsfstdc++6-4.8-dbg, libsfstdc++6-4.9-dbg, libsfstdc++6-5-dbg, libhfstdc++6-6-dbg, libstdc++6-armel [armhf] -Description: GNU Standard C++ Library v3 (debug build) - This package contains a debug build of the shared libstdc++ library. The debug - symbols for the default build can be found in the libstdc++6-dbgsym package. +Description: GNU Standard C++ Library v3 (debugging files) + This package contains the shared library of libstdc++ compiled with + debugging symbols. Package: libstdc++-7-doc Architecture: all @@ -1294,6 +1584,23 @@ . This package contains the runtime shared library. +Package: libgnat-7-dbg +X-DH-Build-For-Type: target +Section: debug +Architecture: any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends} +Priority: optional +Depends: gcc-7-base (= ${gcc:Version}), libgnat-7 (= ${gnat:Version}), ${misc:Depends} +Description: runtime for applications compiled with GNAT (debugging symbols) + GNAT is a compiler for the Ada programming language. It produces optimized + code on platforms supported by the GNU Compiler Collection (GCC). + . + The libgnat library provides runtime components needed by most + applications produced with GNAT. + . + This package contains the debugging symbols. + Package: libgnatvsn7-dev X-DH-Build-For-Type: target Section: libdevel @@ -1334,6 +1641,25 @@ . This package contains the runtime shared library. +Package: libgnatvsn7-dbg +X-DH-Build-For-Type: target +Architecture: any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends} +Priority: optional +Section: debug +Depends: gcc-7-base (= ${gcc:Version}), libgnatvsn7 (= ${gnat:Version}), ${misc:Depends} +Suggests: gnat +Description: GNU Ada compiler selected components (debugging symbols) + GNAT is a compiler for the Ada programming language. It produces optimized + code on platforms supported by the GNU Compiler Collection (GCC). + . + The libgnatvsn library exports selected GNAT components for use in other + packages, most notably ASIS tools. It is licensed under the GNAT-Modified + GPL, allowing to link proprietary programs with it. + . + This package contains the debugging symbols. + Package: gnat-7-doc Architecture: all Section: doc @@ -1402,6 +1728,19 @@ . For more information check http://www.dlang.org/phobos/ +Package: libgphobos71-dbg +X-DH-Build-For-Type: target +Section: debug +Architecture: amd64 armel armhf i386 x32 kfreebsd-amd64 kfreebsd-i386 +Multi-Arch: same +Priority: optional +Depends: gcc-7-base (= ${gcc:Version}), libgphobos71 (= ${gdc:Version}), ${misc:Depends} +Replaces: libgphobos68-dbg +Description: Phobos D standard library (debug symbols) + This is the Phobos standard library that comes with the D2 compiler. + . + For more information check http://www.dlang.org/phobos/ + Package: lib64gphobos-7-dev X-DH-Build-For-Type: target Architecture: i386 powerpc sparc s390 mips mipsel mipsn32 mipsn32el @@ -1426,6 +1765,18 @@ . For more information check http://www.dlang.org/phobos/ +Package: lib64gphobos71-dbg +X-DH-Build-For-Type: target +Section: debug +Architecture: i386 powerpc sparc s390 mips mipsel mipsn32 mipsn32el +Priority: optional +Depends: gcc-7-base (= ${gcc:Version}), lib64gphobos71 (= ${gdc:Version}), ${misc:Depends} +Replaces: lib64gphobos68-dbg +Description: Phobos D standard library (debug symbols) + This is the Phobos standard library that comes with the D2 compiler. + . + For more information check http://www.dlang.org/phobos/ + Package: lib32gphobos-7-dev X-DH-Build-For-Type: target Architecture: amd64 ppc64 kfreebsd-amd64 s390x sparc64 x32 mipsn32 mipsn32el mips64 mips64el @@ -1450,6 +1801,18 @@ . For more information check http://www.dlang.org/phobos/ +Package: lib32gphobos71-dbg +X-DH-Build-For-Type: target +Section: debug +Architecture: amd64 ppc64 kfreebsd-amd64 s390x sparc64 x32 mipsn32 mipsn32el mips64 mips64el +Priority: optional +Depends: gcc-7-base (= ${gcc:Version}), lib32gphobos71 (= ${gdc:Version}), ${misc:Depends} +Replaces: lib32gphobos68-dbg +Description: Phobos D standard library (debug symbols) + This is the Phobos standard library that comes with the D2 compiler. + . + For more information check http://www.dlang.org/phobos/ + Package: libx32gphobos-7-dev X-DH-Build-For-Type: target Architecture: amd64 i386 @@ -1474,6 +1837,18 @@ . For more information check http://www.dlang.org/phobos/ +Package: libx32gphobos71-dbg +X-DH-Build-For-Type: target +Section: debug +Architecture: amd64 i386 +Priority: optional +Depends: gcc-7-base (= ${gcc:Version}), libx32gphobos71 (= ${gdc:Version}), ${misc:Depends} +Replaces: libx32gphobos68-dbg +Description: Phobos D standard library (debug symbols) + This is the Phobos standard library that comes with the D2 compiler. + . + For more information check http://www.dlang.org/phobos/ + Package: libhfgphobos-7-dev X-DH-Build-For-Type: target Architecture: armel @@ -1498,6 +1873,18 @@ . For more information check http://www.dlang.org/phobos/ +Package: libhfgphobos71-dbg +X-DH-Build-For-Type: target +Section: debug +Architecture: armel +Priority: optional +Depends: gcc-7-base (= ${gcc:Version}), libhfgphobos71 (= ${gdc:Version}), ${misc:Depends} +Replaces: libhfgphobos68-dbg +Description: Phobos D standard library (debug symbols) + This is the Phobos standard library that comes with the D2 compiler. + . + For more information check http://www.dlang.org/phobos/ + Package: libsfgphobos-7-dev X-DH-Build-For-Type: target Architecture: armhf @@ -1522,6 +1909,18 @@ . For more information check http://www.dlang.org/phobos/ +Package: libsfgphobos71-dbg +X-DH-Build-For-Type: target +Section: debug +Architecture: armhf +Priority: optional +Depends: gcc-7-base (= ${gcc:Version}), libsfgphobos71 (= ${gdc:Version}), ${misc:Depends} +Replaces: libsfgphobos68-dbg +Description: Phobos D standard library (debug symbols) + This is the Phobos standard library that comes with the D2 compiler. + . + For more information check http://www.dlang.org/phobos/ + Package: gccbrig-7 Architecture: any Priority: optional @@ -1529,6 +1928,7 @@ hsail-tools, ${shlibs:Depends}, libhsail-rt-7-dev (= ${gcc:Version}), ${misc:Depends} Suggests: ${gccbrig:multilib}, + libhsail-rt0-dbg (>= ${gcc:Version}), Provides: brig-compiler Description: GNU BRIG (HSA IL) frontend This is the GNU BRIG (HSA IL) frontend. diff -u gcc-7-7.5.0/debian/control.m4 gcc-7-7.5.0/debian/control.m4 --- gcc-7-7.5.0/debian/control.m4 +++ gcc-7-7.5.0/debian/control.m4 @@ -282,28 +282,6 @@ environment. ')`'dnl ')`'dnl libdbg -')`'dnl libgcc - -ifenabled(`cdev',` -Package: libgcc`'PV-dev`'LS -TARGET_PACKAGE`'dnl -Architecture: ifdef(`TARGET',`CROSS_ARCH',`any') -Section: libdevel -Priority: optional -Recommends: ${dep:libcdev} -Depends: BASELDEP, ${dep:libgcc}, ${dep:libssp}, ${dep:libgomp}, ${dep:libitm}, - ${dep:libatomic}, ${dep:libbtrace}, ${dep:libasan}, ${dep:liblsan}, - ${dep:libtsan}, ${dep:libubsan}, ${dep:libcilkrts}, ${dep:libvtv}, - ${dep:libmpx}, - ${dep:libqmath}, ${dep:libunwinddev}, ${shlibs:Depends}, ${misc:Depends} -ifdef(`MULTIARCH', `Multi-Arch: same -')`'dnl -Replaces: gccgo-7 (<< ${gcc:Version}) -BUILT_USING`'dnl -Description: GCC support library (development files) - This package contains the headers and static library files necessary for - building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. -')`'dnl libgcc Package: libgcc4`'LS TARGET_PACKAGE`'dnl @@ -344,6 +322,28 @@ environment. ')`'dnl ')`'dnl libdbg +')`'dnl libgcc + +ifenabled(`cdev',` +Package: libgcc`'PV-dev`'LS +TARGET_PACKAGE`'dnl +Architecture: ifdef(`TARGET',`CROSS_ARCH',`any') +Section: libdevel +Priority: optional +Recommends: ${dep:libcdev} +Depends: BASELDEP, ${dep:libgcc}, ${dep:libssp}, ${dep:libgomp}, ${dep:libitm}, + ${dep:libatomic}, ${dep:libbtrace}, ${dep:libasan}, ${dep:liblsan}, + ${dep:libtsan}, ${dep:libubsan}, ${dep:libcilkrts}, ${dep:libvtv}, + ${dep:libmpx}, + ${dep:libqmath}, ${dep:libunwinddev}, ${shlibs:Depends}, ${misc:Depends} +ifdef(`MULTIARCH', `Multi-Arch: same +')`'dnl +Replaces: gccgo-7 (<< ${gcc:Version}) +BUILT_USING`'dnl +Description: GCC support library (development files) + This package contains the headers and static library files necessary for + building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. +')`'dnl cdev ifenabled(`lib64gcc',` Package: lib64gcc1`'LS @@ -6112,7 +6112,7 @@ programs linked with -fopenmp will by default add PTX code into the binaries, which can be offloaded to NVidia PTX capable devices if available. -ifenabled(`libgompnvptx',` +ifenabled(`gompnvptx',` Package: libgomp-plugin-nvptx`'GOMP_SO Architecture: amd64 Multi-Arch: same @@ -6124,7 +6124,7 @@ This package contains libgomp plugin for offloading to NVidia PTX. The plugin needs libcuda.so.1 shared library that has to be installed separately. -')`'dnl libgompnvptx +')`'dnl gompnvptx ')`'dnl olnvptx ifdef(`TARGET',`',`dnl diff -u gcc-7-7.5.0/debian/rules.conf gcc-7-7.5.0/debian/rules.conf --- gcc-7-7.5.0/debian/rules.conf +++ gcc-7-7.5.0/debian/rules.conf @@ -844,7 +844,7 @@ addons += libjit endif ifeq ($(with_offload_nvptx),yes) - addons += olnvptx libgompnvptx + addons += olnvptx gompnvptx endif ifeq ($(with_libcc1),yes) addons += libcc1 diff -u gcc-7-7.5.0/debian/rules.defs gcc-7-7.5.0/debian/rules.defs --- gcc-7-7.5.0/debian/rules.defs +++ gcc-7-7.5.0/debian/rules.defs @@ -455,7 +455,7 @@ # version on the targeted arch? # build -dbg packages (with_dbg is empty when -dbg package are not built) -ifneq (,$(filter $(distrelease),wheezy jessie stretch buster precise xenial bionic cosmic disco eoan)) +ifneq (,$(filter $(distrelease),wheezy jessie stretch buster precise trusty xenial bionic cosmic disco eoan)) with_dbg = yes else ifeq ($(derivative),Ubuntu) diff -u gcc-7-7.5.0/debian/rules.parameters gcc-7-7.5.0/debian/rules.parameters --- gcc-7-7.5.0/debian/rules.parameters +++ gcc-7-7.5.0/debian/rules.parameters @@ -2,14 +2,14 @@ GCC_VERSION := 7.5.0 NEXT_GCC_VERSION := 7.5.1 BASE_VERSION := 7 -SOURCE_VERSION := 7.5.0-3ubuntu1~14.04 -DEB_VERSION := 7.5.0-3ubuntu1~14.04 -DEB_EVERSION := 1:7.5.0-3ubuntu1~14.04 -DEB_GDC_VERSION := 7.5.0-3ubuntu1~14.04 +SOURCE_VERSION := 7.5.0-3ubuntu1~14.04.1 +DEB_VERSION := 7.5.0-3ubuntu1~14.04.1 +DEB_EVERSION := 1:7.5.0-3ubuntu1~14.04.1 +DEB_GDC_VERSION := 7.5.0-3ubuntu1~14.04.1 DEB_SOVERSION := 5 DEB_SOEVERSION := 1:5 DEB_LIBGCC_SOVERSION := -DEB_LIBGCC_VERSION := 1:7.5.0-3ubuntu1~14.04 +DEB_LIBGCC_VERSION := 1:7.5.0-3ubuntu1~14.04.1 DEB_STDCXX_SOVERSION := 5 DEB_GOMP_SOVERSION := 5 GCC_SONAME := 1