From: Steinar H. Gunderson Date: Tue, 13 Feb 2024 21:23:14 +0000 (+0100) Subject: Depend on python3:any due to bcachefsck_all being a Python script (Lintian warning). X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=e68d55aacda9ae51b15f5dd21c7bff517f9ce3bb;p=bcachefs-tools-debian Depend on python3:any due to bcachefsck_all being a Python script (Lintian warning). --- diff --git a/debian/changelog b/debian/changelog index 31b76bd..939c7eb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -28,6 +28,8 @@ bcachefs-tools (1:1.6.3-0.1) UNRELEASED; urgency=medium due to use of the Cargo wrapper. * Build-Depend on pkgconf instead of pkg-config (Lintian warning). * Add debhelper tokens to postinst and postrm scripts (Lintian warning). + * Depend on python3:any due to bcachefsck_all being a Python script + (Lintian warning). -- Steinar H. Gunderson Wed, 21 Feb 2024 19:32:51 +0100 diff --git a/debian/control b/debian/control index 7d50c1d..8b5dac0 100644 --- a/debian/control +++ b/debian/control @@ -54,7 +54,7 @@ Vcs-Browser: https://salsa.debian.org/jcc/bcachefs-tools Package: bcachefs-tools Architecture: linux-any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends}, python3:any Recommends: initramfs-tools | linux-initramfs-tool Description: bcachefs userspace tools Userspace tools for bcachefs, a modern copy on write, checksumming, multi