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

Zhou Mo cdluminate-guest at moszumanska.debian.org
Tue May 3 09:24:34 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 645dc12e52474499f539330bbf8bacaf2e549be6
Author: Zhou Mo <cdluminate at gmail.com>
Date:   Fri Sep 4 06:19:02 2015 +0000

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

diff --git a/debian/rules b/debian/rules
index 99d2255..950fe27 100755
--- a/debian/rules
+++ b/debian/rules
@@ -183,7 +183,7 @@ custom-cpu:
 	cd ${CAFFE_CPU_BUILDDIR}; cmake -DCMAKE_INSTALL_CONFIG_NAME="Release" \
 		-P cmake_install.cmake
 	$(RM) debian/*.symbols
-	fakeroot $(RULES) binary $(SUITE_CPU_P)
+	fakeroot dh binary $(SUITE_CPU_P)
 custom-cuda:
 	dch --local='+custom' "Custom build of caffe-cuda on `uname -a`"
 	dpkg-source --after-build ./
@@ -201,4 +201,4 @@ custom-cuda:
 	cd ${CAFFE_CUDA_BUILDDIR}; cmake -DCMAKE_INSTALL_CONFIG_NAME="Release" \
 		-P cmake_install.cmake
 	$(RM) debian/*.symbols
-	fakeroot $(RULES) binary $(SUITE_CUDA_P)
+	fakeroot dh binary $(SUITE_CUDA_P)

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