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 | |
| parent | d2942a4819cd1418f18fff3ae5afd1ccdf130758 (diff) | |
Add ${misc:Depends}.
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/control | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 702787b..b2ac87f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,11 @@ gnumach (2:1.3.99.dfsg.git20091128-2) unreleased; urgency=low [ Samuel Thibault ] - * debian/control (gnumach-udeb): Add XC- prefix to Package-Type. Add Provides: + * debian/control + - (gnumach-udeb): Add XC- prefix to Package-Type. Add Provides: kernel-image, *-modules. - * debian/control: Remove duplicate priority and section fields. + - Remove duplicate priority and section fields. + - Add ${misc:Depends}. -- Guillem Jover <guillem@debian.org> Sat, 28 Nov 2009 19:14:15 +0100 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. |
