[caffe-contrib] 219/362: d/rules: custom target: change dh to $(RULES)

Zhou Mo cdluminate-guest at moszumanska.debian.org
Tue May 3 09:24:33 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 51311f9b21396cf907966cfbf6baea1165757e88
Author: Zhou Mo <cdluminate at gmail.com>
Date:   Fri Sep 4 05:59:42 2015 +0000

    d/rules: custom target: change dh to $(RULES)
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 0bf8f5f..a154a7a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -197,7 +197,7 @@ custom-cpu:
 	cd ${CAFFE_CPU_BUILDDIR}; cmake -DCMAKE_INSTALL_CONFIG_NAME="Release" \
 		-P cmake_install.cmake
 	$(RM) debian/*.symbols
-	fakeroot dh binary \
+	fakeroot $(RULES) binary \
 		--package=caffe-cpu \
 		--package=libcaffe-cpu0 \
 		--package=libcaffe-cpu-dev \
@@ -219,7 +219,7 @@ custom-cuda:
 	cd ${CAFFE_CUDA_BUILDDIR}; cmake -DCMAKE_INSTALL_CONFIG_NAME="Release" \
 		-P cmake_install.cmake
 	$(RM) debian/*.symbols
-	fakeroot dh binary \
+	fakeroot $(RULES) binary \
 		--package=caffe-cuda \
 		--package=libcaffe-cuda0 \
 		--package=libcaffe-cuda-dev \

-- 
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