Skip to content

Commit 19e3049

Browse files
author
Konstantin Nazarov
committed
Add check dependency in debian build rules
1 parent 9b5ff23 commit 19e3049

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

debian/control

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,18 @@ Section: database
44
Maintainer: Roman Tsisyk <roman@tarantool.org>
55
Build-Depends: debhelper (>= 9), cdbs,
66
cmake (>= 2.8),
7-
tarantool-dev (>= 1.7.5.0)
7+
tarantool-dev (>= 1.7.5.0),
8+
tarantool-checks (>= 3.0.1)
89
Standards-Version: 3.9.6
910
Homepage: https://github.com/tarantool/http
1011
Vcs-Git: git://github.com/tarantool/http.git
1112
Vcs-Browser: https://github.com/tarantool/http
1213

1314
Package: tarantool-http
1415
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}
1619
Pre-Depends: ${misc:Pre-Depends}
1720
Description: HTTP server for Tarantool
1821
This package provides a HTTP server for Tarantool.

debian/rules

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
DEB_CMAKE_EXTRA_FLAGS := -DCMAKE_INSTALL_LIBDIR=lib/$(DEB_HOST_MULTIARCH) \
44
-DCMAKE_BUILD_TYPE=RelWithDebInfo
5-
DEB_MAKE_CHECK_TARGET := check
65

76
include /usr/share/cdbs/1/rules/debhelper.mk
87
include /usr/share/cdbs/1/class/cmake.mk

rpm/tarantool-http.spec

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ tarantoolctl rocks install luatest
2424
%cmake . -DCMAKE_BUILD_TYPE=RelWithDebInfo
2525
make %{?_smp_mflags}
2626

27-
%check
28-
make %{?_smp_mflags} check
29-
3027
%install
3128
%make_install
3229

0 commit comments

Comments
 (0)