Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
os-prober (1.82+deepin2) unstable; urgency=medium

* feat: add sw64 support.

-- hudeng <hudeng@deepin.org> 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.
Expand Down
4 changes: 2 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Loading