Alexandre Detiste pushed to branch master at Debian Med / gnumed-client
Commits: fb19beb4 by Alexandre Detiste at 2026-05-15T02:31:05+02:00 drop "Rules-Requires-Root: no": it is the default now - - - - - a7a3a7cb by Alexandre Detiste at 2026-05-15T02:32:42+02:00 use dh-cruft to register & purge /var/spool/kvkd/ - - - - - dc263519 by Alexandre Detiste at 2026-05-15T02:33:14+02:00 release - - - - - 4 changed files: - debian/changelog - debian/control - − debian/gnumed-client-de.postrm - + debian/gnumed-client-de.purge Changes: ===================================== debian/changelog ===================================== @@ -1,8 +1,13 @@ -gnumed-client (1.8.24+dfsg-3) UNRELEASED; urgency=medium +gnumed-client (1.8.24+dfsg-3) unstable; urgency=medium + * Team Upload + * Drop "Rules-Requires-Root: no": it is the default now + * Use dh-cruft to register & purge /var/spool/kvkd/ + + [ Andreas Tille ] * Fix watch file - -- Andreas Tille <[email protected]> Thu, 07 May 2026 16:17:07 +0200 + -- Alexandre Detiste <[email protected]> Fri, 15 May 2026 02:32:54 +0200 gnumed-client (1.8.24+dfsg-2) unstable; urgency=medium ===================================== debian/control ===================================== @@ -8,6 +8,7 @@ Uploaders: Section: misc Build-Depends: debhelper-compat (= 13), + dh-sequence-cruft, po-debconf, python3, dh-sequence-python3, @@ -19,7 +20,6 @@ Build-Depends: Vcs-Browser: https://salsa.debian.org/med-team/gnumed-client Vcs-Git: https://salsa.debian.org/med-team/gnumed-client.git Homepage: https://www.gnumed.de -Rules-Requires-Root: no Package: gnumed-client Architecture: all ===================================== debian/gnumed-client-de.postrm deleted ===================================== @@ -1,33 +0,0 @@ -#!/bin/sh -# postrm script for gnumed-client-de -# -# see: dh_installdeb(1) - -set -e - -PROG=gnumed -GROUP=${PROG} - -KVKDIR=/var/spool/kvkd/ - -case "$1" in - remove|purge) - if [ -d "$KVKDIR" ] ; then - rm -rf "$KVKDIR" - fi - ;; - upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) - ;; - - *) - echo "postrm called with unknown argument \`$1'" >&2 - exit 1 - ;; -esac - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - -exit 0 ===================================== debian/gnumed-client-de.purge ===================================== @@ -0,0 +1 @@ +/var/spool/kvkd/ View it on GitLab: https://salsa.debian.org/med-team/gnumed-client/-/compare/890f413945a10470841be49af85db0cd372b400c...dc263519c78ac6fd897ef35162a28a383f4ef78f -- View it on GitLab: https://salsa.debian.org/med-team/gnumed-client/-/compare/890f413945a10470841be49af85db0cd372b400c...dc263519c78ac6fd897ef35162a28a383f4ef78f 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
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
