The following commit has been merged in the master branch:
commit 82c9b35d1f2ace131c040152fe84826fc011f903
Author: Samuel Thibault <[email protected]>
Date: Wed Mar 23 11:46:24 2011 +0100
Add misc:Depends dependency.
diff --git a/debian/changelog b/debian/changelog
index fdb1aed..4ad5c82 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,7 @@ mig (1.3.1.99-3) UNRELEASED; urgency=low
* Add Multi-Arch: foreign to allow installing the 32bit version on a 64bit
system.
* Add myself as uploader.
+ * Add misc:Depends dependency.
-- Samuel Thibault <[email protected]> Sun, 20 Mar 2011 20:00:12 +0100
diff --git a/debian/control b/debian/control
index 71efd1d..255e900 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Section: devel
Priority: standard
Architecture: any-i386
Multi-Arch: foreign
-Depends: ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
Description: GNU Mach Interface Generator
This is the GNU distribution of the MIG, which is needed to compile
the GNU C library, the GNU Hurd and GNU Mach.
--
Debian MIG packaging