From a22a081a206c818fea5fbc588f4bade70bf43321 Mon Sep 17 00:00:00 2001 From: Peter Van Eynde <pvaneynd@debian.org> Date: Tue, 1 Sep 2009 08:19:01 +0100 Subject: [PATCH] added ${misc:Depends} to cl-asdf Depends --- debian/changelog | 3 ++- debian/control | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 093e585a..658d9008 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,8 +7,9 @@ cl-asdf (1:20090819-1) unstable; urgency=low * remove cvs2cl from dependencies * remove upstream ChangeLog * added dummy watch file + * added ${misc:Depends} to cl-asdf Depends - -- Peter Van Eynde <pvaneynd@debian.org> Tue, 01 Sep 2009 08:18:07 +0100 + -- Peter Van Eynde <pvaneynd@debian.org> Tue, 01 Sep 2009 08:19:01 +0100 cl-asdf (1.111-1) unstable; urgency=low diff --git a/debian/control b/debian/control index dd499ff9..9aa01e08 100644 --- a/debian/control +++ b/debian/control @@ -14,6 +14,7 @@ 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), common-lisp-controller (<< 6.13) +Depends: ${misc:Depends} 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 -- GitLab