• Bug#1106348: bookworm-pu: package mono/6.8.0.105+dfsg-3.3+deb12u1

    From Antoine Le Gonidec@21:1/5 to All on Fri May 23 09:40:01 2025
    XPost: linux.debian.devel.release

    This is a multi-part MIME message sent by reportbug.


    Package: release.debian.org
    Severity: normal
    Tags: bookworm
    X-Debbugs-Cc: mono@packages.debian.org
    Control: affects -1 + src:mono
    User: release.debian.org@packages.debian.org
    Usertags: pu

    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA512

    src:mono currently fails to build on Bookworm,
    cf. https://bugs.debian.org/1106296

    This failure is related to a specific package, that is no longer built
    on Trixie/Sid because of reproducibility problems,
    cf. https://bugs.debian.org/961942

    That package removal has been chosen because this is a leaf package that
    was introduced to fulfill a very specific need of another package (that
    would build-dep on it), but said other package (wine-mono) has not been available in Debian for many release cycles, if it ever was.

    The attached debdiff cherry-picks the Trixie/Sid update to remove the mono-source binary package from Bookworm, thus getting rid of the
    reported build failure.

    Please keep in mind that this is my very first update targeting
    stable-updates, so if I missed anything in this email or the proposed
    update itself please tell me so I can fix it.

    -----BEGIN PGP SIGNATURE-----

    iIYEARYKAC4WIQSUsdxM90hewW6X7Jhja3j5HOuA2AUCaDAkiRAcZGViaWFuQHZ2 MjIxLmZyAAoJEGNrePkc64DYQEIA/2RrGJF6t4eYjqLpin9DS8ts4lnoA7X43Zrk dCnenVqdAQDeRg32GDk+3kHtoitDhVYs46Dg2A2GJA5xqEUXZDv+Cg==
    =Ptqo
    -----END PGP SIGNATURE-----

    diff -Nru mono-6.8.0.105+dfsg/debian/.gitignore mono-6.8.0.105+dfsg/debian/.gitignore
    --- mono-6.8.0.105+dfsg/debian/.gitignore 2022-12-09 14:28:17.000000000 +0100
    +++ mono-6.8.0.105+dfsg/debian/.gitignore 1970-01-01 01:00:00.000000000 +0100
    @@ -1,8 +0,0 @@
    -tmp/
    -patched/
    -mono-*/
    -monodoc-*/
    -libmono*/
    -files
    -*.debhelper*
    -*.substvars
    diff -Nru mono-6.8.0.105+dfsg/debian/changelog mono-6.8.0.105+dfsg/debian/changelog
    --- mono-6.8.0.105+dfsg/debian/changelog 2022-12-09 14:33:03.000000000 +0100
    +++ mono-6.8.0.105+dfsg/debian/changelog 2025-05-22 21:35:40.000000000 +0200
    @@ -1,3 +1,10 @@
    +mono (6.8.0.105+dfsg-3.3+deb12u1) bookworm; urgency=medium
    +
    + * Drop the generation of mono-source.
    + (Closes: #961942, #1106296)
    +
    + -- Antoine Le Gonidec <debian@vv221.fr> Thu, 22 May 2025 21:35:40 +0200
    +
    mono (6.8.0.105+dfsg-3.3) unstable; urgency=medium

    * Non-maintainer upload.
    diff -Nru mono-6.8.0.105+dfsg/debian/control mono-6.8.0.105+dfsg/debian/control --- mono-6.8.0.105+dfsg/debian/control 2022-12-09 14:28:17.000000000 +0100
    +++ mono-6.8.0.105+dfsg/debian/contro