1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
diff --git a/control b/control
index a010475..da60418 100644
--- a/control
+++ b/control
@@ -33,7 +33,6 @@ Build-Depends: autotools-dev,
llvm-dev,
libclang-dev,
clang,
- cbindgen (>= 0.19.0),
nodejs (>= 10),
zip,
unzip,
diff --git a/control.in b/control.in
index b6acf1b..089cbf7 100644
--- a/control.in
+++ b/control.in
@@ -58,7 +58,6 @@ Build-Depends: autotools-dev,
libclang-dev,
clang,
%endif
- cbindgen (>= 0.19.0),
%if DIST == stretch
nodejs-mozilla (>= 10),
%else
diff --git a/rules b/rules
index 117197e..f462e5a 100755
--- a/rules
+++ b/rules
@@ -81,7 +81,7 @@ LIB_DIR := /usr/lib/$($(PRODUCT))
SHARE_DIR := /usr/share/$($(PRODUCT))
# Work around https://github.com/rust-lang/cargo/issues/7147
-export CARGO_HOME=$(CURDIR)/debian/.cargo
+export CARGO_HOME=$(CURDIR)/.cargo
ifneq (,$(filter stretch,$(DIST)))
ifneq (,$(filter amd64 i386,$(DEB_HOST_ARCH)))
|