diff options
author | Samuel Thibault <sthibault@debian.org> | 2010-01-07 01:22:28 +0000 |
---|---|---|
committer | Samuel Thibault <sthibault@debian.org> | 2010-01-07 01:22:28 +0000 |
commit | 65ade733eb881fb40eb3091dab74a5d4a774e5cb (patch) | |
tree | c94438f8f6f4e567231b9a948cae41223f15031b /debian/control | |
parent | d2942a4819cd1418f18fff3ae5afd1ccdf130758 (diff) |
Add ${misc:Depends}.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/control b/debian/control index c55c16f..48e0c64 100644 --- a/debian/control +++ b/debian/control @@ -14,6 +14,7 @@ Standards-Version: 3.8.3 Package: gnumach Architecture: hurd-i386 i386 kfreebsd-i386 knetbsd-i386 +Depends: ${misc:Depends} Description: The GNU version of the Mach microkernel This is the Utah Mach microkernel used by the Hurd. @@ -22,6 +23,7 @@ XC-Package-Type: udeb Provides: kernel-image, floppy-modules, ide-modules, input-modules, nic-modules, nic-pcmcia-modules, nic-wireless-modules, pcmcia-modules, scsi-modules, serial-modules Section: debian-installer Architecture: hurd-i386 i386 kfreebsd-i386 knetbsd-i386 +Depends: ${misc:Depends} Description: The GNU version of the Mach microkernel This is the Utah Mach microkernel used by the Hurd. @@ -30,7 +32,7 @@ Section: debug Priority: extra Provides: gnumach Architecture: hurd-i386 i386 kfreebsd-i386 knetbsd-i386 -Depends: gnumach (= ${binary:Version}) +Depends: ${misc:Depends}, gnumach (= ${binary:Version}) Description: The GNU version of the Mach microkernel for debugging This is the Utah Mach microkernel used by the Hurd. . @@ -41,6 +43,7 @@ Description: The GNU version of the Mach microkernel for debugging Package: gnumach-dev Section: devel Architecture: hurd-i386 i386 kfreebsd-i386 knetbsd-i386 +Depends: ${misc:Depends} Description: The GNU version of the Mach microkernel These are the header files for the Utah Mach microkernel used by the Hurd. |