diff --git a/debian/changelog b/debian/changelog
index e10bd38a422ed3c5f385be6a0c67e431890bf1f2..a880a9d8fbb7a27232fb80b4cc12494dd491cf53 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+cl-asdf (2:3.0.1.2-1) unstable; urgency=low
+
+  ASDF 3.0.1.2 fixes issues with the debian package itself.
+  It also includes fixes to run-program and run-shell-command.
+
+ -- Francois-Rene Rideau <fare@tunes.org>  Mon, 27 May 2013 22:44:50 -0400
+
 cl-asdf (2:3.0.1-1) unstable; urgency=low
 
   ASDF 3.0.1 is an emergency release for better compatibility with Quicklisp.
diff --git a/debian/cl-asdf.install b/debian/cl-asdf.install
index b6e6647f007eef1c52054785be72d55dab477d5a..5048d5efb45d2811b909b3b6e1556948354f36f4 100644
--- a/debian/cl-asdf.install
+++ b/debian/cl-asdf.install
@@ -1 +1 @@
-uiop/ *.lisp build/asdf.lisp contrib/ asdf.asd build.xcvb usr/share/common-lisp/source/cl-asdf/
+uiop/ *.lisp build/ contrib/ asdf.asd build.xcvb version.lisp-expr usr/share/common-lisp/source/cl-asdf/
diff --git a/debian/rules b/debian/rules
index 96853e925e7c16b0b3149d357336764740b26cbd..a9d6add2913ae94e42ff27805706872e52525d0a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,4 @@
 #!/usr/bin/make -f
-# MAde with the aid of dh_make, by Craig Small
-# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
-# Some lines taken from debmake, by Cristoph Lameter.
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1