Skip to content
Commits on Source (2)
dcmtk (3.6.3-1~exp2) UNRELEASED; urgency=medium
* Move source package lintian overrides to debian/source.
* Trim trailing whitespace.
-- Jelmer Vernooij <jelmer@debian.org> Mon, 08 Oct 2018 21:49:33 +0100
dcmtk (3.6.3-1~exp1) experimental; urgency=medium
* d/* correct by running 'git fix dpkg'
......@@ -39,7 +46,7 @@ dcmtk (3.6.2-1~exp1) experimental; urgency=medium
* Update d/watch
* New upstream version 3.6.2 Closes: #868867
* d/p/* refresh patches
* drop d/p/09_ because it was applied upstream
* drop d/p/09_ because it was applied upstream
* s/* update SO version
* d/copyright: add new files to copyright
* d/rules: drop more test programs and add manpage for msgserv
......@@ -50,12 +57,12 @@ dcmtk (3.6.2-1~exp1) experimental; urgency=medium
dcmtk (3.6.1~20170228-2) unstable; urgency=medium
* d/p/09: Improve numerical stability by rounding the time to
* d/p/09: Improve numerical stability by rounding the time to
the six decimal digits supported by dicom. Closes: #859204
#865452
* d/control: Correct dependency on libssl-dev for libdcmtk-dev
* d/control: Update standards version (no action needed)
* d/control: cme fix dpkg-control
* d/control: Update standards version (no action needed)
* d/control: cme fix dpkg-control
-- Gert Wollny <gewo@debian.org> Thu, 22 Jun 2017 07:55:04 +0000
......@@ -90,12 +97,12 @@ dcmtk (3.6.1~20170228-1~exp1) experimental; urgency=medium
dcmtk (3.6.1~20160216-2) unstable; urgency=medium
* d/p/08: remove SYSTEM_PROCESSOR usage for reproducible builds
* d/p/08: remove SYSTEM_PROCESSOR usage for reproducible builds
* d/p/09: add patch to enable compileing against openssl-1.1
Closes: #828281
* d/p/04: update patch to remove duplicate entries
* d/rules: add hardening flags
* d/control: change conflict with libinsighttoolkit4-dev to breaks
* d/rules: add hardening flags
* d/control: change conflict with libinsighttoolkit4-dev to breaks
-- Gert Wollny <gw.fossdev@gmail.com> Sun, 03 Jul 2016 13:58:34 +0000
......@@ -137,16 +144,16 @@ dcmtk (3.6.1~20150924-4) unstable; urgency=medium
dcmtk (3.6.1~20150924-2) unstable; urgency=medium
* Update internal use of DCMDICT path Closes: #807691
* Correct Apache-2.0 copyright
* Correct Apache-2.0 copyright
-- Gert Wollny <gw.fossdev@gmail.com> Fri, 11 Dec 2015 17:42:45 +0100
dcmtk (3.6.1~20150924-1) unstable; urgency=medium
* New upstream version
* New upstream version
* Move vcs to git
* Remove dcmtk-www, because it is no longer provided by upstream
* Because of ABI change rename library package to libdcmtk5
* Because of ABI change rename library package to libdcmtk5
* Add libcharls-dev to libdcmtk-dev dependencies (reason: see below)
-- Gert Wollny <gw.fossdev@gmail.com> Tue, 01 Dec 2015 02:46:03 +0100
......@@ -167,18 +174,18 @@ dcmtk (3.6.1~20150629-6) unstable; urgency=medium
dcmtk (3.6.1~20150629-5) unstable; urgency=medium
* d/control: Add conflict/replace for libdcmtk4-dev
* d/control: Add conflict/replace for libdcmtk4-dev
-- Gert Wollny <gw.fossdev@gmail.com> Thu, 12 Nov 2015 13:30:12 +0100
dcmtk (3.6.1~20150629-4) unstable; urgency=medium
* Add patch soversion_abi.patch to change not only the library file
name but also in the cmake related files.
* Add patch dont_export.. to not export all executables for cmake
* Add patch soversion_abi.patch to change not only the library file
name but also in the cmake related files.
* Add patch dont_export.. to not export all executables for cmake
Closes: #803304
* d/rules: remove code to add abi-suffix to libraries on install
* Add Gert Wollny to uploaders
* d/rules: remove code to add abi-suffix to libraries on install
* Add Gert Wollny to uploaders
-- Gert Wollny <gw.fossdev@gmail.com> Thu, 29 Oct 2015 11:51:54 +0100
......@@ -507,7 +514,7 @@ dcmtk (3.5.4-4) unstable; urgency=low
Closes: #553495
[Mathieu Malaterre]
* debian/rules would not honor DEB_BUILD_OPTIONS=nostrip, since
* debian/rules would not honor DEB_BUILD_OPTIONS=nostrip, since
original Makefiles would hardcode call to `strip` directly
instead rely on dh_strip instead and remove direct call to
`strip` from Makefiles.
......@@ -520,7 +527,7 @@ dcmtk (3.5.4-3) unstable; urgency=low
* debian/control: Update standards-version to 3.7.2
* debian/dcmqrscp.init: Add LSB keyword section
* dcmnet/apps/{findscu,movescu}.cc: Apply patches in order
to fix --add-override-key bug (reported by Mike Miller
to fix --add-override-key bug (reported by Mike Miller
<mmiller3@iupui.edu>)
Closes: #429041
* debian/dcmtk.prerm: Stop dcmqrscp/imagectn more sanely
......@@ -531,7 +538,7 @@ dcmtk (3.5.4-3) unstable; urgency=low
dcmtk (3.5.4-2) unstable; urgency=low
* debian/control: Added build dependency on autotools-dev
* debian/rules: Modified clean target to put config.{sub,guess} below ./config
* debian/rules: Modified clean target to put config.{sub,guess} below ./config
* dcmdata/libsrc/Makefile.in: Modified distclean target to delete dicom.tmp as well
* debian/rules: Fixed installation path for include files
* debian/dcmtk.postinst: Fixed add{user,group} options to reveal possible error msgs
......@@ -558,7 +565,7 @@ dcmtk (3.5.4-1) unstable; urgency=low
* New upstream release
* debian/dcmtk.NEWS: Added
* debian/copyright: Updated according to upstream's COPYRIGHT file
* debian/control: Unversioned build-dependency on libssl (now uses
* debian/control: Unversioned build-dependency on libssl (now uses
OPENSSL_VERSION_NUMBER macro)
* debian/rules: Incremented SONAME version number (DcmFileFormat::loadFile changed)
* debian/rules: Changed dh_installinit --name argument to dcmqrscp
......@@ -585,11 +592,11 @@ dcmtk (3.5.4-1) unstable; urgency=low
dcmtk (3.5.3-5) unstable; urgency=low
* ./dcmsign/libsrc/sicert.cc: Constified d2i_X509 argument to fix build
* ./dcmsign/libsrc/sicert.cc: Constified d2i_X509 argument to fix build
problems with libssl-0.9.8
Closes: #335399
* debian/control: Versioned build-depend on libssl (>= 0.9.8-1)
* ./dcmnet/etc/storescp.cfg: Added missing Verification SOP Class
* ./dcmnet/etc/storescp.cfg: Added missing Verification SOP Class
-- Juergen Salk <juergen.salk@gmx.de> Mon, 24 Oct 2005 20:16:56 +0000
......@@ -600,7 +607,7 @@ dcmtk (3.5.3-4) unstable; urgency=low
* debian/{control,rules}: Renamed libdcmtk0 to libdcmtk0c2 (gcc/g++-4.0 transition)
* debian/control: Added Conflicts/Replaces with previous non-c2 version
* config/{configure.in,aclocal.m4,include/cfunix.h.in},
ofstd/libsrc/ofthread.cc: Backport HAVE_POINTER_TYPE_PTHREAD_T patch
ofstd/libsrc/ofthread.cc: Backport HAVE_POINTER_TYPE_PTHREAD_T patch
from CVS version to fix build problems with gcc/g++-4.0
-- Juergen Salk <juergen.salk@gmx.de> Sun, 22 May 2005 22:02:31 +0200
......@@ -611,7 +618,7 @@ dcmtk (3.5.3-3) unstable; urgency=low
(suggested by Marc 'HE' Brockschmidt <he@debian.org>)
* debian/rules: Introduced {build,install}-{indep,arch} targets
* debian/rules: Removed unneeded dh_* calls from binary-arch target
* Removed stale debian/*.install files
* Removed stale debian/*.install files
-- Juergen Salk <juergen.salk@gmx.de> Mon, 25 Apr 2005 20:13:09 +0200
......@@ -621,10 +628,10 @@ dcmtk (3.5.3-2) unstable; urgency=medium
* Modified imagectn.cfg to reflect imagectn patch
* Modified debian/rules to create imagectn storage area
* Updated imagectn/docs/ctnconf.txt
* Fixed parser bug in CNF_readConfigLines()
* Fixed parser bug in CNF_readConfigLines()
(reported by R.M. Rutschmann <Roland.Rutschmann@psychologie.uni-regensburg.de>)
* Added debian/dcmtk.postinst script to create dcmtk system user/group
* Added debian/imagectn.init and debian/imagectn.default
* Added debian/imagectn.init and debian/imagectn.default
(suggested by R.M. Rutschmann <Roland.Rutschmann@psychologie.uni-regensburg.de>)
* Updated debian/README.Debian
* Removed stale lintian override file
......
Source: dcmtk
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>,
Gert Wollny <gewo@debian.org>
Gert Wollny <gewo@debian.org>
Section: science
Priority: optional
Build-Depends: cmake,
......