From ae26e46c95851e6b355630a596185bb51213fc57 Mon Sep 17 00:00:00 2001
From: Kevin Rosenberg <>
Date: Wed, 18 Sep 2002 06:29:08 +0000
Subject: [PATCH] Auto commit for Debian build

---
 cclan.asd        | 1 -
 debian/changelog | 6 ++++++
 debian/rules     | 4 ++--
 3 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/cclan.asd b/cclan.asd
index 86575e2a..2f619e47 100644
--- a/cclan.asd
+++ b/cclan.asd
@@ -4,6 +4,5 @@
 
 (defsystem cclan
     :version "0.0"
-    #+common-lisp-controller :pathname  #+common-lisp-controller "cl-library:cclan;"
     :components ((:file "cclan-package")
 		 (:file "cclan" :depends-on ("cclan-package"))))
diff --git a/debian/changelog b/debian/changelog
index 9349b305..826e9bb8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cl-asdf (1.44-2) unstable; urgency=low
+
+  * Make cclan.asd a symlink, remove :pathname keyword
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Wed, 18 Sep 2002 00:19:26 -0600
+
 cl-asdf (1.44-1) unstable; urgency=low
 
   * New upstream version
diff --git a/debian/rules b/debian/rules
index 0ccb0797..b5850d37 100755
--- a/debian/rules
+++ b/debian/rules
@@ -45,8 +45,8 @@ install: build
 	dh_install -p $(pkg) asdf.lisp wild-modules.lisp $(asdf-files)
 	dh_install -p $(pkg) test $(doc-dir)
 	dh_installdirs -p $(pkg-cclan) $(clc-systems) $(cclan-files)
-	dh_install -p $(pkg-cclan) cclan.asd $(clc-systems)
-	dh_install -p $(pkg-cclan) cclan-package.lisp cclan.lisp $(cclan-files)
+	dh_install -p $(pkg-cclan) cclan-package.lisp cclan.lisp cclan.asd $(cclan-files)
+	dh_link -p $(pkg-cclan) $(cclan-files)/cclan.asd $(clc-systems)/cclan.asd
 
 # Build architecture-independent files here.
 binary-indep: build install
-- 
GitLab