From 9c5fbdee3fba1f33eac82a5a97a9e39ef1189fc8 Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau <tunes@google.com> Date: Sun, 17 Jun 2012 17:01:21 -0400 Subject: [PATCH] Tweak the debian control file. --- debian/control | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 234f6070..6ef5e131 100644 --- a/debian/control +++ b/debian/control @@ -4,6 +4,7 @@ Priority: optional Maintainer: Debian Common Lisp Team <pkg-common-lisp-devel@lists.alioth.debian.org> Uploaders: Peter Van Eynde <pvaneynd@debian.org>, Milan Zamazal <pdm@zamazal.org>, + Christoph Egger <christoph@debian.org>, Francois-Rene Rideau <fare@tunes.org> Build-Depends: debhelper (>> 7) Build-Depends-Indep: texinfo, texlive-extra-utils, texlive, texlive-generic-recommended @@ -15,11 +16,13 @@ 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), common-lisp-controller (<< 7.3) -Breaks: common-lisp-controller (<< 7.3) +Breaks: sbcl-common (<= 1:0.9.13.0-2), common-lisp-controller (<< 7.3) Depends: ${misc:Depends} Description: Another System Definition Facility asdf provides a "make" type functions for Common Lisp software. It drives compilation and dynamic loading for complex Lisp systems with multiple modules and files, and is the de facto standard used by free software written in Common Lisp. + . + Most Common Lisp implementations already provide asdf via (require "asdf"), + but not all of them provide an up-to-date version. -- GitLab