From 2bc1f175f22872ff2b83507f68c6cc847ae3251f Mon Sep 17 00:00:00 2001
From: Kevin Rosenberg <>
Date: Sat, 7 Jun 2003 22:34:19 +0000
Subject: [PATCH] *** empty log message ***

---
 debian/changelog | 7 +++++++
 debian/compat    | 1 +
 debian/rules     | 5 +----
 3 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4de44492..ef4f38d4 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 b8626c4c..7290ba85 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1,2 @@
 4
+4
diff --git a/debian/rules b/debian/rules
index 3663d4a5..56604cfc 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)
-- 
GitLab