Package: release.debian.org Severity: normal Tags: stretch User: release.debian....@packages.debian.org Usertags: pu
cross-gcc-dev has to be in very close sync with the version of gcc in order for it's patches to apply. The cross-gcc that made it into stable was prepared against gcc-6 6.3.0-2 whilst 6.3.0-18 is the version that was released in stable, so a minor update to the patches is needed to make this package useful. See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=865493 Attached is the debdiff for an upload versioned as cross-gcc_113+deb9u1 Is that OK to upload?
diff -Nru cross-gcc-113/debian/changelog cross-gcc-113+deb9u1/debian/changelog --- cross-gcc-113/debian/changelog 2017-01-01 01:36:10.000000000 +0000 +++ cross-gcc-113+deb9u1/debian/changelog 2017-06-22 02:44:00.000000000 +0100 @@ -1,3 +1,9 @@ +cross-gcc (113+deb9u1) stable; urgency=medium + + * Fixup patches for gcc 6.3.0-18 in stable + + -- Wookey <woo...@wookware.org> Thu, 22 Jun 2017 01:44:00 +0000 + cross-gcc (113) unstable; urgency=medium * rebuild for 6.3.0-2 diff -Nru cross-gcc-113/patches/gcc-6/0010-gcc-.-base-dependencies-reverted-to-gcc-VER-base-whe.patch cross-gcc-113+deb9u1/patches/gcc-6/0010-gcc-.-base-dependencies-reverted-to-gcc-VER-base-whe.patch --- cross-gcc-113/patches/gcc-6/0010-gcc-.-base-dependencies-reverted-to-gcc-VER-base-whe.patch 2017-01-01 01:36:10.000000000 +0000 +++ cross-gcc-113+deb9u1/patches/gcc-6/0010-gcc-.-base-dependencies-reverted-to-gcc-VER-base-whe.patch 2017-06-22 02:44:00.000000000 +0100 @@ -26,8 +26,8 @@ +define(`SOFTBASEDEP', `BASEPKG (>= ${gcc:SoftVersion})') ifdef(`TARGET',` --define(`BASELDEP', `gcc`'PV-cross-base`'GCC_PORTS_BUILD (= ${gcc:Version})') --define(`SOFTBASELDEP', `gcc`'PV-cross-base`'GCC_PORTS_BUILD (>= ${gcc:SoftVersion})') +-define(`BASELDEP', `gcc`'PV`'ifelse(CROSS_ARCH,`all',`-cross')-base`'GCC_PORTS_BUILD (= ${gcc:Version})') +-define(`SOFTBASELDEP', `gcc`'PV`'ifelse(CROSS_ARCH, `all',`-cross')-base`'GCC_PORTS_BUILD (>= ${gcc:SoftVersion})') +define(`BASELDEP', `BASEPKG (>= ${gcc:Version})') +define(`SOFTBASELDEP', `BASEPKG (>= ${gcc:SoftVersion})') ',`dnl @@ -42,6 +42,3 @@ Architecture: any Multi-Arch: same Section: ifdef(`TARGET',`devel',`libs') --- -2.11.0 -