[med-svn] [Git][med-team/dcmtk][master] 2 commits: Fix postrm
Andreas Tille (@tille)
gitlab at salsa.debian.org
Thu Jun 22 10:01:49 BST 2023
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 <tille at debian.org> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20230622/50af85d3/attachment-0001.htm>
More information about the debian-med-commit
mailing list