Your message dated Sat, 21 Jun 2025 16:17:10 +0000 with message-id <E1uT0ty-00Dyg8-GC@fasolo.debian.org> and subject line Bug#1106348: fixed in mono 6.8.0.105+dfsg-3.3+deb12u1 has caused the Debian Bug report #1106348, regarding bookworm-pu: package mono/6.8.0.105+dfsg-3.3+deb12u1 to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner@bugs.debian.org immediately.) -- 1106348: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1106348 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: bookworm-pu: package mono/6.8.0.105+dfsg-3.3+deb12u1
- From: Antoine Le Gonidec <debian@vv221.fr>
- Date: Fri, 23 May 2025 09:32:31 +0200
- Message-id: <174798555100.2441326.11017046751422451497.reportbug@localhost>
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/control 2025-05-22 21:35:40.000000000 +0200 @@ -3041,19 +3041,6 @@ For examples and a brief overview of the commands see: http://www.mono-project.com/CsharpRepl -Package: mono-source -Section: devel -Architecture: all -Description: Mono source code - Mono is a platform for running and developing applications based on the - ECMA/ISO Standards. Mono is an open source effort led by Xamarin. - Mono provides a complete CLR (Common Language Runtime) including compiler and - runtime, which can produce and execute CIL (Common Intermediate Language) - bytecode (aka assemblies), and a class library. - . - This package contains an archive of the source code used to build the - Mono packages in Debian. - Package: monodoc-base Architecture: all Depends: ${misc:Depends}, ${cli:Depends} diff -Nru mono-6.8.0.105+dfsg/debian/detector/.gitignore mono-6.8.0.105+dfsg/debian/detector/.gitignore --- mono-6.8.0.105+dfsg/debian/detector/.gitignore 2022-12-09 14:28:17.000000000 +0100 +++ mono-6.8.0.105+dfsg/debian/detector/.gitignore 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -binfmt-detector-cli diff -Nru mono-6.8.0.105+dfsg/debian/mono-source.install mono-6.8.0.105+dfsg/debian/mono-source.install --- mono-6.8.0.105+dfsg/debian/mono-source.install 2022-12-09 14:28:17.000000000 +0100 +++ mono-6.8.0.105+dfsg/debian/mono-source.install 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -debian/mono-source.tar* usr/src diff -Nru mono-6.8.0.105+dfsg/debian/patches/debian-changes mono-6.8.0.105+dfsg/debian/patches/debian-changes --- mono-6.8.0.105+dfsg/debian/patches/debian-changes 2022-12-09 14:33:03.000000000 +0100 +++ mono-6.8.0.105+dfsg/debian/patches/debian-changes 2025-05-22 21:35:40.000000000 +0200 @@ -1,29 +1,10 @@ -Description: <short summary of the patch> - TODO: Put a short summary on the line above and replace this paragraph - with a longer explanation of this change. Complete the meta-information - with other relevant fields (see below for details). To make it easier, the - information below has been extracted from the changelog. Adjust it or drop - it. - . - mono (6.8.0.105+dfsg-3.2) unstable; urgency=medium - . - * Non-maintainer upload. - * Upload to unstable. -Author: Andreas Beckmann <anbe@debian.org> +Description: Autogenerated patch header for a single-debian-patch file. + The delta against upstream is either kept as a single patch, or maintained + in some VCS, and exported as a single patch instead of more manageable + atomic patches. +Forwarded: not-needed --- -The information above should follow the Patch Tagging Guidelines, please -checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here -are templates for supplementary fields that you might want to add: - -Origin: <vendor|upstream|other>, <url of original patch> -Bug: <url in upstream bugtracker> -Bug-Debian: https://bugs.debian.org/<bugnumber> -Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber> -Forwarded: <no|not-needed|url proving that it has been forwarded> -Reviewed-By: <name and email of someone who approved the patch> -Last-Update: 2021-06-29 - --- mono-6.8.0.105+dfsg.orig/Makefile.am +++ mono-6.8.0.105+dfsg/Makefile.am @@ -24,7 +24,7 @@ update_submodules = diff -Nru mono-6.8.0.105+dfsg/debian/rules mono-6.8.0.105+dfsg/debian/rules --- mono-6.8.0.105+dfsg/debian/rules 2022-12-09 14:28:17.000000000 +0100 +++ mono-6.8.0.105+dfsg/debian/rules 2025-05-22 21:35:40.000000000 +0200 @@ -123,13 +123,8 @@ MONO_MAKE_FLAGS += -j$(NUMJOBS) endif -source: source-stamp -source-stamp: - cd $(DEBIAN_DIR) && tar cJf mono-source.tar.xz --exclude=mono-source.tar.xz -C ../.. $$(cd ..; basename $$(pwd)) - touch $@ - autoreconf: autoreconf-stamp -autoreconf-stamp: source-stamp +autoreconf-stamp: autoreconf -f -i -s touch $@
--- End Message ---
--- Begin Message ---
- To: 1106348-close@bugs.debian.org
- Subject: Bug#1106348: fixed in mono 6.8.0.105+dfsg-3.3+deb12u1
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Sat, 21 Jun 2025 16:17:10 +0000
- Message-id: <E1uT0ty-00Dyg8-GC@fasolo.debian.org>
- Reply-to: Antoine Le Gonidec <debian@vv221.fr>
Source: mono Source-Version: 6.8.0.105+dfsg-3.3+deb12u1 Done: Antoine Le Gonidec <debian@vv221.fr> We believe that the bug you reported is fixed in the latest version of mono, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 1106348@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Antoine Le Gonidec <debian@vv221.fr> (supplier of updated mono package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster@ftp-master.debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Thu, 22 May 2025 21:35:40 +0200 Source: mono Architecture: source Version: 6.8.0.105+dfsg-3.3+deb12u1 Distribution: bookworm Urgency: medium Maintainer: Debian Mono Group <pkg-mono-group@lists.alioth.debian.org> Changed-By: Antoine Le Gonidec <debian@vv221.fr> Closes: 961942 1106296 1106348 Changes: mono (6.8.0.105+dfsg-3.3+deb12u1) bookworm; urgency=medium . * Drop the generation of mono-source. (Closes: #961942, #1106296, #1106348) Checksums-Sha1: 60994cb8ab48b914638391f552b6b6593dc8fe1c 19014 mono_6.8.0.105+dfsg-3.3+deb12u1.dsc 458c51604af728e8835b8a8fa476f9331ed6f6d8 136104 mono_6.8.0.105+dfsg-3.3+deb12u1.debian.tar.xz 6ca1a9c6fa3235bbfe5f7e910f8acdfe014e1d2a 74618 mono_6.8.0.105+dfsg-3.3+deb12u1_amd64.buildinfo Checksums-Sha256: 1e1763cf374d3ec5efeb24ffb63fddfb47b4af510a967476f551956570388041 19014 mono_6.8.0.105+dfsg-3.3+deb12u1.dsc 2ce81509249fc0783867b1b9b0f21ccbcc5788b49c82a62ee3c4551e2b404368 136104 mono_6.8.0.105+dfsg-3.3+deb12u1.debian.tar.xz e7c5fb8c332c771ca0b8f7341b0ac88be84fe514a175d74d048c2e3c5d6af3fc 74618 mono_6.8.0.105+dfsg-3.3+deb12u1_amd64.buildinfo Files: 6c6b1601adc7e9f37c6ea093f00d1f34 19014 cli-mono optional mono_6.8.0.105+dfsg-3.3+deb12u1.dsc 6d5d3d07d7bf0dd6ad98f69ab709fd52 136104 cli-mono optional mono_6.8.0.105+dfsg-3.3+deb12u1.debian.tar.xz 0b9a71c20ca6fe8f7f742bf972c98d23 74618 cli-mono optional mono_6.8.0.105+dfsg-3.3+deb12u1_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQSUsdxM90hewW6X7Jhja3j5HOuA2AUCaFbFwQAKCRBja3j5HOuA 2LtyAQCoEadSnYJ1YNgG+xwMV8kPh8RP9ToP8GN2qpJ5GB9JDQD/ZsXXWeFX1gd3 eIrr5wFcY9tJB4KKJawrfzRdvW2r6QY= =6dyB -----END PGP SIGNATURE-----Attachment: pgpK5nFlMurFM.pgp
Description: PGP signature
--- End Message ---