diff --git a/debian/changelog b/debian/changelog
index 093e585a01c880a842dbf6ec1ce8152328295428..658d9008acfbab85315e804ff0374efe21c3aa1d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,8 +7,9 @@ cl-asdf (1:20090819-1) unstable; urgency=low
   * remove cvs2cl from dependencies
   * remove upstream ChangeLog
   * added dummy watch file
+  * added ${misc:Depends} to cl-asdf Depends
 
- -- Peter Van Eynde <pvaneynd@debian.org>  Tue, 01 Sep 2009 08:18:07 +0100
+ -- Peter Van Eynde <pvaneynd@debian.org>  Tue, 01 Sep 2009 08:19:01 +0100
 
 cl-asdf (1.111-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index dd499ff941d226e6119b5c5654270c7d60a4b3b0..9aa01e0858bf37a630c932ce07f91118ed150d54 100644
--- a/debian/control
+++ b/debian/control
@@ -14,6 +14,7 @@ Architecture: all
 Recommends: common-lisp-controller, sbcl | lisp-compiler
 Replaces: sbcl-common (<= 1:0.9.13.0-2)
 Conflicts: sbcl-common (<= 1:0.9.13.0-2), common-lisp-controller (<< 6.13)
+Depends: ${misc:Depends}
 Description: Another System Definition Facility
  asdf provides a "make" type functions for Common Lisp packages. It
  provides compilation and loading features for complex Lisp systems