[med-svn] [Git][med-team/sight][master] Fix d/control

Flavien Bridault (@fbridault-guest) gitlab at salsa.debian.org
Sat Oct 4 09:52:38 BST 2025



Flavien Bridault pushed to branch master at Debian Med / sight


Commits:
aaadb52d by Flavien Bridault at 2025-10-04T10:52:30+02:00
Fix d/control

- - - - -


3 changed files:

- debian/changelog
- debian/control
- − debian/sight.lintian-overrides


Changes:

=====================================
debian/changelog
=====================================
@@ -6,6 +6,7 @@ sight (25.1.0-1) UNRELEASED; urgency=medium
     Removed dbus-x11.  Closes: #1117106
   * d/p/: Update all patches to match new root file tree
     Remove applied patches upstream
+  * lintian.overrides: Removed because of obsolete tags
 
  -- Flavien BRIDAULT <fbridault at ircad.fr>  Mon, 15 Sep 2025 09:41:48 +0200
 


=====================================
debian/control
=====================================
@@ -1,42 +1,45 @@
 Source: sight
+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: binutils-gold,
-               cmake (>=3.19.0),
-               dcmtk,
-               debhelper-compat (= 13),
-               dh-exec,
-               libarchive-dev,
-               libboost-all-dev,
-               libceres-dev,
-               libcppunit-dev,
-               libexpat1-dev,
-               libfftw3-dev,
-               libgdcm-dev, libgdcm-tools,
-               libglm-dev,
-               libinsighttoolkit5-dev,
-               libogre-1.12-dev,
-               libopencv-dev,
-               libopenigtlink-dev,
-               libsdl2-dev,
-               libvtk9-dev,
-               libvtkgdcm-dev,
-               pandoc,
-               qt6-base-dev,
-               qt6-image-formats-plugins,
-               qt6-svg-dev,
-               qt6-multimedia-dev,
-               qt6-pdf-dev,
-               qt6-tools-dev,
-               rdfind,
-               symlinks,
-               xauth,
-               xvfb,
-               zlib1g-dev,
-               zstd
-Standards-Version: 4.7.2
+Build-Depends:
+ binutils-gold,
+ cmake,
+ dcmtk,
+ debhelper-compat (= 13),
+ dh-exec,
+ libarchive-dev,
+ libboost-all-dev,
+ libceres-dev,
+ libcppunit-dev,
+ libexpat1-dev,
+ libfftw3-dev,
+ libgdcm-dev,
+ libgdcm-tools,
+ libglm-dev,
+ libinsighttoolkit5-dev,
+ libogre-1.12-dev,
+ libopencv-dev,
+ libopenigtlink-dev,
+ libsdl2-dev,
+ libvtk9-dev,
+ libvtkgdcm-dev,
+ pandoc,
+ qt6-base-dev,
+ qt6-image-formats-plugins,
+ qt6-svg-dev,
+ qt6-multimedia-dev,
+ qt6-pdf-dev,
+ qt6-tools-dev,
+ rdfind,
+ symlinks,
+ xauth,
+ xvfb,
+ zlib1g-dev,
+ zstd,
 Vcs-Browser: https://salsa.debian.org/med-team/sight
 Vcs-Git: https://salsa.debian.org/med-team/sight.git
 Homepage: https://git.ircad.fr/Sight/sight
@@ -45,10 +48,12 @@ Rules-Requires-Root: no
 Package: libsight
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends},
-         ${misc:Depends},
-         fonts-roboto
-Provides: fw4spl
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+ fonts-roboto,
+Provides:
+ fw4spl,
 Description: Sight libraries
  The Surgical Image Guidance and
  Healthcare Toolkit aims to ease the creation of
@@ -71,30 +76,31 @@ Description: Sight libraries
 Package: libsight-dev
 Architecture: any
 Section: libdevel
-Depends: libsight (= ${binary:Version}),
-         libboost-all-dev,
-         zlib1g-dev,
-         libexpat1-dev,
-         libpng-dev,
-         libtiff-dev,
-         libcppunit-dev,
-         libhdf5-dev,
-         libvtk9-dev,
-         libgdcm-dev,
-         libinsighttoolkit5-dev,
-         libsdl2-dev,
-         libann-dev,
-         libvtkgdcm-dev,
-         libglm-dev,
-         libogre-1.12-dev,
-         qt6-base-dev,
-         qt6-image-formats-plugins,
-         qt6-svg-dev,
-         qt6-multimedia-dev,
-         qt6-pdf-dev,
-         qt6-tools-dev,
-         ${shlibs:Depends},
-         ${misc:Depends}
+Depends:
+ libsight (= ${binary:Version}),
+ libboost-all-dev,
+ zlib1g-dev,
+ libexpat1-dev,
+ libpng-dev,
+ libtiff-dev,
+ libcppunit-dev,
+ libhdf5-dev,
+ libvtk9-dev,
+ libgdcm-dev,
+ libinsighttoolkit5-dev,
+ libsdl2-dev,
+ libann-dev,
+ libvtkgdcm-dev,
+ libglm-dev,
+ libogre-1.12-dev,
+ qt6-base-dev,
+ qt6-image-formats-plugins,
+ qt6-svg-dev,
+ qt6-multimedia-dev,
+ qt6-pdf-dev,
+ qt6-tools-dev,
+ ${shlibs:Depends},
+ ${misc:Depends},
 Description: Sight header files
  The Surgical Image Guidance and
  Healthcare Toolkit aims to ease the creation of
@@ -115,12 +121,12 @@ Description: Sight header files
 
 Package: sightviewer
 Architecture: any
-Depends: libsight (= ${binary:Version}),
-         ${shlibs:Depends},
-         ${misc:Depends}
-Conflicts: vrrender
-Provides: vrrender
-Replaces: vrrender
+Depends:
+ libsight (= ${binary:Version}),
+ ${shlibs:Depends},
+ ${misc:Depends},
+Provides:
+ vrrender,
 Description: DICOM viewer
  Medical image viewer featuring negatoscope, multi-planar
  reconstruction, and volume rendering.
@@ -138,9 +144,10 @@ Description: DICOM viewer
 
 Package: sightcalibrator
 Architecture: any
-Depends: libsight (= ${binary:Version}),
-         ${shlibs:Depends},
-         ${misc:Depends}
+Depends:
+ libsight (= ${binary:Version}),
+ ${shlibs:Depends},
+ ${misc:Depends},
 Description: Camera calibration software
  User-friendly application to calibrate mono and stereo cameras.
  .


=====================================
debian/sight.lintian-overrides deleted
=====================================
@@ -1,2 +0,0 @@
-sight: postinst-has-useless-call-to-ldconfig
-sight: postrm-has-useless-call-to-ldconfig



View it on GitLab: https://salsa.debian.org/med-team/sight/-/commit/aaadb52d5f7118097afc52de2bb1ce3248523d13

-- 
View it on GitLab: https://salsa.debian.org/med-team/sight/-/commit/aaadb52d5f7118097afc52de2bb1ce3248523d13
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/20251004/4ad18af0/attachment-0001.htm>


More information about the debian-med-commit mailing list