Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
packaging
deb-redis
Commits
ab12bd2d
Commit
ab12bd2d
authored
Nov 21, 2019
by
Markus Frosch
Browse files
Update fix binary names before install
parent
965ca209
Changes
1
Hide whitespace changes
Inline
Side-by-side
debian/rules
View file @
ab12bd2d
...
...
@@ -43,9 +43,11 @@ override_dh_auto_clean:
override_dh_auto_build: debian/lua_libs_debian.c
# Build the non-bundled Lua libraries
dh_auto_build --sourcedirectory=deps/lua/src -- $(LUA_OBJECTS)
dh_auto_build --parallel -- V=1 USE_SYSTEM_JEMALLOC=yes USE_SYSTEM_LUA=yes
cd src && for name in server trib.rb check-rdb check-aof benchmark sentinel cli; do mv redis-$$name icinga-redis-$$name; done
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
# Avoid race conditions in upstream testsuite.
...
...
@@ -58,7 +60,7 @@ override_dh_auto_install:
debian/bin/generate-systemd-service-files
override_dh_compress:
dh_compress -Xredis-trib.rb
dh_compress -X
icinga-
redis-trib.rb
override_dh_installchangelogs:
dh_installchangelogs --keep 00-RELEASENOTES
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment