File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -4,15 +4,18 @@ Section: database
4
4
Maintainer: Roman Tsisyk <roman@tarantool.org>
5
5
Build-Depends: debhelper (>= 9), cdbs,
6
6
cmake (>= 2.8),
7
- tarantool-dev (>= 1.7.5.0)
7
+ tarantool-dev (>= 1.7.5.0),
8
+ tarantool-checks (>= 3.0.1)
8
9
Standards-Version: 3.9.6
9
10
Homepage: https://github.com/tarantool/http
10
11
Vcs-Git: git://github.com/tarantool/http.git
11
12
Vcs-Browser: https://github.com/tarantool/http
12
13
13
14
Package: tarantool-http
14
15
Architecture: i386 amd64 armhf arm64
15
- Depends: tarantool (>= 1.7.5.0), ${shlibs:Depends}, ${misc:Depends}
16
+ Depends: tarantool (>= 1.7.5.0),
17
+ tarantool-checks (>= 3.0.1),
18
+ ${shlibs:Depends}, ${misc:Depends}
16
19
Pre-Depends: ${misc:Pre-Depends}
17
20
Description: HTTP server for Tarantool
18
21
This package provides a HTTP server for Tarantool.
Original file line number Diff line number Diff line change 2
2
3
3
DEB_CMAKE_EXTRA_FLAGS := -DCMAKE_INSTALL_LIBDIR=lib/$(DEB_HOST_MULTIARCH ) \
4
4
-DCMAKE_BUILD_TYPE=RelWithDebInfo
5
- DEB_MAKE_CHECK_TARGET := check
6
5
7
6
include /usr/share/cdbs/1/rules/debhelper.mk
8
7
include /usr/share/cdbs/1/class/cmake.mk
Original file line number Diff line number Diff line change @@ -24,9 +24,6 @@ tarantoolctl rocks install luatest
24
24
%cmake . -DCMAKE_BUILD_TYPE=RelWithDebInfo
25
25
make %{?_smp_mflags }
26
26
27
- %check
28
- make %{?_smp_mflags } check
29
-
30
27
%install
31
28
%make_install
32
29
You can’t perform that action at this time.
0 commit comments