[caffe-contrib] 306/362: rules: custom-cuda target test OK

Zhou Mo cdluminate-guest at moszumanska.debian.org
Tue May 3 09:24:47 UTC 2016


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

cdluminate-guest pushed a commit to branch master
in repository caffe-contrib.

commit 803b87a2b90478ffd6c279adb2586f60822f763f
Author: Zhou Mo <cdluminate at gmail.com>
Date:   Wed Mar 9 10:15:05 2016 +0000

    rules: custom-cuda target test OK
---
 debian/rules | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index b9c2966..62118c5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -185,7 +185,8 @@ CONFFLAG_CUDA_CUSTOM = $(CMAKE_CONFIGURE_TEMPLATE) \
 #
 .PHONY: custom-cpu custom-cuda
 custom-cpu:
-	dch --local='+custom' "Local custom build of caffe-cpu packages. `uname -a`"
+	dch --local='+custom' "Local custom build of caffe-cpu packages."
+	dch "Host Info: `uname -a`"
 	dpkg-source --after-build ./
 	dpkg-source --before-build ./
 	dh_auto_clean --builddirectory=${CAFFE_CPU_BUILDDIR}
@@ -204,7 +205,8 @@ custom-cpu:
 	-$(RM) debian/*.symbols
 	fakeroot dh binary $(SUITE_CPU_P)
 custom-cuda:
-	dch --local='+custom' "Local custom build of caffe-cuda packages. `uname -a`"
+	dch --local='+custom' "Local custom build of caffe-cuda packages."
+	dch "Host Info: `uname -a`"
 	dpkg-source --after-build ./
 	dpkg-source --before-build ./
 	dh_auto_clean --builddirectory=${CAFFE_CUDA_BUILDDIR}

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



More information about the debian-science-commits mailing list