Andreas Tille pushed to branch master at Debian Med / dcmtk
Commits: b3a5215a by Andreas Tille at 2023-06-22T09:52:33+02:00 Fix postrm - - - - - 4190250e by Andreas Tille at 2023-06-22T11:01:22+02:00 Upload to unstable - - - - - 2 changed files: - debian/changelog - debian/dcmtk.postrm Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +dcmtk (3.6.7-9) unstable; urgency=medium + + * Team upload. + * Fix postrm + Closes: #1038776 + + -- Andreas Tille <[email protected]> Thu, 22 Jun 2023 09:53:48 +0200 + dcmtk (3.6.7-8) unstable; urgency=medium * d/patches: Fix CVE-2022-43272. Closes: #1027165 ===================================== debian/dcmtk.postrm ===================================== @@ -15,7 +15,7 @@ if [ "$1" = "purge" ] ; then fi if [ -d /var/lib/dcmtk/db/STORESCP ]; then - rm -f /var/lib/dcmtk/db/STORESCP + rm -rf /var/lib/dcmtk/db/STORESCP fi fi View it on GitLab: https://salsa.debian.org/med-team/dcmtk/-/compare/813aa7194f1df7724db0baf8c593e1a700b0d976...4190250e918f64861124f5fda3a0f2ea594b0b72 -- View it on GitLab: https://salsa.debian.org/med-team/dcmtk/-/compare/813aa7194f1df7724db0baf8c593e1a700b0d976...4190250e918f64861124f5fda3a0f2ea594b0b72 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
