File: no-coveralls.patch

package info (click to toggle)
cl-plus-ssl 20220328.git8b91648-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 616 kB
  • sloc: lisp: 3,745; sh: 79; makefile: 8
file content (18 lines) | stat: -rw-r--r-- 570 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Remove ASDF-dependency on cl-coveralls
 This is only used for publishing CI results on upstream's website
Author: Sébastien Villemot <sebastien@debian.org>
Forwarded: not-needed
Last-Update: 2018-06-21
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/cl+ssl.test.asd
+++ b/cl+ssl.test.asd
@@ -13,7 +13,7 @@
   :depends-on (:cl+ssl
                :fiveam
                :usocket
-               (:feature (:or :sbcl :ccl) :cl-coveralls))
+               )
   :serial t
   :components ((:module "test"
                 :serial t