diff --git a/asdf.lisp b/asdf.lisp
index 2ffaeeb36eb08a00b556c24185fc7fdde56d3041..70bf1d6228a10d7b8518640243a078d8158baf4a 100644
--- a/asdf.lisp
+++ b/asdf.lisp
@@ -73,7 +73,7 @@
 (eval-when (:load-toplevel :compile-toplevel :execute)
   (defvar *asdf-version* nil)
   (defvar *upgraded-p* nil)
-  (let* ((asdf-version "2.147") ;; bump this version when you modify this file.
+  (let* ((asdf-version "2.010.1") ;; bump this version when you modify this file. Same as 2.147
          (existing-asdf (fboundp 'find-system))
          (existing-version *asdf-version*)
          (already-there (equal asdf-version existing-version)))
diff --git a/debian/changelog b/debian/changelog
index 941cb6d4bbfe899d7b1365b2edeea8b74cd8373f..c795902e14b17f30d54f376a34b3243a613cf1b1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+cl-asdf (2:2.010-1) unstable; urgency=low
+
+  * same as 2.146
+
+ -- Francois-Rene Rideau <fare@tunes.org>  Thu, 28 Oct 2010 15:58:36 -0700
+
+cl-asdf (2:2.009-1) unstable; urgency=low
+
+  * new upstream release 2.009, identical to 2.134 from master.
+
+ -- Francois-Rene Rideau <fare@tunes.org>  Wed, 06 Oct 2010 13:26:36 -0400
+
 cl-asdf (2:2.008-1) unstable; urgency=low
 
   * new upstream: removes unwanted exports,