Author: malat-guest Date: 2012-03-06 22:03:59 +0000 (Tue, 06 Mar 2012) New Revision: 9906
Modified: trunk/packages/dcmtk/trunk/debian/changelog trunk/packages/dcmtk/trunk/debian/dcmtk.postrm trunk/packages/dcmtk/trunk/debian/dcmtk.prerm Log: Finish up packaging Modified: trunk/packages/dcmtk/trunk/debian/changelog =================================================================== --- trunk/packages/dcmtk/trunk/debian/changelog 2012-03-06 21:57:19 UTC (rev 9905) +++ trunk/packages/dcmtk/trunk/debian/changelog 2012-03-06 22:03:59 UTC (rev 9906) @@ -1,4 +1,4 @@ -dcmtk (3.6.0-10) UNRELEASED; urgency=low +dcmtk (3.6.0-10) unstable; urgency=low [ Andreas Tille ] * debian/dcmtk.prerm: when purging dirs in /var/lib need to be @@ -9,7 +9,7 @@ * Use libtiff-dev for transition to tiff5 * Bump Std-Vers to 3.9.3. No changes needed - -- Andreas Tille <[email protected]> Sun, 04 Dec 2011 12:57:30 +0100 + -- Mathieu Malaterre <[email protected]> Tue, 06 Mar 2012 23:01:59 +0100 dcmtk (3.6.0-9) unstable; urgency=low Modified: trunk/packages/dcmtk/trunk/debian/dcmtk.postrm =================================================================== --- trunk/packages/dcmtk/trunk/debian/dcmtk.postrm 2012-03-06 21:57:19 UTC (rev 9905) +++ trunk/packages/dcmtk/trunk/debian/dcmtk.postrm 2012-03-06 22:03:59 UTC (rev 9906) @@ -7,8 +7,7 @@ if [ "$1" = "purge" ] ; then if [ -d /var/lib/dcmtk/db ]; then - rmdir -p --ignore-fail-on-non-empty /var/lib/dcmtk/db || : - rmdir -p --ignore-fail-on-non-empty /var/lib/dcmtk || : + rmdir -p --ignore-fail-on-non-empty /var/lib/dcmtk/db/STORESCP || : fi if [ -e /etc/default/imagectn.dpkg-old ]; then Modified: trunk/packages/dcmtk/trunk/debian/dcmtk.prerm =================================================================== --- trunk/packages/dcmtk/trunk/debian/dcmtk.prerm 2012-03-06 21:57:19 UTC (rev 9905) +++ trunk/packages/dcmtk/trunk/debian/dcmtk.prerm 2012-03-06 22:03:59 UTC (rev 9906) @@ -10,18 +10,6 @@ fi fi -if [ "$1" = "purge" ] ; then - if [ -d /var/lib/dcmtk/db ]; then - echo "PRE: Remove previousely created directories" - rm -rf /var/lib/dcmtk/db - rm -rf /var/lib/dcmtk - else - echo "PRE: Nothing to remove ($@)" - fi -else - echo "PRE: That's not purge ($@)" -fi - #DEBHELPER# exit 0 _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
