[med-svn] [Git][med-team/camp][master] 8 commits: Fix FTBFS with Boost 1.90. Closes: #1129780.
Santiago Vila (@sanvila)
gitlab at salsa.debian.org
Thu Mar 26 23:27:24 GMT 2026
Santiago Vila pushed to branch master at Debian Med / camp
Commits:
a6b96864 by Adrian Bunk at 2026-03-26T23:33:00+01:00
Fix FTBFS with Boost 1.90. Closes: #1129780.
- - - - -
05b1aacd by Santiago Vila at 2026-03-26T23:34:00+01:00
d/control: Drop "Rules-Requires-Root: no" (default).
- - - - -
49041d95 by Santiago Vila at 2026-03-26T23:35:00+01:00
d/control: Drop "Priority: optional" (default).
- - - - -
0285d47c by Santiago Vila at 2026-03-26T23:36:00+01:00
d/control: Update standards-version.
- - - - -
55a9072e by Santiago Vila at 2026-03-26T23:37:00+01:00
d/salsa-ci.yml: Use the simplified version.
- - - - -
476ec76c by Santiago Vila at 2026-03-26T23:38:00+01:00
d/salsa-ci.yml: Disable redundant/duplicate jobs.
- - - - -
c628bd47 by Santiago Vila at 2026-03-26T23:39:00+01:00
d/salsa-ci.yml: Disable job "blhc" until someone figures out how to fix it.
- - - - -
2d77f0ac by Santiago Vila at 2026-03-26T23:40:00+01:00
Upload for unstable as 0.8.4-6
- - - - -
5 changed files:
- debian/changelog
- debian/control
- + debian/patches/boost1.90.patch
- debian/patches/series
- debian/salsa-ci.yml
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,18 @@
+camp (0.8.4-6) unstable; urgency=medium
+
+ * Team upload.
+
+ [ Adrian Bunk ]
+ * Fix FTBFS with Boost 1.90. Closes: #1129780.
+
+ [ Santiago Vila ]
+ * Drop "Rules-Requires-Root: no" (default).
+ * Drop "Priority: optional" (default).
+ * Update standards-version.
+ * Simplify and fine-tune salsa-ci.yml.
+
+ -- Santiago Vila <sanvila at debian.org> Thu, 26 Mar 2026 23:40:00 +0100
+
camp (0.8.4-5) unstable; urgency=medium
* Team upload.
=====================================
debian/control
=====================================
@@ -1,10 +1,9 @@
Source: camp
-Standards-Version: 4.7.2
+Standards-Version: 4.7.3
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders:
Flavien Bridault <fbridault at ircad.fr>,
Section: science
-Priority: optional
Build-Depends:
dpkg-dev (>= 1.22.5),
cmake,
@@ -16,7 +15,6 @@ Build-Depends:
Vcs-Browser: https://salsa.debian.org/med-team/camp
Vcs-Git: https://salsa.debian.org/med-team/camp.git
Homepage: https://github.com/IRCAD/camp
-Rules-Requires-Root: no
Package: libcamp0.8t64
Architecture: any
=====================================
debian/patches/boost1.90.patch
=====================================
@@ -0,0 +1,14 @@
+Description: Fix FTBFS with Boost 1.90
+Author: Adrian Bunk <bunk at debian.org>
+Bug-Debian: https://bugs.debian.org/1129780
+
+--- a/include/camp/detail/rawtype.hpp
++++ b/include/camp/detail/rawtype.hpp
+@@ -35,6 +35,7 @@
+
+
+ #include <camp/detail/issmartpointer.hpp>
++#include <boost/utility/enable_if.hpp>
+
+
+ namespace camp
=====================================
debian/patches/series
=====================================
@@ -1,3 +1,4 @@
do_not_install_misc_cmake_files.patch
remove_licences_files.patch
fix_cmake_target.patch
+boost1.90.patch
=====================================
debian/salsa-ci.yml
=====================================
@@ -1,4 +1,8 @@
---
include:
- - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
- - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
+ - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml
+
+variables:
+ SALSA_CI_DISABLE_BUILD_PACKAGE_ALL: 1
+ SALSA_CI_DISABLE_BUILD_PACKAGE_ANY: 1
+ SALSA_CI_DISABLE_BLHC: 1
View it on GitLab: https://salsa.debian.org/med-team/camp/-/compare/d8a41561202b1f3f207d4bbd04f61fd56af324c3...2d77f0ac365fa206c1e4ab20b7f0048b367ecaf9
--
View it on GitLab: https://salsa.debian.org/med-team/camp/-/compare/d8a41561202b1f3f207d4bbd04f61fd56af324c3...2d77f0ac365fa206c1e4ab20b7f0048b367ecaf9
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20260326/8ff33a17/attachment-0001.htm>
More information about the debian-med-commit
mailing list