Widen grub-mount-udeb architecture restriction
authorColin Watson <cjwatson@debian.org>
Wed, 18 Jan 2017 16:23:53 +0000 (16:23 +0000)
committerColin Watson <cjwatson@debian.org>
Thu, 19 Jan 2017 21:01:49 +0000 (21:01 +0000)
Make os-prober-udeb depend on grub-mount-udeb on all Linux and kFreeBSD
architectures, now that it's available on them all (thanks, James
Cowgill; closes: #776275).

debian/changelog
debian/control

index 04e586e..baf7a51 100644 (file)
@@ -9,6 +9,9 @@ os-prober (1.72) UNRELEASED; urgency=medium
   * Remove the "blockdev --setro" code path entirely, since the read-only
     device-mapper arrangement supersedes it and should be safer (closes:
     #648208).
+  * Make os-prober-udeb depend on grub-mount-udeb on all Linux and kFreeBSD
+    architectures, now that it's available on them all (thanks, James
+    Cowgill; closes: #776275).
 
  -- Colin Watson <cjwatson@debian.org>  Sat, 31 Dec 2016 17:11:49 +0000
 
index d0f778a..d47dffa 100644 (file)
@@ -11,7 +11,7 @@ Vcs-Git: https://anonscm.debian.org/git/d-i/os-prober.git
 Package: os-prober-udeb
 Package-Type: udeb
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, di-utils-mapdevfs, anna (>= 1.16), grub-mount-udeb [i386 amd64 powerpc ppc64 ppc64el sparc mipsel kfreebsd-i386 kfreebsd-amd64], dmsetup-udeb [linux-any]
+Depends: ${misc:Depends}, ${shlibs:Depends}, di-utils-mapdevfs, anna (>= 1.16), grub-mount-udeb [linux-any kfreebsd-any], dmsetup-udeb [linux-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