[med-svn] [Git][med-team/dcmtk][master] 3 commits: use dh-cruft to register obsolete files to purge
Alexandre Detiste (@detiste-guest)
gitlab at salsa.debian.org
Thu May 14 18:57:51 BST 2026
Alexandre Detiste pushed to branch master at Debian Med / dcmtk
Commits:
b27c2e52 by Alexandre Detiste at 2026-05-14T19:56:55+02:00
use dh-cruft to register obsolete files to purge
- - - - -
482f5ddb by Alexandre Detiste at 2026-05-14T18:57:05+01:00
Update standards version to 4.7.4, no changes needed.
Upgrade checklist verified:
4.7.3 → 4.7.4:
* Package is not in non-free-firmware
Changes-By: lintian-brush
Fixes: lintian: source: out-of-date-standards-version 4.7.3 (released 2025-12-23) (current is 4.7.4.1)
See-also: https://lintian.debian.org/tags/out-of-date-standards-version.html
- - - - -
20976fe0 by Alexandre Detiste at 2026-05-14T19:57:45+02:00
release
- - - - -
4 changed files:
- debian/changelog
- debian/control
- − debian/dcmtk.postrm
- + debian/dcmtk.purge
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,15 @@
+dcmtk (3.7.0+really3.7.0-2) unstable; urgency=medium
+
+ * Team upload.
+ * Use dh-cruft to register obsolete files to purge
+ * Update standards version to 4.7.4, no changes needed.
+
+ [ Luca Boccassi ]
+ * Stop deleting system user/group on remove/purge
+ * Install and use sysusers.d/tmpfiles.d config files
+
+ -- Alexandre Detiste <tchet at debian.org> Thu, 14 May 2026 19:57:27 +0200
+
dcmtk (3.7.0+really3.7.0-1) unstable; urgency=medium
* Team upload.
=====================================
debian/control
=====================================
@@ -4,6 +4,7 @@ Uploaders: Gert Wollny <gewo at debian.org>, Mathieu Malaterre <malat at debian.org>
Section: science
Build-Depends: cmake,
debhelper-compat (= 13),
+ dh-sequence-cruft,
dh-sequence-installsysusers,
dpkg-dev (>= 1.22.5),
gettext,
@@ -18,7 +19,7 @@ Build-Depends: cmake,
xxd,
zlib1g-dev
Build-Depends-Indep: doxygen, graphviz
-Standards-Version: 4.7.3
+Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/med-team/dcmtk
Vcs-Git: https://salsa.debian.org/med-team/dcmtk.git
Homepage: https://dicom.offis.de/dcmtk
=====================================
debian/dcmtk.postrm deleted
=====================================
@@ -1,23 +0,0 @@
-#!/bin/sh
-
-set -e
-
-# Remove possible leftovers of imagectn -> dcmqrscp transition
-
-if [ "$1" = "purge" ] ; then
-
- if [ -e /etc/default/imagectn.dpkg-old ]; then
- rm -f /etc/default/imagectn.dpkg-old
- fi
-
- if [ -e /etc/init.d/imagectn.dpkg-old ]; then
- rm -f /etc/init.d/imagectn.dpkg-old
- fi
-
- if [ -d /var/lib/dcmtk/db/STORESCP ]; then
- rm -rf /var/lib/dcmtk/db/STORESCP
- fi
-fi
-
-#DEBHELPER#
-
=====================================
debian/dcmtk.purge
=====================================
@@ -0,0 +1,4 @@
+# Remove possible leftovers of imagectn -> dcmqrscp transition
+/etc/default/imagectn.dpkg-old
+/etc/init.d/imagectn.dpkg-old
+/var/lib/dcmtk/db/STORESCP/
View it on GitLab: https://salsa.debian.org/med-team/dcmtk/-/compare/14f8feec060ac99c34978944d3dcda89788f897a...20976fe04a540910634259df4b2f6d19b76a4045
--
View it on GitLab: https://salsa.debian.org/med-team/dcmtk/-/compare/14f8feec060ac99c34978944d3dcda89788f897a...20976fe04a540910634259df4b2f6d19b76a4045
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20260514/b32e1105/attachment-0001.htm>
More information about the debian-med-commit
mailing list