Author: malat-guest Date: 2011-03-17 16:40:46 +0000 (Thu, 17 Mar 2011) New Revision: 6281
Modified: trunk/packages/dcmtk/trunk/debian/changelog trunk/packages/dcmtk/trunk/debian/dcmtk-www.README.Debian trunk/packages/dcmtk/trunk/debian/dcmtk.postrm Log: Update to fix somes bugs Modified: trunk/packages/dcmtk/trunk/debian/changelog =================================================================== --- trunk/packages/dcmtk/trunk/debian/changelog 2011-03-17 13:03:41 UTC (rev 6280) +++ trunk/packages/dcmtk/trunk/debian/changelog 2011-03-17 16:40:46 UTC (rev 6281) @@ -1,3 +1,12 @@ +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 Modified: trunk/packages/dcmtk/trunk/debian/dcmtk-www.README.Debian =================================================================== --- trunk/packages/dcmtk/trunk/debian/dcmtk-www.README.Debian 2011-03-17 13:03:41 UTC (rev 6280) +++ trunk/packages/dcmtk/trunk/debian/dcmtk-www.README.Debian 2011-03-17 16:40:46 UTC (rev 6281) @@ -6,8 +6,4 @@ Hint: Apache is configured in this way that you can either point your browser to - http://localhost/cgi-bin/dcmtk_wlm/main.pl - - or - - http://localhost/dcmtk_wlm/main.pl + http://localhost/dcmtk/main.pl Modified: trunk/packages/dcmtk/trunk/debian/dcmtk.postrm =================================================================== --- trunk/packages/dcmtk/trunk/debian/dcmtk.postrm 2011-03-17 13:03:41 UTC (rev 6280) +++ trunk/packages/dcmtk/trunk/debian/dcmtk.postrm 2011-03-17 16:40:46 UTC (rev 6281) @@ -6,6 +6,11 @@ if [ "$1" = "purge" ] ; then + if [ -d /var/lib/dcmtk/db ]; then + rm -f /var/lib/dcmtk/db + rmdir /var/lib/dcmtk + fi + if [ -e /etc/default/imagectn.dpkg-old ]; then rm -f /etc/default/imagectn.dpkg-old fi _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
