From a22ca06bf636f0701b5671a68b67acdd38de43eb Mon Sep 17 00:00:00 2001 From: hudeng Date: Tue, 3 Jun 2025 21:21:31 +0800 Subject: [PATCH] feat: add sw64 support --- debian/changelog | 6 ++++++ debian/control | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0419bc4..09c0d3f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +os-prober (1.82+deepin2) unstable; urgency=medium + + * feat: add sw64 support. + + -- hudeng Tue, 03 Jun 2025 21:20:52 +0800 + os-prober (1.82+deepin1) unstable; urgency=medium * loong64: filter out non-EFI-stub (old-world) kernels. diff --git a/debian/control b/debian/control index 1e1ca4e..a032389 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Vcs-Git: https://salsa.debian.org/installer-team/os-prober.git Package: os-prober-udeb Package-Type: udeb Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends}, di-utils-mapdevfs, anna, grub-mount-udeb [linux-any kfreebsd-any] +Depends: ${misc:Depends}, ${shlibs:Depends}, di-utils-mapdevfs, anna, grub-mount-udeb [!sw64 linux-any kfreebsd-any] Provides: os-prober Description: utility to detect other OSes on a set of drives This package is to be used by boot loader installers to detect other OSes @@ -21,7 +21,7 @@ Description: utility to detect other OSes on a set of drives Package: os-prober Architecture: any Section: utils -Depends: ${shlibs:Depends}, ${misc:Depends}, grub-common [linux-any kfreebsd-any], mount [linux-any], freebsd-utils [kfreebsd-any] +Depends: ${shlibs:Depends}, ${misc:Depends}, grub-common [!sw64 linux-any kfreebsd-any], mount [linux-any], freebsd-utils [kfreebsd-any] Description: utility to detect other OSes on a set of drives This package detects other OSes available on a system and outputs the results in a generic machine-readable format.