Author: malat-guest Date: 2011-04-03 17:23:11 +0000 (Sun, 03 Apr 2011) New Revision: 6444
Modified: trunk/packages/dcmtk/trunk/debian/changelog trunk/packages/dcmtk/trunk/debian/dcmtk.prerm Log: Make package removable. Modified: trunk/packages/dcmtk/trunk/debian/changelog =================================================================== --- trunk/packages/dcmtk/trunk/debian/changelog 2011-04-03 16:29:07 UTC (rev 6443) +++ trunk/packages/dcmtk/trunk/debian/changelog 2011-04-03 17:23:11 UTC (rev 6444) @@ -1,6 +1,8 @@ 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 Modified: trunk/packages/dcmtk/trunk/debian/dcmtk.prerm =================================================================== --- trunk/packages/dcmtk/trunk/debian/dcmtk.prerm 2011-04-03 16:29:07 UTC (rev 6443) +++ trunk/packages/dcmtk/trunk/debian/dcmtk.prerm 2011-04-03 17:23:11 UTC (rev 6444) @@ -10,14 +10,6 @@ fi fi -if [ -x "/etc/init.d/dcmqrscp" ]; then - if [ -x /usr/sbin/invoke-rc.d ]; then - invoke-rc.d --quiet dcmqrscp stop - else - /etc/init.d/dcmqrscp stop - fi -fi - #DEBHELPER# exit 0 _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
