Control: tags 1144017 + pending
Dear maintainer,
I've prepared an NMU for sol2 (versioned as 3.5.0-3.1) and will
upload it to DELAYED/5 in a few minutes.
Please feel free to tell me if I should cancel it.
Regards,
Sébastien
diffstat for sol2-3.5.0 sol2-3.5.0
changelog | 8 ++++++++
patches/arch_independent.patch | 16 ++++++++++++++++
patches/series | 1 +
3 files changed, 25 insertions(+)
diff -Nru sol2-3.5.0/debian/changelog sol2-3.5.0/debian/changelog
--- sol2-3.5.0/debian/changelog 2026-03-29 01:50:00.000000000 +0100
+++ sol2-3.5.0/debian/changelog 2026-08-27 09:42:34.000000000 +0200
@@ -1,3 +1,11 @@
+sol2 (3.5.0-3.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Add patch to remove architecture-specific contents from sol2-dev
+ (Closes: #1144017)
+
+ -- Sébastien Noel <[email protected]> Thu, 27 Aug 2026 09:42:34 +0200
+
sol2 (3.5.0-3) unstable; urgency=medium
* Fix reproducible build failure (Closes: #1131724)
diff -Nru sol2-3.5.0/debian/patches/arch_independent.patch sol2-3.5.0/debian/patches/arch_independent.patch
--- sol2-3.5.0/debian/patches/arch_independent.patch 1970-01-01 01:00:00.000000000 +0100
+++ sol2-3.5.0/debian/patches/arch_independent.patch 2026-08-27 09:39:36.000000000 +0200
@@ -0,0 +1,16 @@
+Description: This is a header-only library, it is ARCH_INDEPENDENT
+Author: Sébastien Noel <[email protected]>
+Bug-Debian: https://bugs.debian.org/1144017
+
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -111,7 +111,8 @@
+
+ write_basic_package_version_file(
+ "${CMAKE_CURRENT_BINARY_DIR}/cmake/sol2-config-version.cmake"
+- COMPATIBILITY AnyNewerVersion)
++ COMPATIBILITY AnyNewerVersion
++ ARCH_INDEPENDENT)
+
+ export(TARGETS sol2
+ FILE "${CMAKE_CURRENT_BINARY_DIR}/cmake/sol2-targets.cmake")
diff -Nru sol2-3.5.0/debian/patches/series sol2-3.5.0/debian/patches/series
--- sol2-3.5.0/debian/patches/series 2025-10-22 00:57:02.000000000 +0200
+++ sol2-3.5.0/debian/patches/series 2026-08-27 09:39:05.000000000 +0200
@@ -14,3 +14,4 @@
2001-fix-interface-link-libraries.patch
2002-fix-type-limits-error.patch
+arch_independent.patch