[med-svn] [Git][med-team/kleborate][master] 4 commits: d/{rules, k.prerm}: extend cleanup to *.njs files.

Étienne Mollier (@emollier) gitlab at salsa.debian.org
Sat Mar 29 10:34:32 GMT 2025



Étienne Mollier pushed to branch master at Debian Med / kleborate


Commits:
10d6bb18 by Étienne Mollier at 2025-03-29T11:22:00+01:00
d/{rules,k.prerm}: extend cleanup to *.njs files.

This change fixes problems of migration caused by inconsistencies
upon package installation caught by piuparts.

- - - - -
7c334666 by Étienne Mollier at 2025-03-29T11:23:11+01:00
d/control: declare compliance to standards version 4.7.2.

- - - - -
b9f23d9e by Étienne Mollier at 2025-03-29T11:24:13+01:00
d/patches/*: normalize Last-Update timestamp.

- - - - -
6490a1f7 by Étienne Mollier at 2025-03-29T11:33:58+01:00
d/changelog: ready for upload to unstable.

- - - - -


7 changed files:

- debian/changelog
- debian/control
- debian/kleborate.prerm
- debian/patches/python3.12.patch
- debian/patches/python3.patch
- debian/patches/use_debian_installed_kaptive.patch
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+kleborate (2.4.1-5) unstable; urgency=medium
+
+  * d/{rules,k.prerm}: extend cleanup to *.njs files.
+    This change fixes problems of migration caused by inconsistencies
+    upon package installation caught by piuparts.
+  * d/control: declare compliance to standards version 4.7.2.
+  * d/patches/*: normalize Last-Update timestamp.
+
+ -- Étienne Mollier <emollier at debian.org>  Sat, 29 Mar 2025 11:24:42 +0100
+
 kleborate (2.4.1-4) unstable; urgency=medium
 
   * Team Upload


=====================================
debian/control
=====================================
@@ -11,7 +11,7 @@ Build-Depends: debhelper-compat (= 13),
                ncbi-blast+ <!nocheck>,
                mash <!nocheck>,
                kaptive <!nocheck>
-Standards-Version: 4.6.2
+Standards-Version: 4.7.2
 Vcs-Browser: https://salsa.debian.org/med-team/kleborate
 Vcs-Git: https://salsa.debian.org/med-team/kleborate.git
 Homepage: https://github.com/katholt/Kleborate


=====================================
debian/kleborate.prerm
=====================================
@@ -5,6 +5,7 @@ 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
     ;;


=====================================
debian/patches/python3.12.patch
=====================================
@@ -1,7 +1,7 @@
 Description: Remove distutils to work with Python3.12
 Bug-Debian: https://bugs.debian.org/1061805
 Author: Andreas Tille <tille at debian.org>
-Last-Update: Fri, 02 Feb 2024 06:40:50 +0100
+Last-Update: 2024-02-02
 
 --- a/kleborate/__main__.py
 +++ b/kleborate/__main__.py


=====================================
debian/patches/python3.patch
=====================================
@@ -1,5 +1,5 @@
 Author: Andreas Tille <tille at debian.org>
-Last-Update: Tue, 24 Sep 2019 12:36:03 +0200
+Last-Update: 2019-09-24
 Origin: https://github.com/katholt/Kleborate/issues/17
 Description: When using Python3 the executable is named python3
 


=====================================
debian/patches/use_debian_installed_kaptive.patch
=====================================
@@ -1,5 +1,5 @@
 Author: Andreas Tille <tille at debian.org>
-Last-Update: Tue, 24 Sep 2019 12:36:03 +0200
+Last-Update: 2019-09-24
 Description: Make sure Debian packaged kaptive will be found
 Forwarded: not-needed
 


=====================================
debian/rules
=====================================
@@ -12,6 +12,7 @@ execute_after_dh_install:
 	# upgraded and changes format, e.g. during a major operating system
 	# upgrade.  See Bug#1036743.
 	find debian -name "*.fasta.nin" -delete
+	find debian -name "*.fasta.njs" -delete
 	find debian -name "*.fasta.ndb" -delete
 	find debian -name "*.fasta.ntf" -delete
 



View it on GitLab: https://salsa.debian.org/med-team/kleborate/-/compare/a2217356783799e0ed915284609939d5baf7f3de...6490a1f7586a26230f52320b387d6e9d7ee20540

-- 
View it on GitLab: https://salsa.debian.org/med-team/kleborate/-/compare/a2217356783799e0ed915284609939d5baf7f3de...6490a1f7586a26230f52320b387d6e9d7ee20540
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/20250329/8455c0bf/attachment-0001.htm>


More information about the debian-med-commit mailing list