[med-svn] [Git][med-team/kleborate][master] purge the fast files with dh-cruft
Alexandre Detiste (@detiste-guest)
gitlab at salsa.debian.org
Thu Apr 23 19:24:43 BST 2026
Alexandre Detiste pushed to branch master at Debian Med / kleborate
Commits:
9f98be43 by Alexandre Detiste at 2026-04-23T20:24:27+02:00
purge the fast files with dh-cruft
- - - - -
4 changed files:
- debian/changelog
- debian/control
- − debian/kleborate.prerm
- + debian/kleborate.purge
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+kleborate (2.4.1-7) unstable; urgency=medium
+
+ * Team upload.
+ * Use dh-cruft to register & purge the volatile files
+ * Bump Standards-Version to 4.7.4, no change needed
+
+ -- Alexandre Detiste <tchet at debian.org> Thu, 23 Apr 2026 20:24:02 +0200
+
kleborate (2.4.1-6) unstable; urgency=medium
* Team Upload
=====================================
debian/control
=====================================
@@ -6,6 +6,7 @@ Uploaders:
Section: science
Build-Depends:
debhelper-compat (= 13),
+ dh-sequence-cruft,
dh-sequence-python3,
kaptive <!nocheck>,
mash <!nocheck>,
=====================================
debian/kleborate.prerm deleted
=====================================
@@ -1,25 +0,0 @@
-#!/bin/sh
-
-set -e
-
-case "$1" in
- remove|purge|upgrade|deconfigure)
- rm -f /usr/lib/python3/dist-packages/kleborate/data/*.fasta.nin
- rm -f /usr/lib/python3/dist-packages/kleborate/data/*.fasta.njs
- rm -f /usr/lib/python3/dist-packages/kleborate/data/*.fasta.ndb
- rm -f /usr/lib/python3/dist-packages/kleborate/data/*.fasta.ntf
- ;;
- failed-upgrade)
- ;;
-
- *)
- echo "postrm called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-#DEBHELPER#
-
-exit 0
-
-
=====================================
debian/kleborate.purge
=====================================
@@ -0,0 +1,4 @@
+/usr/lib/python3/dist-packages/kleborate/data/*.fasta.nin
+/usr/lib/python3/dist-packages/kleborate/data/*.fasta.njs
+/usr/lib/python3/dist-packages/kleborate/data/*.fasta.ndb
+/usr/lib/python3/dist-packages/kleborate/data/*.fasta.ntf
View it on GitLab: https://salsa.debian.org/med-team/kleborate/-/commit/9f98be43a6be07dbf31f5016d229c5c7e079a3c0
--
View it on GitLab: https://salsa.debian.org/med-team/kleborate/-/commit/9f98be43a6be07dbf31f5016d229c5c7e079a3c0
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/20260423/410a9229/attachment-0001.htm>
More information about the debian-med-commit
mailing list