Author: malat-guest Date: 2011-11-23 16:03:26 +0000 (Wed, 23 Nov 2011) New Revision: 8661
Added: trunk/packages/dcmtk/tags/3.6.0-9/ trunk/packages/dcmtk/tags/3.6.0-9/debian/changelog trunk/packages/dcmtk/tags/3.6.0-9/debian/control Removed: trunk/packages/dcmtk/tags/3.6.0-9/debian/changelog trunk/packages/dcmtk/tags/3.6.0-9/debian/control Log: [svn-buildpackage] Tagging dcmtk 3.6.0-9 Deleted: trunk/packages/dcmtk/tags/3.6.0-9/debian/changelog =================================================================== --- trunk/packages/dcmtk/trunk/debian/changelog 2011-11-23 15:14:26 UTC (rev 8659) +++ trunk/packages/dcmtk/tags/3.6.0-9/debian/changelog 2011-11-23 16:03:26 UTC (rev 8661) @@ -1,280 +0,0 @@ -dcmtk (3.6.0-9) UNRELEASED; urgency=low - - * Remove dot wrapper, not required anymore. - * Generate doc using svg instead of png to save disk space - * Fix compilation. Thanks to Bhavani Shankar. Closes: #646316 - - -- Mathieu Malaterre <[email protected]> Wed, 23 Nov 2011 15:54:51 +0100 - -dcmtk (3.6.0-8) unstable; urgency=low - - * Adding a storescp daemon - * Remove convenient copy of CharLS. Closes: #631100 - - -- Mathieu Malaterre <[email protected]> Tue, 19 Jul 2011 17:08:19 +0200 - -dcmtk (3.6.0-7) unstable; urgency=low - - * Add a patch (from current git/master) to fix a regression. Closes: #630781 - * Another fix to remove symlink only if exists - * Remove deprecated lintian override - - -- Mathieu Malaterre <[email protected]> Fri, 17 Jun 2011 14:43:37 +0200 - -dcmtk (3.6.0-6) unstable; urgency=low - - * Make sure OFFIS_DCMTK_VERSION_NUMBER is really a number. Closes: #628168 - * Update Standard Version to 3.9.2. No changes needed - * Fix some lintian errors in control file - * Fix piuparts reports on remaining dcmtk apache configuration file - - -- Mathieu Malaterre <[email protected]> Tue, 31 May 2011 23:28:12 +0200 - -dcmtk (3.6.0-5) unstable; urgency=low - - * Fix invalid dep. to apache with apache2 - * Remove explicit `invoke-rc.d dcmqrscp stop` since it makes package - un-removable. Let dh_installinit handles it - - -- Mathieu Malaterre <[email protected]> Mon, 28 Mar 2011 15:33:06 +0200 - -dcmtk (3.6.0-4) unstable; urgency=low - - * new release fixes segfault. Closes: #615977 - * Update README. Closes: #618686 - * 3.6.0 is already packaged. Closes: #610855 - * Update postrm script. Closes: #618688 - - -- Mathieu Malaterre <[email protected]> Thu, 17 Mar 2011 17:32:48 +0100 - -dcmtk (3.6.0-3) unstable; urgency=low - - * Properly conflict with dcmtk 3.5.4 and libdcmtk2 - * Remove reference to issue with UNIX FHS - - -- Mathieu Malaterre <[email protected]> Tue, 08 Mar 2011 17:14:24 +0100 - -dcmtk (3.6.0-2) experimental; urgency=low - - * Update copyright to reflects 3.6.0 changes - * Update dcmtk.NEWS to reflects 3.6.0 news - * Minor update to dcmtk.README.Debian for build instructions - * Minor cosmetic changes to the patch series - - -- Mathieu Malaterre <[email protected]> Tue, 08 Feb 2011 19:20:13 +0100 - -dcmtk (3.6.0-1) experimental; urgency=low - - [ Mathieu Malaterre ] - * New upstream: 3.6.0 - * Update SONAME to 2.0.0 because of change in log4cplus::Logger::addAppender - * Fix lintian errors on misc:Depends - * Fix lintian errors on init.d script - * Add a patch to link wth png/tiff libraries - * Update perl path patch - * debian/control: Update standards-version to 3.9.1 - * Fix new naming convention for this release - * Add get-orig-source target in rules file - * Fix CHANGES numbering into something more flexible for later revs. - * Move *.dic file to the libdcmtk2 package - * Switch to dpkg-source 3.0 (quilt) format - - [ Andreas Tille ] - * make sure *.dic file shwo up only in libdcmtk2 package - * Add -f to rm statement in clean target - - -- Andreas Tille <[email protected]> Fri, 04 Feb 2011 22:24:40 +0100 - -dcmtk (3.5.4-4) unstable; urgency=low - - [Andreas Tille] - * Group maintenance according to Debian Med group policy - * Added myself as Uploader - * VCS fields - * Standards-Version: 3.8.3 (Added README.source) - * debhelper >= 7 - * Add passive mode to watch file - * make use of dh_install - * debian/patches/05_no_www_docs.patch: Just do not install those - files we do not need in the docs of the package in the first - place instead of removing them later - * Removed some lintian warnings - * debian/patches/06_old_patches_from_diff_gz.patch: Move changes - from diff.gz to quilt patches - * Remove unused config files from previous versions according to - http://wiki.debian.org/DpkgConffileHandling - (The former handling in preinst triggered a lintian error) - * debian/dcmtk.NEWS: Reformating according to developers reference - 6.3.4. Supplementing changelogs with NEWS.Debian files - * debian/{01_buildsystem_changes,01_fix_perl_script_path,02_dcmtk_3.5.4-3}.patch - split up patches of former maintainer into maintainable pieces - * Build-Depends: graphviz - * debian/dot: Hack to enable png:gd graphics in doxygen which was - told to be more compact and readable. The hack contains also - working code to create SVG, but I failed to patch the HTML files - to render SVG files - * debian/libdcmtk1.lintian-overrides: we bundle more than - one library in this package so the warning is void - * debian/rules: Try to make backups of original files in config - but failed for two remaining files (no idea why) - * Move all files of dcmtk-www to /usr/lib/dcmtk/cgi-bin and - provide apache configuration which enable easy access via - http://localhost/dcmtk_wlm/ - Closes: #553495 - - [Mathieu Malaterre] - * 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. - Closes: #511668, #436758 - - -- Andreas Tille <[email protected]> Wed, 02 Dec 2009 09:54:56 +0100 - -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 - <[email protected]>) - Closes: #429041 - * debian/dcmtk.prerm: Stop dcmqrscp/imagectn more sanely - * debian/control: Replace ${Source-Version} by ${binary:Version} - - -- Juergen Salk <[email protected]> Sun, 22 Jul 2007 20:41:22 +0200 - -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 - * 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 - (reported by Lars Wirzenius <[email protected]>) - Closes: #353288 - * debian/control: Removed 'Uploaders: field. - | From: Pablo Sau <[email protected]> - | Subject: Re: dcmtk - | Date: Thu, 19 Jan 2006 16:41:06 +0100 - | To: Juergen Salk <[email protected]> - | Hi Juergen: - | > I am still keeping you as an active co-maintainer for the Debian - | > dcmtk packages in the debian/control file. Would you mind, if I - | > drop your name from the control file in one of the next releases? - | > - | Of course, you must do it! - | Thanks for your support of dcmtk and best regards. - | Pablo - - -- Juergen Salk <[email protected]> Sun, 15 Jan 2006 17:31:38 +0000 - -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 - OPENSSL_VERSION_NUMBER macro) - * debian/rules: Incremented SONAME version number (DcmFileFormat::loadFile changed) - * debian/rules: Changed dh_installinit --name argument to dcmqrscp - * debian/README.debian: Updated to reflect imagectn -> dcmqrscp transition - * debian/dcmtk.postinst: Added code for imagectn -> dcmqrscp transition - * debian/dcmtk.preinst: Created to handle imagectn -> dcmqrscp transition - * debian/dcmtk.postrm: Created to handle imagectn -> dcmqrscp transition - * debian/imagectn.init: Replaced by dcmqrscp.init - * debian/imagectn.default: Replaced by dcmqrscp.default - * debian/dcmtk.postinst: Added code to handle dcmtk user/group creation more sanely - * debian/control: Adjusted 'Maintainer:' field - * config/Makefile.def: Adjusted datadir and docdir - * dcmdata/libsrc/Makefile.in: Fixed bug for dicom.dic installation path - * dcmdata/apps/Makefile.in: Adjusted dcm2xml.dtd and dumppat.txt install paths - * dcmsr/apps/Makefile.in: Adjusted dsr2xml.xsd install path - * dcmwlm/perl/*.p[lh]: Adjusted perl hashbangs in CGI scripts - * dcmwlm/perl/prefs.ph: Adjusted cgi_path, html_path and data_path - * dcmqrdb/etc/dcmqrscp.cfg: Added UserName/GroupName config parameters - * dcmqrdb/etc/dcmqrscp.cfg: Commented out and adjusted example configuration - * dcmqrdb/docs/dcmqrcnf.txt: Adjusted UserName/GroupName examples - * dcmwlm/wlistdb/OFFIS: Added newline to prevent lintian "zero-bye" warning - - -- Juergen Salk <[email protected]> Tue, 20 Dec 2005 20:29:15 +0000 - -dcmtk (3.5.3-5) unstable; urgency=low - - * ./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 - - -- Juergen Salk <[email protected]> Mon, 24 Oct 2005 20:16:56 +0000 - -dcmtk (3.5.3-4) unstable; urgency=low - - * debian/control: Added dependency on adduser for dcmtk package - * debian/control: Update Standards-Version to 3.6.2 - * 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 - from CVS version to fix build problems with gcc/g++-4.0 - - -- Juergen Salk <[email protected]> Sun, 22 May 2005 22:02:31 +0200 - -dcmtk (3.5.3-3) unstable; urgency=low - - * debian/rules: Utilized binary-indep target for -doc package - (suggested by Marc 'HE' Brockschmidt <[email protected]>) - * debian/rules: Introduced {build,install}-{indep,arch} targets - * debian/rules: Removed unneeded dh_* calls from binary-arch target - * Removed stale debian/*.install files - - -- Juergen Salk <[email protected]> Mon, 25 Apr 2005 20:13:09 +0200 - -dcmtk (3.5.3-2) unstable; urgency=medium - - * Added imagectn UserName/GroupName security patch - * 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() - (reported by R.M. Rutschmann <[email protected]>) - * Added debian/dcmtk.postinst script to create dcmtk system user/group - * Added debian/imagectn.init and debian/imagectn.default - (suggested by R.M. Rutschmann <[email protected]>) - * Updated debian/README.Debian - * Removed stale lintian override file - * Swapped 'Maintainer:' and 'Uploaders:' field - | From: Pablo Sau <[email protected]> - | Subject: Re: New (inofficial) dcmtk packages available - | Date: Thu, 31 Mar 2005 16:44:50 +0200 - | > >> Why is Juergen "not official"? - | > > Historical reasons. It was Pablo who has filed the ITP for dcmtk - | > > initially. That's why we assigned maintainership to him for the - | > > first release. - | > If I understand Pablo right than he agreed that you will be put - | > in the Maintainer field. Pablo, correct me if I'm wrong. - | Yes of course,I filed the ITP for dcmtk initially but absolutely all - | work has been made by Juergen, so I think he must to be in the - | Maintainer field. - | Thanks Juergen for your great work and best regards to all of you. - - -- Juergen Salk <[email protected]> Sat, 19 Mar 2005 22:58:21 +0100 - -dcmtk (3.5.3-1) unstable; urgency=low - - * Initial Release. - Closes: #278914 - * Adjusted toplevel Makefile and config/Makefile.def.in to fix $DESTDIR problems - * Fixed bug in config/configure.in for DCM_DICT_DEFAULT_PATH - * Modified dcmdata/libsrc/Makefile.in to adjust dicom.dic install path - * Modified dcmdata/apps/Makefile.in to adjust dcm2xml.dtd and dumppat.txt install paths - * Modified dcmsr/apps/Makefile.in to adjust dsr2xml.xsd install path - * Modified dcmwlm/Makefile.in to prevent wwwapps from being installed in ${bindir}. - * Set GENERATE_HTMLHELP = NO in doxygen/htmldocs to avoid index.hh?.gz cruft - * Adjusted hashbangs in dcmwlm/perl CGI scripts - * Adjusted cgi_path, html_path and data_path in dcmwlm/perl/prefs.ph - * Added newline in dcmwlm/wlistdb/OFFIS to prevent lintian "zero-bye" warning - - -- Juergen Salk <[email protected]> Sat, 30 Oct 2004 11:02:48 +0200 - Copied: trunk/packages/dcmtk/tags/3.6.0-9/debian/changelog (from rev 8660, trunk/packages/dcmtk/trunk/debian/changelog) =================================================================== --- trunk/packages/dcmtk/tags/3.6.0-9/debian/changelog (rev 0) +++ trunk/packages/dcmtk/tags/3.6.0-9/debian/changelog 2011-11-23 16:03:26 UTC (rev 8661) @@ -0,0 +1,281 @@ +dcmtk (3.6.0-9) unstable; urgency=low + + * Remove dot wrapper, not required anymore. + * Generate doc using svg instead of png to save disk space + * Fix compilation. Thanks to Bhavani Shankar. Closes: #646316 + * Fix VCS URLs + + -- Mathieu Malaterre <[email protected]> Wed, 23 Nov 2011 16:31:18 +0100 + +dcmtk (3.6.0-8) unstable; urgency=low + + * Adding a storescp daemon + * Remove convenient copy of CharLS. Closes: #631100 + + -- Mathieu Malaterre <[email protected]> Tue, 19 Jul 2011 17:08:19 +0200 + +dcmtk (3.6.0-7) unstable; urgency=low + + * Add a patch (from current git/master) to fix a regression. Closes: #630781 + * Another fix to remove symlink only if exists + * Remove deprecated lintian override + + -- Mathieu Malaterre <[email protected]> Fri, 17 Jun 2011 14:43:37 +0200 + +dcmtk (3.6.0-6) unstable; urgency=low + + * Make sure OFFIS_DCMTK_VERSION_NUMBER is really a number. Closes: #628168 + * Update Standard Version to 3.9.2. No changes needed + * Fix some lintian errors in control file + * Fix piuparts reports on remaining dcmtk apache configuration file + + -- Mathieu Malaterre <[email protected]> Tue, 31 May 2011 23:28:12 +0200 + +dcmtk (3.6.0-5) unstable; urgency=low + + * Fix invalid dep. to apache with apache2 + * Remove explicit `invoke-rc.d dcmqrscp stop` since it makes package + un-removable. Let dh_installinit handles it + + -- Mathieu Malaterre <[email protected]> Mon, 28 Mar 2011 15:33:06 +0200 + +dcmtk (3.6.0-4) unstable; urgency=low + + * new release fixes segfault. Closes: #615977 + * Update README. Closes: #618686 + * 3.6.0 is already packaged. Closes: #610855 + * Update postrm script. Closes: #618688 + + -- Mathieu Malaterre <[email protected]> Thu, 17 Mar 2011 17:32:48 +0100 + +dcmtk (3.6.0-3) unstable; urgency=low + + * Properly conflict with dcmtk 3.5.4 and libdcmtk2 + * Remove reference to issue with UNIX FHS + + -- Mathieu Malaterre <[email protected]> Tue, 08 Mar 2011 17:14:24 +0100 + +dcmtk (3.6.0-2) experimental; urgency=low + + * Update copyright to reflects 3.6.0 changes + * Update dcmtk.NEWS to reflects 3.6.0 news + * Minor update to dcmtk.README.Debian for build instructions + * Minor cosmetic changes to the patch series + + -- Mathieu Malaterre <[email protected]> Tue, 08 Feb 2011 19:20:13 +0100 + +dcmtk (3.6.0-1) experimental; urgency=low + + [ Mathieu Malaterre ] + * New upstream: 3.6.0 + * Update SONAME to 2.0.0 because of change in log4cplus::Logger::addAppender + * Fix lintian errors on misc:Depends + * Fix lintian errors on init.d script + * Add a patch to link wth png/tiff libraries + * Update perl path patch + * debian/control: Update standards-version to 3.9.1 + * Fix new naming convention for this release + * Add get-orig-source target in rules file + * Fix CHANGES numbering into something more flexible for later revs. + * Move *.dic file to the libdcmtk2 package + * Switch to dpkg-source 3.0 (quilt) format + + [ Andreas Tille ] + * make sure *.dic file shwo up only in libdcmtk2 package + * Add -f to rm statement in clean target + + -- Andreas Tille <[email protected]> Fri, 04 Feb 2011 22:24:40 +0100 + +dcmtk (3.5.4-4) unstable; urgency=low + + [Andreas Tille] + * Group maintenance according to Debian Med group policy + * Added myself as Uploader + * VCS fields + * Standards-Version: 3.8.3 (Added README.source) + * debhelper >= 7 + * Add passive mode to watch file + * make use of dh_install + * debian/patches/05_no_www_docs.patch: Just do not install those + files we do not need in the docs of the package in the first + place instead of removing them later + * Removed some lintian warnings + * debian/patches/06_old_patches_from_diff_gz.patch: Move changes + from diff.gz to quilt patches + * Remove unused config files from previous versions according to + http://wiki.debian.org/DpkgConffileHandling + (The former handling in preinst triggered a lintian error) + * debian/dcmtk.NEWS: Reformating according to developers reference + 6.3.4. Supplementing changelogs with NEWS.Debian files + * debian/{01_buildsystem_changes,01_fix_perl_script_path,02_dcmtk_3.5.4-3}.patch + split up patches of former maintainer into maintainable pieces + * Build-Depends: graphviz + * debian/dot: Hack to enable png:gd graphics in doxygen which was + told to be more compact and readable. The hack contains also + working code to create SVG, but I failed to patch the HTML files + to render SVG files + * debian/libdcmtk1.lintian-overrides: we bundle more than + one library in this package so the warning is void + * debian/rules: Try to make backups of original files in config + but failed for two remaining files (no idea why) + * Move all files of dcmtk-www to /usr/lib/dcmtk/cgi-bin and + provide apache configuration which enable easy access via + http://localhost/dcmtk_wlm/ + Closes: #553495 + + [Mathieu Malaterre] + * 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. + Closes: #511668, #436758 + + -- Andreas Tille <[email protected]> Wed, 02 Dec 2009 09:54:56 +0100 + +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 + <[email protected]>) + Closes: #429041 + * debian/dcmtk.prerm: Stop dcmqrscp/imagectn more sanely + * debian/control: Replace ${Source-Version} by ${binary:Version} + + -- Juergen Salk <[email protected]> Sun, 22 Jul 2007 20:41:22 +0200 + +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 + * 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 + (reported by Lars Wirzenius <[email protected]>) + Closes: #353288 + * debian/control: Removed 'Uploaders: field. + | From: Pablo Sau <[email protected]> + | Subject: Re: dcmtk + | Date: Thu, 19 Jan 2006 16:41:06 +0100 + | To: Juergen Salk <[email protected]> + | Hi Juergen: + | > I am still keeping you as an active co-maintainer for the Debian + | > dcmtk packages in the debian/control file. Would you mind, if I + | > drop your name from the control file in one of the next releases? + | > + | Of course, you must do it! + | Thanks for your support of dcmtk and best regards. + | Pablo + + -- Juergen Salk <[email protected]> Sun, 15 Jan 2006 17:31:38 +0000 + +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 + OPENSSL_VERSION_NUMBER macro) + * debian/rules: Incremented SONAME version number (DcmFileFormat::loadFile changed) + * debian/rules: Changed dh_installinit --name argument to dcmqrscp + * debian/README.debian: Updated to reflect imagectn -> dcmqrscp transition + * debian/dcmtk.postinst: Added code for imagectn -> dcmqrscp transition + * debian/dcmtk.preinst: Created to handle imagectn -> dcmqrscp transition + * debian/dcmtk.postrm: Created to handle imagectn -> dcmqrscp transition + * debian/imagectn.init: Replaced by dcmqrscp.init + * debian/imagectn.default: Replaced by dcmqrscp.default + * debian/dcmtk.postinst: Added code to handle dcmtk user/group creation more sanely + * debian/control: Adjusted 'Maintainer:' field + * config/Makefile.def: Adjusted datadir and docdir + * dcmdata/libsrc/Makefile.in: Fixed bug for dicom.dic installation path + * dcmdata/apps/Makefile.in: Adjusted dcm2xml.dtd and dumppat.txt install paths + * dcmsr/apps/Makefile.in: Adjusted dsr2xml.xsd install path + * dcmwlm/perl/*.p[lh]: Adjusted perl hashbangs in CGI scripts + * dcmwlm/perl/prefs.ph: Adjusted cgi_path, html_path and data_path + * dcmqrdb/etc/dcmqrscp.cfg: Added UserName/GroupName config parameters + * dcmqrdb/etc/dcmqrscp.cfg: Commented out and adjusted example configuration + * dcmqrdb/docs/dcmqrcnf.txt: Adjusted UserName/GroupName examples + * dcmwlm/wlistdb/OFFIS: Added newline to prevent lintian "zero-bye" warning + + -- Juergen Salk <[email protected]> Tue, 20 Dec 2005 20:29:15 +0000 + +dcmtk (3.5.3-5) unstable; urgency=low + + * ./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 + + -- Juergen Salk <[email protected]> Mon, 24 Oct 2005 20:16:56 +0000 + +dcmtk (3.5.3-4) unstable; urgency=low + + * debian/control: Added dependency on adduser for dcmtk package + * debian/control: Update Standards-Version to 3.6.2 + * 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 + from CVS version to fix build problems with gcc/g++-4.0 + + -- Juergen Salk <[email protected]> Sun, 22 May 2005 22:02:31 +0200 + +dcmtk (3.5.3-3) unstable; urgency=low + + * debian/rules: Utilized binary-indep target for -doc package + (suggested by Marc 'HE' Brockschmidt <[email protected]>) + * debian/rules: Introduced {build,install}-{indep,arch} targets + * debian/rules: Removed unneeded dh_* calls from binary-arch target + * Removed stale debian/*.install files + + -- Juergen Salk <[email protected]> Mon, 25 Apr 2005 20:13:09 +0200 + +dcmtk (3.5.3-2) unstable; urgency=medium + + * Added imagectn UserName/GroupName security patch + * 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() + (reported by R.M. Rutschmann <[email protected]>) + * Added debian/dcmtk.postinst script to create dcmtk system user/group + * Added debian/imagectn.init and debian/imagectn.default + (suggested by R.M. Rutschmann <[email protected]>) + * Updated debian/README.Debian + * Removed stale lintian override file + * Swapped 'Maintainer:' and 'Uploaders:' field + | From: Pablo Sau <[email protected]> + | Subject: Re: New (inofficial) dcmtk packages available + | Date: Thu, 31 Mar 2005 16:44:50 +0200 + | > >> Why is Juergen "not official"? + | > > Historical reasons. It was Pablo who has filed the ITP for dcmtk + | > > initially. That's why we assigned maintainership to him for the + | > > first release. + | > If I understand Pablo right than he agreed that you will be put + | > in the Maintainer field. Pablo, correct me if I'm wrong. + | Yes of course,I filed the ITP for dcmtk initially but absolutely all + | work has been made by Juergen, so I think he must to be in the + | Maintainer field. + | Thanks Juergen for your great work and best regards to all of you. + + -- Juergen Salk <[email protected]> Sat, 19 Mar 2005 22:58:21 +0100 + +dcmtk (3.5.3-1) unstable; urgency=low + + * Initial Release. + Closes: #278914 + * Adjusted toplevel Makefile and config/Makefile.def.in to fix $DESTDIR problems + * Fixed bug in config/configure.in for DCM_DICT_DEFAULT_PATH + * Modified dcmdata/libsrc/Makefile.in to adjust dicom.dic install path + * Modified dcmdata/apps/Makefile.in to adjust dcm2xml.dtd and dumppat.txt install paths + * Modified dcmsr/apps/Makefile.in to adjust dsr2xml.xsd install path + * Modified dcmwlm/Makefile.in to prevent wwwapps from being installed in ${bindir}. + * Set GENERATE_HTMLHELP = NO in doxygen/htmldocs to avoid index.hh?.gz cruft + * Adjusted hashbangs in dcmwlm/perl CGI scripts + * Adjusted cgi_path, html_path and data_path in dcmwlm/perl/prefs.ph + * Added newline in dcmwlm/wlistdb/OFFIS to prevent lintian "zero-bye" warning + + -- Juergen Salk <[email protected]> Sat, 30 Oct 2004 11:02:48 +0200 + Deleted: trunk/packages/dcmtk/tags/3.6.0-9/debian/control =================================================================== --- trunk/packages/dcmtk/trunk/debian/control 2011-11-23 15:14:26 UTC (rev 8659) +++ trunk/packages/dcmtk/tags/3.6.0-9/debian/control 2011-11-23 16:03:26 UTC (rev 8661) @@ -1,91 +0,0 @@ -Source: dcmtk -Section: science -Priority: optional -Maintainer: Debian Med Packaging Team <[email protected]> -DM-Upload-Allowed: yes -Uploaders: Juergen Salk <[email protected]>, - Andreas Tille <[email protected]>, - Mathieu Malaterre <[email protected]> -Build-Depends: debhelper (>= 7), autoconf, autotools-dev, zlib1g-dev, libtiff4-dev, - libpng12-dev, libxml2-dev, libwrap0-dev, libssl-dev, doxygen, quilt, graphviz, libcharls-dev -Standards-Version: 3.9.2 -Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/dcmtk/trunk/?rev=0&sc=0 -Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/dcmtk/trunk/ -Homepage: http://dicom.offis.de/dcmtk - -Package: dcmtk -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, adduser (>=3.34) -Description: OFFIS DICOM toolkit command line utilities - DCMTK includes a collection of libraries and applications for examining, - constructing and converting DICOM image files, handling offline media, - sending and receiving images over a network connection, as well as - demonstrative image storage and worklist servers. - . - This package contains the DCMTK utility applications. - . - Note: This version was compiled with libssl support. - -Package: libdcmtk2 -Section: libs -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} -Conflicts: libdcmtk0, libdcmtk0c2, dcmtk (<< 3.6.0) -Replaces: libdcmtk0, libdcmtk0c2 -Description: OFFIS DICOM toolkit runtime libraries - DCMTK includes a collection of libraries and applications for examining, - constructing and converting DICOM image files, handling offline media, - sending and receiving images over a network connection, as well as - demonstrative image storage and worklist servers. - . - This package contains the runtime libraries for the DCMTK utility - applications. - . - Note: This version was compiled with libssl support. - -Package: libdcmtk2-dev -Section: libdevel -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libdcmtk2 (= ${binary:Version}) -Conflicts: libdcmtk0-dev, libdcmtk1-dev -Replaces: libdcmtk0-dev, libdcmtk1-dev -Suggests: dcmtk-doc -Description: OFFIS DICOM toolkit development libraries and headers - DCMTK includes a collection of libraries and applications for examining, - constructing and converting DICOM image files, handling offline media, - sending and receiving images over a network connection, as well as - demonstrative image storage and worklist servers. - . - This package contains development libraries and headers for DCMTK. You - only need to install this if you are developing programs that use the - DCMTK libraries. - . - Note: This version was compiled with libssl support. - -Package: dcmtk-www -Section: web -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, dcmtk, apache2 | httpd, ${perl:Depends} -Description: OFFIS DICOM toolkit worklist www server application - DCMTK includes a collection of libraries and applications for examining, - constructing and converting DICOM image files, handling offline media, - sending and receiving images over a network connection, as well as - demonstrative image storage and worklist servers. - . - This package contains the DICOM basic worklist management web server - application. You only need to install this if you want to manage worklist - entries using a web browser. - -Package: dcmtk-doc -Section: doc -Architecture: all -Depends: ${misc:Depends} -Suggests: dcmtk, libdcmtk2-dev -Description: OFFIS DICOM toolkit documentation - DCMTK includes a collection of libraries and applications for examining, - constructing and converting DICOM image files, handling offline media, - sending and receiving images over a network connection, as well as - demonstrative image storage and worklist servers. - . - This package contains the on-line documentation for the DCMTK libraries - and utilities in HTML format. Copied: trunk/packages/dcmtk/tags/3.6.0-9/debian/control (from rev 8660, trunk/packages/dcmtk/trunk/debian/control) =================================================================== --- trunk/packages/dcmtk/tags/3.6.0-9/debian/control (rev 0) +++ trunk/packages/dcmtk/tags/3.6.0-9/debian/control 2011-11-23 16:03:26 UTC (rev 8661) @@ -0,0 +1,91 @@ +Source: dcmtk +Section: science +Priority: optional +Maintainer: Debian Med Packaging Team <[email protected]> +DM-Upload-Allowed: yes +Uploaders: Juergen Salk <[email protected]>, + Andreas Tille <[email protected]>, + Mathieu Malaterre <[email protected]> +Build-Depends: debhelper (>= 7), autoconf, autotools-dev, zlib1g-dev, libtiff4-dev, + libpng12-dev, libxml2-dev, libwrap0-dev, libssl-dev, doxygen (>= 1.7.4), quilt, graphviz, libcharls-dev +Standards-Version: 3.9.2 +Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/dcmtk/trunk/ +Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/dcmtk/trunk/ +Homepage: http://dicom.offis.de/dcmtk + +Package: dcmtk +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, adduser (>=3.34) +Description: OFFIS DICOM toolkit command line utilities + DCMTK includes a collection of libraries and applications for examining, + constructing and converting DICOM image files, handling offline media, + sending and receiving images over a network connection, as well as + demonstrative image storage and worklist servers. + . + This package contains the DCMTK utility applications. + . + Note: This version was compiled with libssl support. + +Package: libdcmtk2 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Conflicts: libdcmtk0, libdcmtk0c2, dcmtk (<< 3.6.0) +Replaces: libdcmtk0, libdcmtk0c2 +Description: OFFIS DICOM toolkit runtime libraries + DCMTK includes a collection of libraries and applications for examining, + constructing and converting DICOM image files, handling offline media, + sending and receiving images over a network connection, as well as + demonstrative image storage and worklist servers. + . + This package contains the runtime libraries for the DCMTK utility + applications. + . + Note: This version was compiled with libssl support. + +Package: libdcmtk2-dev +Section: libdevel +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, libdcmtk2 (= ${binary:Version}) +Conflicts: libdcmtk0-dev, libdcmtk1-dev +Replaces: libdcmtk0-dev, libdcmtk1-dev +Suggests: dcmtk-doc +Description: OFFIS DICOM toolkit development libraries and headers + DCMTK includes a collection of libraries and applications for examining, + constructing and converting DICOM image files, handling offline media, + sending and receiving images over a network connection, as well as + demonstrative image storage and worklist servers. + . + This package contains development libraries and headers for DCMTK. You + only need to install this if you are developing programs that use the + DCMTK libraries. + . + Note: This version was compiled with libssl support. + +Package: dcmtk-www +Section: web +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, dcmtk, apache2 | httpd, ${perl:Depends} +Description: OFFIS DICOM toolkit worklist www server application + DCMTK includes a collection of libraries and applications for examining, + constructing and converting DICOM image files, handling offline media, + sending and receiving images over a network connection, as well as + demonstrative image storage and worklist servers. + . + This package contains the DICOM basic worklist management web server + application. You only need to install this if you want to manage worklist + entries using a web browser. + +Package: dcmtk-doc +Section: doc +Architecture: all +Depends: ${misc:Depends} +Suggests: dcmtk, libdcmtk2-dev +Description: OFFIS DICOM toolkit documentation + DCMTK includes a collection of libraries and applications for examining, + constructing and converting DICOM image files, handling offline media, + sending and receiving images over a network connection, as well as + demonstrative image storage and worklist servers. + . + This package contains the on-line documentation for the DCMTK libraries + and utilities in HTML format. _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
