Author: malat-guest Date: 2011-05-31 21:29:03 +0000 (Tue, 31 May 2011) New Revision: 6900
Modified: trunk/packages/dcmtk/trunk/debian/changelog trunk/packages/dcmtk/trunk/debian/dcmtk-www.postrm Log: update for piuparts Modified: trunk/packages/dcmtk/trunk/debian/changelog =================================================================== --- trunk/packages/dcmtk/trunk/debian/changelog 2011-05-31 18:13:10 UTC (rev 6899) +++ trunk/packages/dcmtk/trunk/debian/changelog 2011-05-31 21:29:03 UTC (rev 6900) @@ -3,8 +3,9 @@ * 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 09:37:28 +0200 + -- Mathieu Malaterre <[email protected]> Tue, 31 May 2011 23:28:12 +0200 dcmtk (3.6.0-5) unstable; urgency=low Modified: trunk/packages/dcmtk/trunk/debian/dcmtk-www.postrm =================================================================== --- trunk/packages/dcmtk/trunk/debian/dcmtk-www.postrm 2011-05-31 18:13:10 UTC (rev 6899) +++ trunk/packages/dcmtk/trunk/debian/dcmtk-www.postrm 2011-05-31 21:29:03 UTC (rev 6900) @@ -4,7 +4,10 @@ set -e case "$1" in - purge|remove|upgrade) + purge|remove) + unlink /etc/apache2/conf.d/dcmtk + ;; + upgrade) # Restart Apache to register configuration for dcmtk if apache2ctl configtest 2>/dev/null; then if [ -x /usr/sbin/invoke-rc.d ]; then _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
