[neon/extras/partitionmanager/Neon/release] debian: partitionmanager depends on fdisk to display drive info

Rik Mills null at kde.org
Sun Oct 1 08:15:00 BST 2023


Git commit 7c593be9284f4b401a5b30ccb1d577c0d3687734 by Rik Mills.
Committed on 01/10/2023 at 09:12.
Pushed by rikmills into branch 'Neon/release'.

partitionmanager depends on fdisk to display drive info
See: https://bugs.launchpad.net/ubuntu/+source/partitionmanager/+bug/2037826
This change is needed, as otherwise partionmanager would stop working when
Neon is rebased on 24.04 LTS

M  +1    -1    debian/control

https://invent.kde.org/neon/extras/partitionmanager/-/commit/7c593be9284f4b401a5b30ccb1d577c0d3687734

diff --git a/debian/control b/debian/control
index eaab401..bcb2187 100644
--- a/debian/control
+++ b/debian/control
@@ -38,7 +38,7 @@ Vcs-Git: https://salsa.debian.org/qt-kde-team/extras/partitionmanager.git
 
 Package: partitionmanager
 Architecture: linux-any
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: fdisk, ${misc:Depends}, ${shlibs:Depends}
 Suggests: btrfs-progs,
           dosfstools,
           hfsplus,


More information about the Neon-commits mailing list