diff --git a/debian/changelog b/debian/changelog
index 4de444927c947c4f4165db372aa777aaa8830e1d..ef4f38d45b0a55cad9014bc68e6eb23d9a96707a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+cl-asdf (1.75) unstable; urgency=low
+
+  * New upstream
+  * Use compat rather than DH_COMPAT
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Thu,  5 Jun 2003 00:15:11 -0600
+
 cl-asdf (1.73b) unstable; urgency=low
 
   * Update README
diff --git a/debian/compat b/debian/compat
index b8626c4cff2849624fb67f87cd0ad72b163671ad..7290ba859f4adbf90d68526fe0ab1f8cbcf65098 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1,2 @@
 4
+4
diff --git a/debian/rules b/debian/rules
index 3663d4a5fc99e2255c9e8f18c678839bb652601e..56604cfc3b9ebbdb4d1db8d83d58568034c0ec60 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,6 @@
 #!/usr/bin/make -f
 # GNU copyright 1997 to 1999 by Joey Hess.
 
-# This is the dbhelper compatibility version to use.
-export DH_COMPAT=4
-
 pkg=cl-asdf
 pkg-cclan=cl-cclan
 clc-base=usr/share/common-lisp
@@ -42,7 +39,7 @@ install: build
 
 	# Add here commands to install the package into debian/asdf.
 	dh_installdirs -p $(pkg) $(asdf-files) $(doc-dir)/examples
-	dh_install -p $(pkg) asdf.lisp wild-modules.lisp $(asdf-files)
+	dh_install -p $(pkg) asdf.lisp wild-modules.lisp asdf-install.lisp $(asdf-files)
 	chmod +x test/run-tests.sh
 	dh_install -p $(pkg) test/* $(doc-dir)/examples
 	dh_installdirs -p $(pkg-cclan) $(clc-systems) $(cclan-files)