File: drop-ruby-bits.patch

package info (click to toggle)
open-build-service 2.9.4-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 30,552 kB
  • sloc: ruby: 73,389; perl: 51,999; xml: 9,782; sh: 5,540; javascript: 2,743; sql: 1,232; python: 435; makefile: 229; cpp: 46
file content (23 lines) | stat: -rw-r--r-- 381 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Subject: Don’t install anything Ruby

--- a/Makefile
+++ b/Makefile
@@ -1,18 +1,14 @@
 all:
-	make -C docs/api/api apidocs
 
 install:
 	make -C dist install
-	make -C src/api install
 	make -C src/backend install
 
 test:
-	make -C src/api test
 	make -C dist test
 	make -C src/backend test
 
 clean:
-	make -C src/api clean
 
 rubocop:
 	rubocop -D -F --fail-level convention