[med-svn] [Git][med-team/insighttoolkit][itk-4.y] 11 commits: update changelog
Étienne Mollier (@emollier)
gitlab at salsa.debian.org
Sat Jan 22 20:59:53 GMT 2022
Étienne Mollier pushed to branch itk-4.y at Debian Med / insighttoolkit
Commits:
b02d7e2d by Étienne Mollier at 2022-01-22T19:32:55+01:00
update changelog
- - - - -
c4a5ea60 by Étienne Mollier at 2022-01-22T19:33:22+01:00
routine-update: Standards-Version: 4.6.0
- - - - -
b03a0789 by Étienne Mollier at 2022-01-22T19:36:13+01:00
routine-update: Drop useless get-orig-source target
- - - - -
75db04fd by Étienne Mollier at 2022-01-22T19:36:13+01:00
routine-update: Remove trailing whitespace in debian/copyright
- - - - -
dc5016c6 by Étienne Mollier at 2022-01-22T19:36:14+01:00
routine-update: Add salsa-ci file
- - - - -
6b2f1ef5 by Étienne Mollier at 2022-01-22T19:36:15+01:00
routine-update: Rules-Requires-Root: no
- - - - -
30f93829 by Étienne Mollier at 2022-01-22T19:37:03+01:00
Replace spaces in short license names with dashes.
Changes-By: lintian-brush
Fixes: lintian: space-in-std-shortname-in-dep5-copyright
See-also: https://lintian.debian.org/tags/space-in-std-shortname-in-dep5-copyright.html
- - - - -
e7dd1fc1 by Étienne Mollier at 2022-01-22T19:46:29+01:00
Revert "routine-update: Add salsa-ci file"
This reverts commit dc5016c6f0c1db7855180ffe51150957f85d05ac.
- - - - -
7c4c7a0d by Étienne Mollier at 2022-01-22T19:50:51+01:00
undo removal of get-orig-source
- - - - -
38d9a666 by Étienne Mollier at 2022-01-22T19:52:19+01:00
d/changelog: document cme fix to d/control
- - - - -
522e5e02 by Étienne Mollier at 2022-01-22T19:53:04+01:00
ready to upload to unstable
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/copyright
Changes:
=====================================
debian/changelog
=====================================
@@ -1,15 +1,23 @@
-insighttoolkit4 (4.13.3withdata-dfsg2-1) UNRELEASED; urgency=medium
+insighttoolkit4 (4.13.3withdata-dfsg2-1) unstable; urgency=medium
[ Andreas Tille ]
* Team upload.
* Add NOTICE file to docs
[ Étienne Mollier ]
- * Add d/gbp.conf
- * Add gcc11.patch fixing ftbfs from #984063
- * d/copyright: do not exclude embedded tiff source code anymore.
-
- -- Étienne Mollier <emollier at debian.org> Sat, 22 Jan 2022 11:17:21 +0100
+ * Add d/gbp.conf to handle the legacy ITK4 in a separate VCS branches.
+ * Add gcc11.patch, fixing ftbfs. (Closes: #984063)
+ * Rewrapped the package to include the embedded TIFF source.
+ * d/rules: use embedded TIFF to address test failures with later versions.
+ Embedding is considered a lesser harm as reverse dependencies and users
+ should be migrating to ITK5 from now on. (See: #984063)
+ * Standards-Version: 4.6.0 (routine-update)
+ * Rewrapped control file (cme fix dpkg)
+ * Remove trailing whitespace in debian/copyright (routine-update)
+ * Rules-Requires-Root: no (routine-update)
+ * Replace spaces in short license names with dashes.
+
+ -- Étienne Mollier <emollier at debian.org> Sat, 22 Jan 2022 19:52:54 +0100
insighttoolkit4 (4.13.3withdata-dfsg1-4.1) unstable; urgency=medium
=====================================
debian/control
=====================================
@@ -1,39 +1,41 @@
Source: insighttoolkit4
-Homepage: http://www.itk.org/
-Section: science
-Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Steve M. Robbins <smr at debian.org>,
Gert Wollny <gewo at debian.org>
+Section: science
+Priority: optional
Build-Depends: debhelper-compat (= 13),
- cmake (>= 2.8.9),
- dh-python,
- swig,
- castxml (>= 0.3.4-2),
- zlib1g-dev (>= 1.2.2),
- libdouble-conversion-dev,
- libexpat-dev,
- libpng-dev,
- libtiff-dev,
- libfftw3-dev,
- libdcmtk-dev (>= 3.6.1~20150924-4),
- libgdcm-dev,
- libgtest-dev,
- uuid-dev,
- libminc-dev,
- libnifti2-dev,
- libhdf5-dev,
- python3-dev
+ cmake,
+ dh-python,
+ swig,
+ castxml (>= 0.3.4-2),
+ zlib1g-dev,
+ libdouble-conversion-dev,
+ libexpat-dev,
+ libpng-dev,
+ libtiff-dev,
+ libfftw3-dev,
+ libdcmtk-dev,
+ libgdcm-dev,
+ libgtest-dev,
+ uuid-dev,
+ libminc-dev,
+ libnifti2-dev,
+ libhdf5-dev,
+ python3-dev
# libvtk6-dev -- only needed if we enable one of the following modules:
# VtkGlue, LevelSetsv4Visualization
-Standards-Version: 4.5.0
+Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/med-team/insighttoolkit
Vcs-Git: https://salsa.debian.org/med-team/insighttoolkit.git
+Homepage: http://www.itk.org/
+Rules-Requires-Root: no
Package: libinsighttoolkit4.13
-Section: libs
Architecture: amd64 i386
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Section: libs
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
Breaks: libinsighttoolkit4.12
Description: Image processing toolkit for registration and segmentation - runtime
ITK is an open-source software toolkit for performing registration and
@@ -49,13 +51,23 @@ Description: Image processing toolkit for registration and segmentation - runtim
This package contains the libraries needed to run ITK applications.
Package: libinsighttoolkit4-dev
-Section: libdevel
Architecture: amd64 i386
-Depends: ${shlibs:Depends}, ${misc:Depends}, libinsighttoolkit4.13 (= ${binary:Version}), libgdcm-dev, libdcmtk-dev, libhdf5-dev, libdouble-conversion-dev, libexpat-dev, libnifti-dev, libminc-dev
-Recommends: libfftw3-dev, uuid-dev
-Conflicts: libinsighttoolkit-dev, libinsighttoolkit3-dev
-Replaces: libinsighttoolkit-dev
+Section: libdevel
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ libinsighttoolkit4.13 (= ${binary:Version}),
+ libgdcm-dev,
+ libdcmtk-dev,
+ libhdf5-dev,
+ libdouble-conversion-dev,
+ libexpat-dev,
+ libnifti-dev,
+ libminc-dev
+Recommends: libfftw3-dev,
+ uuid-dev
Suggests: insighttoolkit4-examples
+Conflicts: libinsighttoolkit-dev
+Replaces: libinsighttoolkit-dev
Description: Image processing toolkit for registration and segmentation - development
ITK is an open-source software toolkit for performing registration and
segmentation. Segmentation is the process of identifying and
@@ -71,9 +83,10 @@ Description: Image processing toolkit for registration and segmentation - develo
ITK applications.
Package: insighttoolkit4-examples
-Section: devel
Architecture: all
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Section: devel
+Depends: ${misc:Depends},
+ ${shlibs:Depends}
Suggests: libinsighttoolkit4-dev
Conflicts: insighttoolkit-examples
Replaces: insighttoolkit-examples
@@ -91,10 +104,13 @@ Description: Image processing toolkit for registration and segmentation - exampl
This package contains the source for example programs.
Package: insighttoolkit4-python3
-Section: python
Architecture: amd64 i386
-Depends: ${misc:Depends}, ${shlibs:Depends}, ${python3:Depends}
-Conflicts: insighttoolkit-python, insighttoolkit4-python
+Section: python
+Depends: ${misc:Depends},
+ ${shlibs:Depends},
+ ${python3:Depends}
+Conflicts: insighttoolkit-python,
+ insighttoolkit4-python
Description: Image processing toolkit for registration and segmentation - Python bindings
ITK is an open-source software toolkit for performing registration and
segmentation. Segmentation is the process of identifying and
=====================================
debian/copyright
=====================================
@@ -29,13 +29,13 @@ License: Debian ITK is Licensed under the GPL
(at your option) any later version.
.
A copy of the GPL v2 can be found in /usr/share/common-licenses/GPL-2
-
+
Files: *
Copyright: Copyright 1999-2011 Insight Software Consortium
License: Apache-2.0
Files: debian/*
-Copyright: Copyright 2007-2017 Debian-med team
+Copyright: Copyright 2007-2017 Debian-med team
License: Apache-2.0
Files: Modules/ThirdParty/DICOMParser/src/DICOMParser/*
@@ -51,8 +51,8 @@ License: BSD-4-clause-DICOMParser
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
.
- * The name of Matt Turek nor the names of any contributors may be used to
- endorse or promote products derived from this software without specific
+ * The name of Matt Turek nor the names of any contributors may be used to
+ endorse or promote products derived from this software without specific
prior written permission.
.
* Modified source versions must be plainly marked as such, and must not be
@@ -71,8 +71,8 @@ License: BSD-4-clause-DICOMParser
Files: Modules/ThirdParty/GIFTI/src/gifticlib/*
-Authors: Richard Reynolds, SSCC, DIRP, NIMH, National Institutes of Health
-License: Public domain
+Authors: Richard Reynolds, SSCC, DIRP, NIMH, National Institutes of Health
+License: Public-domain
The gifticlib code is released into the public domain. Developers are
encouraged to incorporate the library into their application, and to
contribute changes or enhancements to gifticlib.
@@ -119,14 +119,14 @@ Files: Modules/ThirdParty/Netlib/src/netlib/slatec/*
License: netlib-slatec
The Library is in the public domain and distributed by the Energy Science
and Technology Software Center.
- -
+ -
For details see http://www.netlib.org/slatec/guide, Section 4
Files: Modules/ThirdParty/NrrdIO/src/NrrdIO*
Copyright: Copyright (C) 2013, 2012, 2011, 2010, 2009 University of Chicago
Copyright (C) 2008, 2007, 2006, 2005 Gordon Kindlmann
Copyright (C) 2004, 2003, 2002, 2001, 2000, 1999, 1998 University of Utah
-License: BSD-3-clause-alike-NrrdIO
+License: BSD-3-clause-alike-NrrdIO
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any
damages arising from the use of this software.
@@ -214,7 +214,7 @@ License: BSD-3-clause-VXL
OF THE POSSIBILITY OF SUCH DAMAGE.
Files: Modules/ThirdParty/VNL/src/vxl/v3p/netlib/*
-License: netlib-blas
+License: netlib-blas
The reference BLAS is a freely-available software package. It is
available from netlib via anonymous ftp and the World Wide Web.
Thus, it can be included in commercial software packages (and has been)..
@@ -225,18 +225,18 @@ License: netlib-blas
.
* If you modify the source for these routines we ask that you change the
name of the routine and comment the changes made to the original.
- .
+ .
* We will gladly answer any questions regarding the software. If a modification
is done, however, it is the responsibility of the person who modified the routine
- to provide support. (http://www.netlib.org/blas/)
+ to provide support. (http://www.netlib.org/blas/)
Files: Modules/ThirdParty/VNL/src/vxl/v3p/netlib/triangle.*
-Copyright:
+Copyright:
Copyright 1993, 1995, 1997, 1998, 2002, 2005
Jonathan Richard Shewchuk, 2360 Woolsey #H
Berkeley, California 94705-1927
jrs at cs.berkeley.edu
-License: netlib-trinagle
+License: netlib-trinagle
This program may be freely redistributed under the condition that the
copyright notices (including this entire header and the copyright
notice printed when the `-h' switch is selected) are not removed, and
@@ -248,7 +248,7 @@ License: netlib-trinagle
NOTICE IS GIVEN OF THE MODIFICATIONS. Distribution of this code as
part of a commercial system is permissible ONLY BY DIRECT ARRANGEMENT
WITH THE AUTHOR. (If you are not directly supplying this code to a
- customer, and you are instead telling them how they can obtain it for
+ customer, and you are instead telling them how they can obtain it for
free, then you are not required to make any arrangement with me.)
Files: Modules/ThirdParty/VNL/src/vxl/vcl/internal/vcl_atomic_count_gcc.h
@@ -256,7 +256,7 @@ Copyright:
Copyright (c) 2001, 2002 Peter Dimov and Multi Media Ltd.
Copyright (c) 2002 Lars Gullik Bjonnes <larsbj at lyx.org>
Copyright 2003-2005 Peter Dimov
-License: BSL-1.0
+License: BSL-1.0
Files:
Modules/ThirdParty/VNL/src/vxl/vcl/internal/vcl_atomic_count_pthreads.h
@@ -280,18 +280,18 @@ License: BSL-1.0
Files: Modules/ThirdParty/VNL/src/vxl/vcl/internal/vcl_atomic_count_win32.h
Copyright: Copyright (c) 2001-2005 Peter Dimov
-License: BSL-1.0
+License: BSL-1.0
Files: CMake/TopologicalSort.cmake
Copyright: 2010 Kitware, Inc.
2007 Douglas Gregor <doug.gregor at gmail.com>
2007 Troy Straszheim
-License: BSL-1.0
+License: BSL-1.0
Files: CMake/CppcheckTargets.cmake
CMake/Findcppcheck.cmake
Copyright: Iowa State University 2009-2010.
-License: BSL-1.0
+License: BSL-1.0
Files: CMake/ExternalData.cmake
CMake/FindGTest.cmake
View it on GitLab: https://salsa.debian.org/med-team/insighttoolkit/-/compare/79babb69784722c3ac1a7d9790389f31f57a8019...522e5e0208fa76bfb62814e5e0ff418c055e5c3a
--
View it on GitLab: https://salsa.debian.org/med-team/insighttoolkit/-/compare/79babb69784722c3ac1a7d9790389f31f57a8019...522e5e0208fa76bfb62814e5e0ff418c055e5c3a
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/20220122/f24b04b8/attachment-0001.htm>
More information about the debian-med-commit
mailing list