[med-svn] [Git][med-team/ciftilib][master] 5 commits: d/watch: version=5
Andreas Tille (@tille)
gitlab at salsa.debian.org
Thu Oct 16 12:06:01 BST 2025
Andreas Tille pushed to branch master at Debian Med / ciftilib
Commits:
ad8b7ca5 by Andreas Tille at 2025-10-16T11:58:04+02:00
d/watch: version=5
- - - - -
750844fd by Andreas Tille at 2025-10-16T11:58:53+02:00
Fix FTBFS with CMake 4 Closes: #1112779
- - - - -
96e69ccf by Andreas Tille at 2025-10-16T11:59:00+02:00
Standards-Version: 4.7.2 (routine-update)
- - - - -
e730590b by Andreas Tille at 2025-10-16T12:08:25+02:00
debputy lint --auto-fix (routine-update)
- - - - -
d5d21750 by Andreas Tille at 2025-10-16T13:05:51+02:00
Build-Depends: graphviz
- - - - -
4 changed files:
- debian/changelog
- debian/control
- debian/rules
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,15 @@
+ciftilib (1.6.0-3) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * d/watch: version=5
+ * Fix FTBFS with CMake 4
+ Closes: #1112779
+ * Standards-Version: 4.7.2 (routine-update)
+ * debputy lint --auto-fix (routine-update)
+ * Build-Depends: graphviz
+
+ -- Andreas Tille <tille at debian.org> Thu, 16 Oct 2025 11:57:49 +0200
+
ciftilib (1.6.0-2.1) unstable; urgency=medium
* Non-maintainer upload.
=====================================
debian/control
=====================================
@@ -1,29 +1,38 @@
Source: ciftilib
+Standards-Version: 4.7.2
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Ghislain Antony Vaillant <ghisvail at gmail.com>
+Uploaders:
+ Ghislain Antony Vaillant <ghisvail at gmail.com>,
Section: libs
Priority: optional
-Build-Depends: dpkg-dev (>= 1.22.5), cmake,
- debhelper-compat (= 13),
- libboost-dev,
- libboost-filesystem-dev,
- libxml++2.6-dev,
- zlib1g-dev
-Build-Depends-Indep: doxygen
-Standards-Version: 4.5.1
+Build-Depends:
+ dpkg-dev (>= 1.22.5),
+ cmake,
+ debhelper-compat (= 13),
+ libboost-dev,
+ libboost-filesystem-dev,
+ libxml++2.6-dev,
+ zlib1g-dev,
+Build-Depends-Indep:
+ doxygen,
+ graphviz
Vcs-Browser: https://salsa.debian.org/med-team/ciftilib
Vcs-Git: https://salsa.debian.org/med-team/ciftilib.git
Homepage: https://github.com/Washington-University/CiftiLib
Rules-Requires-Root: no
Package: libcifti0t64
-Provides: ${t64:Provides}
-Replaces: libcifti0
-Breaks: libcifti0 (<< ${source:Version})
Architecture: any
Multi-Arch: same
-Depends: ${misc:Depends},
- ${shlibs:Depends}
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
+Breaks:
+ libcifti0 (<< ${source:Version}),
+Provides:
+ ${t64:Provides},
+Replaces:
+ libcifti0,
Description: library for manipulating CIFTI files
CIFTI (Connectivity Informatics Technology Initiative) standardizes the file
formats for storage of connectivity data. These formats are developed by the
@@ -39,11 +48,13 @@ Package: libcifti-dev
Architecture: any
Multi-Arch: same
Section: libdevel
-Depends: ${misc:Depends},
- libboost-dev,
- libcifti0t64 (= ${binary:Version}),
- libxml++2.6-dev
-Suggests: libcifti-doc
+Depends:
+ ${misc:Depends},
+ libboost-dev,
+ libcifti0t64 (= ${binary:Version}),
+ libxml++2.6-dev,
+Suggests:
+ libcifti-doc,
Description: development files for CiftiLib
CIFTI (Connectivity Informatics Technology Initiative) standardizes the file
formats for storage of connectivity data. These formats are developed by the
@@ -59,7 +70,8 @@ Package: libcifti-doc
Architecture: all
Multi-Arch: foreign
Section: doc
-Depends: ${misc:Depends}
+Depends:
+ ${misc:Depends},
Description: documentation for CiftiLib
CIFTI (Connectivity Informatics Technology Initiative) standardizes the file
formats for storage of connectivity data. These formats are developed by the
=====================================
debian/rules
=====================================
@@ -11,7 +11,7 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
dh $@
override_dh_auto_configure:
- dh_auto_configure -- -DBUILD_SHARED_LIBS=ON -DIGNORE_QT=ON
+ dh_auto_configure -- -DBUILD_SHARED_LIBS=ON -DIGNORE_QT=ON -DCMAKE_POLICY_VERSION_MINIMUM=3.5
override_dh_auto_build-indep:
dh_auto_build -- doc
=====================================
debian/watch
=====================================
@@ -1,3 +1,5 @@
-version=4
-opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/CiftiLib-$1\.tar\.gz/ \
-https://github.com/Washington-University/CiftiLib/tags .*/v?(\d\S*)\.tar\.gz
+Version: 5
+
+Template: Github
+Owner: Washington-University
+Project: CiftiLib
View it on GitLab: https://salsa.debian.org/med-team/ciftilib/-/compare/c2bf46dad6dfc97ac217e9f4dc580adbe74fa6ae...d5d21750c12fa3eb2438a0261a3e1e18345c69b7
--
View it on GitLab: https://salsa.debian.org/med-team/ciftilib/-/compare/c2bf46dad6dfc97ac217e9f4dc580adbe74fa6ae...d5d21750c12fa3eb2438a0261a3e1e18345c69b7
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/20251016/83981446/attachment-0001.htm>
More information about the debian-med-commit
mailing list