Depend on grub-common
authorColin Watson <cjwatson@debian.org>
Wed, 18 Jan 2017 16:40:06 +0000 (16:40 +0000)
committerColin Watson <cjwatson@debian.org>
Thu, 19 Jan 2017 21:01:50 +0000 (21:01 +0000)
Make os-prober depend on grub-common on Linux and kFreeBSD, in order that
grub-mount is consistently available.

debian/changelog
debian/control

index baf7a51..411d09d 100644 (file)
@@ -12,6 +12,8 @@ os-prober (1.72) UNRELEASED; urgency=medium
   * 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).
+  * Make os-prober depend on grub-common on Linux and kFreeBSD, in order
+    that grub-mount is consistently available.
 
  -- Colin Watson <cjwatson@debian.org>  Sat, 31 Dec 2016 17:11:49 +0000
 
index d47dffa..264c6ca 100644 (file)
@@ -22,7 +22,7 @@ Package: os-prober
 Architecture: any
 Section: utils
 Priority: extra
-Depends: ${shlibs:Depends}, ${misc:Depends}, dmsetup [linux-any]
+Depends: ${shlibs:Depends}, ${misc:Depends}, grub-common [linux-any kfreebsd-any], dmsetup [linux-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.