1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Description: Remove the dependency on mgl-pax
This package is not packaged for Debian and only adds the ability to create
documentation or to browse it.
Author: Peter Van Eynde <pvaneynd@debian.org>
Forwarded: not-needed
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- cl-named-readtables.orig/named-readtables.asd
+++ cl-named-readtables/named-readtables.asd
@@ -22,7 +22,6 @@
:source-control (:git "https://github.com/melisgl/named-readtables.git")
:version "0.9"
:licence "BSD, see LICENSE"
- :depends-on ("mgl-pax-bootstrap")
:default-component-class named-readtables-source-file
:pathname "src"
:serial t
@@ -31,5 +30,6 @@
(:file "define-api")
(:file "cruft")
(:file "named-readtables")
+ #+nil
(:file "doc"))
:in-order-to ((test-op (test-op "named-readtables-test"))))
|