[med-svn] [Git][med-team/camp][master] 7 commits: Fix Build issue with CMake 4
Andreas Tille (@tille)
gitlab at salsa.debian.org
Fri Oct 17 09:10:34 BST 2025
Andreas Tille pushed to branch master at Debian Med / camp
Commits:
f28a30e0 by Andreas Tille at 2025-10-17T09:45:37+02:00
Fix Build issue with CMake 4
Closes: #1112760
- - - - -
d8d3c6c3 by Andreas Tille at 2025-10-17T09:47:06+02:00
d/watch: version=5
- - - - -
4b635b59 by Andreas Tille at 2025-10-17T09:47:17+02:00
Standards-Version: 4.7.2 (routine-update)
- - - - -
541758b3 by Andreas Tille at 2025-10-17T09:58:11+02:00
debputy lint --auto-fix (routine-update)
- - - - -
b65b85b2 by Andreas Tille at 2025-10-17T10:06:43+02:00
Remove package relations to 0.7 versions that do not exist any more
- - - - -
283ab442 by Andreas Tille at 2025-10-17T10:07:35+02:00
Remove version from Conflicts libcamp0.8
- - - - -
d8a41561 by Andreas Tille at 2025-10-17T10:10:12+02:00
Upload to unstable
- - - - -
4 changed files:
- debian/changelog
- debian/control
- debian/rules
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,16 @@
+camp (0.8.4-5) unstable; urgency=medium
+
+ * Team upload.
+ * Fix Build issue with CMake 4
+ Closes: #1112760
+ * d/watch: version=5
+ * Standards-Version: 4.7.2 (routine-update)
+ * debputy lint --auto-fix (routine-update)
+ * Remove package relations to 0.7 versions that do not exist any more
+ * Remove version from Conflicts libcamp0.8
+
+ -- Andreas Tille <tille at debian.org> Fri, 17 Oct 2025 10:07:48 +0200
+
camp (0.8.4-4.1) unstable; urgency=medium
* Non-maintainer upload.
=====================================
debian/control
=====================================
@@ -1,15 +1,18 @@
Source: camp
+Standards-Version: 4.7.2
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Flavien Bridault <fbridault at ircad.fr>
+Uploaders:
+ Flavien Bridault <fbridault at ircad.fr>,
Section: science
Priority: optional
-Build-Depends: dpkg-dev (>= 1.22.5), cmake,
- debhelper-compat (= 13),
- d-shlibs (>= 0.106~),
- libboost-dev,
- libboost-test-dev,
- qtbase5-dev
-Standards-Version: 4.6.0
+Build-Depends:
+ dpkg-dev (>= 1.22.5),
+ cmake,
+ debhelper-compat (= 13),
+ d-shlibs (>= 0.106~),
+ libboost-dev,
+ libboost-test-dev,
+ qtbase5-dev,
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
@@ -19,11 +22,15 @@ Package: libcamp0.8t64
Architecture: any
Multi-Arch: same
Section: libs
-Depends: ${shlibs:Depends},
- ${misc:Depends}
-Conflicts: libcamp0.8 (<< ${source:Version}), libcamp0.7
-Provides: libcamp0.7, ${t64:Provides}
-Replaces: libcamp0.8, libcamp0.7
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+Conflicts:
+ libcamp0.8,
+Provides:
+ ${t64:Provides},
+Replaces:
+ libcamp0.8,
Description: C++ multi-purpose reflection library
CAMP is a multi-purpose reflection library developed by Technogerma Systems
France (http://www.tegesoft.com).
@@ -49,14 +56,12 @@ Description: C++ multi-purpose reflection library
Package: libcamp-dev
Architecture: any
-Section: libdevel
-Depends: libcamp0.8t64 (= ${binary:Version}),
- ${shlibs:Depends},
- ${misc:Depends}
-Conflicts: libcamp0.7-dev
-Provides: libcamp0.7-dev
-Replaces: libcamp0.7-dev
Multi-Arch: same
+Section: libdevel
+Depends:
+ libcamp0.8t64 (= ${binary:Version}),
+ ${shlibs:Depends},
+ ${misc:Depends},
Description: C++ multi-purpose reflection library (development files)
CAMP is a multi-purpose reflection library developed by Technogerma Systems
France (http://www.tegesoft.com).
=====================================
debian/rules
=====================================
@@ -7,7 +7,7 @@ export DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
dh $@
override_dh_auto_configure:
- dh_auto_configure -- -DBUILD_TEST=TRUE -DBUILD_TEST_QT=TRUE
+ dh_auto_configure -- -DBUILD_TEST=TRUE -DBUILD_TEST_QT=TRUE -DCMAKE_POLICY_VERSION_MINIMUM=3.5
override_dh_install:
dh_install
=====================================
debian/watch
=====================================
@@ -1,2 +1,5 @@
-version=4
-https://github.com/IRCAD/camp/tags (?:.*?/)?v?(\d[\d.]*)\.tar\.gz
+Version: 5
+
+Template: Github
+Owner: IRCAD
+Project: camp
View it on GitLab: https://salsa.debian.org/med-team/camp/-/compare/ca6593ca68112c9a3bd75efa8ba121bf0694f43f...d8a41561202b1f3f207d4bbd04f61fd56af324c3
--
View it on GitLab: https://salsa.debian.org/med-team/camp/-/compare/ca6593ca68112c9a3bd75efa8ba121bf0694f43f...d8a41561202b1f3f207d4bbd04f61fd56af324c3
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/20251017/ba4adbb6/attachment-0001.htm>
More information about the debian-med-commit
mailing list