[med-svn] [Git][med-team/mia][master] 3 commits: Drop libboost-system-dev from Build-Depends Closes: #1127235

Andreas Tille (@tille) gitlab at salsa.debian.org
Mon Feb 16 09:04:52 GMT 2026



Andreas Tille pushed to branch master at Debian Med / mia


Commits:
17963727 by Andreas Tille at 2026-02-16T07:35:43+01:00
Drop libboost-system-dev from Build-Depends Closes: #1127235

- - - - -
08ab95c6 by Andreas Tille at 2026-02-16T07:36:49+01:00
cme fix dpkg-control

- - - - -
cf211a7d by Andreas Tille at 2026-02-16T08:15:15+01:00
Upload to unstable

- - - - -


2 changed files:

- debian/changelog
- debian/control


Changes:

=====================================
debian/changelog
=====================================
@@ -1,13 +1,20 @@
-mia (2.4.7-17) UNRELEASED; urgency=medium
+mia (2.4.7-17) unstable; urgency=medium
 
   * Team upload.
+
+  [ Yavor Doganov ]
   * debian/patches/reproducible-build.patch: New; make the builds
     reproducible.  Thanks Kaloian Doganov for the Python part.
   * debian/rules (override_dh_auto_configure): Temporary add
     -DCMAKE_BUILD_RPATH_USE_ORIGIN=ON to overcome a cmake deficiency wrt
     reproducibility.
 
- -- Yavor Doganov <yavor at gnu.org>  Tue, 28 Oct 2025 19:02:31 +0200
+  [ Andreas Tille ]
+  * Drop libboost-system-dev from Build-Depends
+    Closes: #1127235
+  * cme fix dpkg-control
+
+ -- Andreas Tille <tille at debian.org>  Mon, 16 Feb 2026 07:36:59 +0100
 
 mia (2.4.7-16) unstable; urgency=medium
 


=====================================
debian/control
=====================================
@@ -1,38 +1,39 @@
 Source: mia
+Standards-Version: 4.7.3
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Gert Wollny <gewo at debian.org>
+Uploaders:
+ Gert Wollny <gewo at debian.org>,
 Section: science
-Priority: optional
-Build-Depends: cmake,
-               debhelper-compat (= 13),
-               libblas-dev,
-               libboost-filesystem-dev,
-               libboost-serialization-dev,
-               libboost-system-dev,
-               libboost-test-dev,
-               libdcmtk-dev,
-               libeigen3-dev,
-               libfftw3-dev,
-               libgsl-dev,
-               libgts-dev,
-               libitpp-dev,
-               libhdf5-dev,
-               libmaxflow-dev,
-               libnifti2-dev,
-               libnlopt-dev,
-               libopenexr-dev,
-               libpng-dev,
-               libtiff-dev,
-               libvtk9-dev (>= 9.5),
-               libvistaio-dev,
-               libxml2-dev,
-               python3-lxml
-Build-Depends-Indep: docbook-xsl,
-                     doxygen,
-                     graphviz,
-                     libjs-mathjax,
-                     xsltproc
-Standards-Version: 4.7.2
+Build-Depends:
+ cmake,
+ debhelper-compat (= 13),
+ libblas-dev,
+ libboost-filesystem-dev,
+ libboost-serialization-dev,
+ libboost-test-dev,
+ libdcmtk-dev,
+ libeigen3-dev,
+ libfftw3-dev,
+ libgsl-dev,
+ libgts-dev,
+ libitpp-dev,
+ libhdf5-dev,
+ libmaxflow-dev,
+ libnifti2-dev,
+ libnlopt-dev,
+ libopenexr-dev,
+ libpng-dev,
+ libtiff-dev,
+ libvtk9-dev (>= 9.5),
+ libvistaio-dev,
+ libxml2-dev,
+ python3-lxml,
+Build-Depends-Indep:
+ docbook-xsl,
+ doxygen,
+ graphviz,
+ libjs-mathjax,
+ xsltproc,
 Vcs-Browser: https://salsa.debian.org/med-team/mia
 Vcs-Git: https://salsa.debian.org/med-team/mia.git
 Homepage: https://mia.sourceforge.net
@@ -41,9 +42,11 @@ Package: libmia-2.4-4
 Architecture: any
 Multi-Arch: same
 Section: libs
-Depends: ${shlibs:Depends},
-         ${misc:Depends}
-Pre-Depends: ${misc:Pre-Depends}
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+Pre-Depends:
+ ${misc:Pre-Depends},
 Description: library for 2D and 3D gray scale image processing
  libmia comprises a set of libraries and plug-ins for general purpose
  2D and 3D gray scale image processing and basic handling of triangular
@@ -53,15 +56,17 @@ Description: library for 2D and 3D gray scale image processing
 Package: libmia-2.4-dev
 Architecture: any
 Section: libdevel
-Depends: libmia-2.4-4 (= ${binary:Version}),
-         mia-doctools (= ${source:Version}),
-         libitpp-dev,
-         libgsl-dev,
-         libboost-test-dev,
-         libfftw3-dev,
-         libblas-dev,
-         ${misc:Depends}
-Recommends: libmia-2.4-doc
+Depends:
+ libmia-2.4-4 (= ${binary:Version}),
+ mia-doctools (= ${source:Version}),
+ libitpp-dev,
+ libgsl-dev,
+ libboost-test-dev,
+ libfftw3-dev,
+ libblas-dev,
+ ${misc:Depends},
+Recommends:
+ libmia-2.4-doc,
 Description: library for 2D and 3D gray scale image processing, development files
  libmia comprises a set of libraries and plug-ins for general purpose
  2D and 3D gray scale image processing and basic handling of triangular
@@ -71,11 +76,13 @@ Description: library for 2D and 3D gray scale image processing, development file
 
 Package: libmia-2.4-doc
 Architecture: all
-Section: doc
-Depends: ${misc:Depends},
-         libjs-mathjax
-Enhances: libmia-2.4-dev
 Multi-Arch: foreign
+Section: doc
+Depends:
+ ${misc:Depends},
+ libjs-mathjax,
+Enhances:
+ libmia-2.4-dev,
 Description: library for 2D and 3D gray scale image processing, documentation
  libmia comprises a set of libraries and plug-ins for general purpose
  2D and 3D gray scale image processing and basic handling of triangular
@@ -85,10 +92,12 @@ Description: library for 2D and 3D gray scale image processing, documentation
 
 Package: mia-tools
 Architecture: any
-Depends: libmia-2.4-4 (= ${binary:Version}),
-         ${shlibs:Depends},
-         ${misc:Depends}
-Recommends: mia-tools-doc
+Depends:
+ libmia-2.4-4 (= ${binary:Version}),
+ ${shlibs:Depends},
+ ${misc:Depends},
+Recommends:
+ mia-tools-doc,
 #Suggests: python-nipype
 Description: Command line tools for gray scale image processing
  Command lines tools to run general purpose image processing tasks on 2D
@@ -100,9 +109,10 @@ Description: Command line tools for gray scale image processing
 
 Package: mia-doctools
 Architecture: all
-Depends: python3-lxml,
-         python3,
-         ${misc:Depends}
+Depends:
+ python3-lxml,
+ python3,
+ ${misc:Depends},
 Description: Helper scripts for run-time document creation
  A set of scripts that can be used to create man-pages and on-line
  documentation for programs that make use of the mia command line
@@ -110,10 +120,12 @@ Description: Helper scripts for run-time document creation
 
 Package: mia-tools-doc
 Architecture: all
-Section: doc
-Depends: ${misc:Depends}
-Enhances: mia-tools
 Multi-Arch: foreign
+Section: doc
+Depends:
+ ${misc:Depends},
+Enhances:
+ mia-tools,
 Description: Cross-referenced documentation of the MIA command line tools
  Cross referenced documentation of the command line tools and plug-ins that
  are provided by the MIA gray scale image processing tool chain.



View it on GitLab: https://salsa.debian.org/med-team/mia/-/compare/be16c576276ba89d06e004550d8cbb8cd9361cfc...cf211a7d832c92f81042e8fc390f7adcead7b74f

-- 
View it on GitLab: https://salsa.debian.org/med-team/mia/-/compare/be16c576276ba89d06e004550d8cbb8cd9361cfc...cf211a7d832c92f81042e8fc390f7adcead7b74f
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/20260216/8b6fe5c0/attachment-0001.htm>


More information about the debian-med-commit mailing list