[caffe] 47/249: rules: fix error in custom target

Zhou Mo cdluminate-guest at moszumanska.debian.org
Tue Mar 8 14:51:17 UTC 2016


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

cdluminate-guest pushed a commit to branch debian/experimental
in repository caffe.

commit c0b2589214e3a6c3858033d376657191ed7bb881
Author: Zhou Mo <cdluminate at gmail.com>
Date:   Thu Jul 23 14:29:53 2015 +0000

    rules: fix error in custom target
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 92934fe..4a945fe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,7 +40,7 @@ override_dh_auto_test: config
 custom:
 	# this custom target is inspired by openblas's rules.
 	if [ ! -e debian/custom/Makefile.config ]; then \
-	printf "E: please put your Makefile.config into debian/custom/\n"
+	printf "E: please put your Makefile.config into debian/custom/\n"; false; \
 	fi
 	cp debian/custom/Makefile.config ./
 	dch --local='+custom' "Custom build on `uname -a`"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/caffe.git



More information about the debian-science-commits mailing list