[neovim] 01/01: debian/rules: Use dh_auto_build in override_dh_auto_build

James McCoy jamessan at debian.org
Mon Feb 22 03:50:16 UTC 2016


This is an automated email from the git hooks/post-receive script.

jamessan pushed a commit to branch debian/sid
in repository neovim.

commit e1336a92bbc0d8170e778193d3949c068ac09d5d
Author: James McCoy <jamessan at debian.org>
Date:   Sun Feb 21 22:50:03 2016 -0500

    debian/rules: Use dh_auto_build in override_dh_auto_build
    
    Signed-off-by: James McCoy <jamessan at debian.org>
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index dd2189f..7c3a5d9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ export CFLAGS CXXFLAGS LDFLAGS
 	dh $@ --parallel
 
 override_dh_auto_build:
-	dh_auto_install --parallel -- VERBOSE=1 USE_BUNDLED_DEPS=OFF CMAKE_BUILD_TYPE=None CMAKE_EXTRA_FLAGS=-DCMAKE_INSTALL_PREFIX=/usr
+	dh_auto_build --parallel -- VERBOSE=1 USE_BUNDLED_DEPS=OFF CMAKE_BUILD_TYPE=None CMAKE_EXTRA_FLAGS=-DCMAKE_INSTALL_PREFIX=/usr
 
 override_dh_auto_install:
 	dh_auto_install --parallel -- VERBOSE=1 USE_BUNDLED_DEPS=OFF

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vim/neovim.git



More information about the pkg-vim-maintainers mailing list