[med-svn] [Git][med-team/minc-tools][master] d/*: import Andreas' 2.3.00+dfsg-14.

Étienne Mollier (@emollier) gitlab at salsa.debian.org
Sun Dec 7 15:43:36 GMT 2025



Étienne Mollier pushed to branch master at Debian Med / minc-tools


Commits:
45b7d79b by Étienne Mollier at 2025-12-07T16:41:03+01:00
d/*: import Andreas' 2.3.00+dfsg-14.

- - - - -


4 changed files:

- debian/changelog
- debian/control
- debian/copyright
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,15 +1,26 @@
-minc-tools (2.3.00+dfsg-14) unstable; urgency=medium
+minc-tools (2.3.00+dfsg-15) unstable; urgency=medium
 
   * Team upload.
   * d/rules: set CFLAGS with DEB_CFLAGS_MAINT_APPEND. (Closes: #1119489)
   * fix_manpages.patch: update: fix accidental font selector.
   * d/patches/*: normalise timestamps where doable.
-  * d/watch: convert to v5 watch file.
+  * d/watch: convert to Github template
   * d/control: drop redundant Rules-Requires-Root: no.
-  * d/control: declare compliance to standards version 4.7.2.
 
  -- Étienne Mollier <emollier at debian.org>  Sun, 07 Dec 2025 14:17:32 +0100
 
+minc-tools (2.3.00+dfsg-14) unstable; urgency=medium
+
+  * Fix build with CMake 4
+    Closes: #1113287
+  * d/watch: version=5
+  * Standards-Version: 4.7.2 (routine-update)
+  * Remove trailing whitespace in debian/changelog (routine-update)
+  * Rely on pre-initialized dpkg-architecture variables.
+  * d/copyright: review
+
+ -- Andreas Tille <tille at debian.org>  Sun, 19 Oct 2025 17:28:34 +0200
+
 minc-tools (2.3.00+dfsg-13) unstable; urgency=medium
 
   [ Steve Robbins ]


=====================================
debian/control
=====================================
@@ -1,34 +1,37 @@
 Source: minc-tools
+Standards-Version: 4.7.2
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Steve M. Robbins <smr at debian.org>,
-           Andreas Tille <tille at debian.org>
+Uploaders:
+ Steve M. Robbins <smr at debian.org>,
+ Andreas Tille <tille at debian.org>,
 Section: science
 Priority: optional
-Build-Depends: debhelper-compat (= 13),
-               cmake,
-               bison,
-               flex,
-               libminc-dev,
-               libnifti2-dev,
-               libnetcdf-dev,
-               zlib1g-dev,
-               texlive-latex-base,
-               libhdf5-dev,
-               debhelper
-Standards-Version: 4.7.2
+Build-Depends:
+ debhelper-compat (= 13),
+ cmake,
+ bison,
+ flex,
+ libminc-dev,
+ libnifti2-dev,
+ libnetcdf-dev,
+ zlib1g-dev,
+ texlive-latex-base,
+ libhdf5-dev,
+ debhelper,
 Vcs-Browser: https://salsa.debian.org/med-team/minc-tools
 Vcs-Git: https://salsa.debian.org/med-team/minc-tools.git
 Homepage: https://www.bic.mni.mcgill.ca/ServicesSoftware/HomePage
 
 Package: minc-tools
 Architecture: any
-Depends: ${shlibs:Depends},
-         ${misc:Depends},
-         netcdf-bin,
-         libgetopt-tabular-perl,
-         libtext-format-perl,
-         imagemagick,
-         sensible-utils
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+ netcdf-bin,
+ libgetopt-tabular-perl,
+ libtext-format-perl,
+ imagemagick,
+ sensible-utils,
 Description: MNI medical image format tools
  This package contains tools to manipulate MINC files.
  .


=====================================
debian/copyright
=====================================
@@ -7,7 +7,7 @@ Source: http://packages.bic.mni.mcgill.ca/tgz/
 Files: *
 Copyright: 1993-2012 Peter Neelin and David MacDonald, McConnell Brain
                      Imaging Centre, Montreal Neurological Institute, McGill University.
-License: as_is
+License: NTP
  Permission to use, copy, modify, and distribute this software and its
  documentation for any purpose and without fee is hereby granted,
  provided that the above copyright notice appear in all copies.  The
@@ -15,6 +15,47 @@ License: as_is
  suitability of this software for any purpose.  It is provided "as is"
  without express or implied warranty.
 
+Files: progs/mincsample/mt19937ar.*
+Copyright: 1997 - 2002, Makoto Matsumoto and Takuji Nishimura
+License: BSD-3-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ .
+  1. Redistributions of source code must retain the above copyright
+     notice, this list of conditions and the following disclaimer.
+ .
+  2. Redistributions in binary form must reproduce the above copyright
+     notice, this list of conditions and the following disclaimer in the
+     documentation and/or other materials provided with the distribution.
+ .
+  3. The names of its contributors may not be used to endorse or promote
+     products derived from this software without specific prior written
+     permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR
+ CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND TRUE ANY THEORY OF
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Files: progs/minccalc/gram.c
+Copyright: 1984-2006 Free Software Foundation, Inc.
+License: GPL-3+
+ On Debian systems you can find the full text of the GPL at
+ /usr/share/common-licenses/GPL-3
+
+Files: conversion/nifti1/nifti_stats.c
+Copyright: Brown, Lovato, K. Krishnamoorthy
+License: public-domain
+  That code was placed in the public domain.
+
 Files: debian/*
 Copyright: 2002-2013 Steve M. Robbins <smr at debian.org>
 License: GPL


=====================================
debian/rules
=====================================
@@ -1,7 +1,7 @@
 #! /usr/bin/make -f
 
 ARCH  = $(shell dpkg-architecture -qDEB_BUILD_ARCH)
-DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+include /usr/share/dpkg/architecture.mk
 
 export DEB_CFLAGS_MAINT_APPEND=-std=gnu17
 CMAKE_FLAGS =
@@ -26,7 +26,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 	dh $@
 
 override_dh_auto_configure:
-	dh_auto_configure -- $(CMAKE_FLAGS)
+	dh_auto_configure -- $(CMAKE_FLAGS) -DCMAKE_POLICY_VERSION_MINIMUM=3.5
 
 override_dh_install:
 	cd debian/minc-tools && mkdir -p usr/share && mv usr/man usr/share



View it on GitLab: https://salsa.debian.org/med-team/minc-tools/-/commit/45b7d79b3a39982b3deb57942afea7acb7bd86bb

-- 
View it on GitLab: https://salsa.debian.org/med-team/minc-tools/-/commit/45b7d79b3a39982b3deb57942afea7acb7bd86bb
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/20251207/445ecd99/attachment-0001.htm>


More information about the debian-med-commit mailing list