diff --git a/debian/changelog b/debian/changelog
index ca2e345184d247b13295e13e228e61e3c1e393d4..42c2e0b8ea7039efa8a1e66c5fd28252513e5b2a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+cl-asdf (1.87-1) unstable; urgency=low
+
+  * Noticed that I actually increased the version with the CVS commit
+  * Updated the standards version
+  * Remove the prepare build stuff, build through darcs 
+
+ -- Peter Van Eynde <pvaneynd@debian.org>  Fri,  1 Jul 2005 14:02:58 +0200
+
 cl-asdf (1.86-5) unstable; urgency=low
 
   * Fixed duplicate components patch to better handle reloading
diff --git a/debian/control b/debian/control
index 1b2b01d5b6fbbc3db29a7124f95dbd90285d205a..eb1404e88fec6fb538bae045fd802bc7180c717f 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: devel
 Priority: optional
 Maintainer: Peter Van Eynde <pvaneynd@debian.org>
 Build-Depends-Indep: debhelper (>> 4.0.0), cvs2cl
-Standards-Version: 3.6.1.1
+Standards-Version: 3.6.2.1
 
 Package: cl-asdf
 Architecture: all
diff --git a/debian/prepare-build.sh b/debian/prepare-build.sh
deleted file mode 100755
index 2a43a46191acef66eb4a5cc186487f8bc534495f..0000000000000000000000000000000000000000
--- a/debian/prepare-build.sh
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/bin/sh
-
-[ -d debian ] || exit 1
-
-[ $(pwd | sed 's/.*\/\([^\/]*\)/\1/') == "asdf-cvs-master" ]  || exit 3
-
-set -e
-
-cvs -q -z3  update -APd .
-
-cvs2cl --stdout > changelog
-VISUAL=nvi EDITOR=nvi dch --increment --preserve 
-DIR=`pwd`
-
-rm -rf ../asdf || true
-find . -type f -depth | cpio --pass-through --make-directories --link --preserve-modification-time ../asdf
-cd ../asdf
-
-find . -name CVS -print0 | xargs -0 rm -rvf
-find . -name .cvsignore -print0 | xargs -0 rm -v
-