Commit efe0faa5 authored by Kevin Rosenberg's avatar Kevin Rosenberg
Browse files

new deb pkg for internal testing

parent d6331a4a
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
cl-asdf (1.52-1) unstable; urgency=low

  * New upstream.

 -- Kevin M. Rosenberg <kmr@debian.org>  Fri,  8 Nov 2002 07:30:41 -0700

cl-asdf (1.49-1) unstable; urgency=low

  * Remove clc-reregister-all-impl from postinst
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ Standards-Version: 3.5.7.1
Package: cl-asdf
Architecture: all
Depends: ${shlibs:Depends}
Recommends: common-lisp-controller, cmucl-normal | lisp-compiler
Recommends: common-lisp-controller, sbcl | lisp-compiler
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
@@ -19,7 +19,7 @@ Description: Another System Definition Facility

Package: cl-cclan
Architecture: all
Depends: ${shlibs:Depends}, cl-asdf, cmucl-normal | lisp-compiler, common-lisp-controller
Depends: ${shlibs:Depends}, cl-asdf
Description: Comprehensive Common Lisp Archive Network
 cclan is a tool for creating a repository of Common Lisp packages.
 cclan utilizes asdf to automatically create installable packages for various