Description: Remove static files from ASDF system
 Those are distributed under a different location on Debian, and this triggers
 an ASDF warning.
Author: Sébastien Villemot <sebastien@debian.org>
Forwarded: not-needed
Last-Update: 2020-01-26
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/chipz.asd
+++ b/chipz.asd
@@ -17,15 +17,7 @@
   :maintainer "Nathan Froyd <froydnj@gmail.com>"
   :description "A library for decompressing deflate, zlib, and gzip data"
   :license "BSD style"
-  :components ((:static-file "NEWS")
-               (:static-file "LICENSE")
-               (:static-file "TODO")
-               (:file "package")
-               (:module "doc"
-                        :components
-                        ((:html-file "index")
-                         (:txt-file "chipz-doc")
-                         (:css-file "style")))
+  :components ((:file "package")
                (:file "constants" :depends-on ("package"))
                (:file "types-and-tables" :depends-on ("constants"))
                (:file "crc32" :depends-on ("types-and-tables"))
