From e45d1b039d6e00d3367bb187763fa4126315ef8a Mon Sep 17 00:00:00 2001
From: Peter Van Eynde <pvaneynd@pvaneynd.mailworks.org>
Date: Sat, 9 Feb 2008 10:08:29 +0100
Subject: [PATCH] add conflict with clc

---
 debian/changelog |  3 ++-
 debian/control   |  2 +-
 debian/rules     | 38 +++++++++++++++++++-------------------
 3 files changed, 22 insertions(+), 21 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 53ff66d8..d3dccbda 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,8 +7,9 @@ cl-asdf (1.111-1) unstable; urgency=low
   * Fixed Vcs-Git field
   * Changed to group maintanance
   * recreated upstream changelog with git2cl
+  * Changed directory, so we depend on a newer clc 
 
- -- Peter Van Eynde <pvaneynd@debian.org>  Thu, 31 Jan 2008 05:17:50 +0100
+ -- Peter Van Eynde <pvaneynd@debian.org>  Sat, 09 Feb 2008 10:07:21 +0100
 
 cl-asdf (1.109-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index f0778426..8780a8e4 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Package: cl-asdf
 Architecture: all
 Recommends: common-lisp-controller, sbcl | lisp-compiler
 Replaces: sbcl-common (<= 1:0.9.13.0-2)
-Conflicts: sbcl-common (<= 1:0.9.13.0-2)
+Conflicts: sbcl-common (<= 1:0.9.13.0-2), common-lisp-controller (<< 6.13)
 Description: Another System Definition Facility
  asdf provides a "make" type functions for Common Lisp packages. It
  provides compilation and loading features for complex Lisp systems
diff --git a/debian/rules b/debian/rules
index b913fdda..c7ea06e8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,25 +30,25 @@ binary-arch: build
 
 # Build architecture-independent files here.
 binary-indep: build
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	chmod +x test/run-tests.sh
-	dh_installdirs
-	dh_install
-	dh_lisp
-	dh_installdocs
-	dh_installexamples
-	dh_installchangelogs ChangeLog
-	dh_link --verbose
-	dh_strip
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_shlibdeps
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
+	dh_testdir -i
+	dh_testroot -i
+	dh_clean -k -i
+	chmod +x test/run-tests.sh 
+	dh_installdirs -i
+	dh_install -i
+	dh_lisp -i
+	dh_installdocs -i
+	dh_installexamples -i
+	dh_installchangelogs ChangeLog 
+	dh_link --verbose -i
+	dh_strip -i
+	dh_compress -i
+	dh_fixperms -i
+	dh_installdeb -i
+	dh_shlibdeps -i
+	dh_gencontrol -i
+	dh_md5sums -i
+	dh_builddeb -i
 
 source diff:                                                                  
 	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
-- 
GitLab