diff --git a/debian/changelog b/debian/changelog
index 722e5bdbeb56ed3a23372fff4498ce4654a4d936..b1a9cf6d6b435e720f9d29130a09167bae8f24a2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cl-asdf (1.52-1) unstable; urgency=low
+
+  * New upstream.
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Fri,  8 Nov 2002 07:30:41 -0700
+
 cl-asdf (1.49-1) unstable; urgency=low
 
   * Remove clc-reregister-all-impl from postinst
diff --git a/debian/control b/debian/control
index 6a8e68d3f7ea5213ae3b4709f6785fd87351380a..8456f38d62c94dc007db277cf2061f11dddaf041 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Standards-Version: 3.5.7.1
 Package: cl-asdf
 Architecture: all
 Depends: ${shlibs:Depends}
-Recommends: common-lisp-controller, cmucl-normal | lisp-compiler
+Recommends: common-lisp-controller, sbcl | lisp-compiler
 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
@@ -19,7 +19,7 @@ Description: Another System Definition Facility
 
 Package: cl-cclan
 Architecture: all
-Depends: ${shlibs:Depends}, cl-asdf, cmucl-normal | lisp-compiler, common-lisp-controller
+Depends: ${shlibs:Depends}, cl-asdf
 Description: Comprehensive Common Lisp Archive Network
  cclan is a tool for creating a repository of Common Lisp packages.
  cclan utilizes asdf to automatically create installable packages for various