Version in base suite: 6.8.0.105+dfsg-3.3 Base version: mono_6.8.0.105+dfsg-3.3 Target version: mono_6.8.0.105+dfsg-3.3+deb12u1 Base file: /srv/ftp-master.debian.org/ftp/pool/main/m/mono/mono_6.8.0.105+dfsg-3.3.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/m/mono/mono_6.8.0.105+dfsg-3.3+deb12u1.dsc .gitignore | 8 -------- changelog | 7 +++++++ control | 13 ------------- detector/.gitignore | 1 - mono-source.install | 1 - patches/debian-changes | 29 +++++------------------------ rules | 7 +------ 7 files changed, 13 insertions(+), 53 deletions(-) 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 13:28:17.000000000 +0000 +++ mono-6.8.0.105+dfsg/debian/.gitignore 1970-01-01 00:00:00.000000000 +0000 @@ -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 13:33:03.000000000 +0000 +++ mono-6.8.0.105+dfsg/debian/changelog 2025-05-22 19:35:40.000000000 +0000 @@ -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, #1106348) + + -- Antoine Le Gonidec 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 13:28:17.000000000 +0000 +++ mono-6.8.0.105+dfsg/debian/control 2025-05-22 19:35:40.000000000 +0000 @@ -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 13:28:17.000000000 +0000 +++ mono-6.8.0.105+dfsg/debian/detector/.gitignore 1970-01-01 00:00:00.000000000 +0000 @@ -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 13:28:17.000000000 +0000 +++ mono-6.8.0.105+dfsg/debian/mono-source.install 1970-01-01 00:00:00.000000000 +0000 @@ -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 13:33:03.000000000 +0000 +++ mono-6.8.0.105+dfsg/debian/patches/debian-changes 2025-05-22 19:35:40.000000000 +0000 @@ -1,29 +1,10 @@ -Description: - 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 +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: , -Bug: -Bug-Debian: https://bugs.debian.org/ -Bug-Ubuntu: https://launchpad.net/bugs/ -Forwarded: -Reviewed-By: -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 13:28:17.000000000 +0000 +++ mono-6.8.0.105+dfsg/debian/rules 2025-05-22 19:35:40.000000000 +0000 @@ -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 $@