[caffe-contrib] 239/362: rules: update get-orig-source target

Zhou Mo cdluminate-guest at moszumanska.debian.org
Tue May 3 09:24:37 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 475329a592e0b7d57efe872447887a112005fb18
Author: Zhou Mo <cdluminate at gmail.com>
Date:   Thu Dec 10 12:51:13 2015 +0000

    rules: update get-orig-source target
---
 debian/rules | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 90e056b..68d65cd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
 RULES         := debian/rules
-ORIG_SOURCE   := "https://github.com/BVLC/caffe/archive/master.tar.gz"
+ORIG_SOURCE   := "https://github.com/BVLC/caffe/archive/master.zip"
 
 export CAFFE_CPU_BUILDDIR="caffe_cpu_build"
 export CAFFE_CUDA_BUILDDIR="caffe_cuda_build"
@@ -124,7 +124,8 @@ ifeq (y, $(flag_build_caffe_cuda))
 endif
 
 get-orig-source:
-	wget -c $(ORIG_SOURCE) -O caffe-git$(shell date +%y%m%d).tar.gz
+	# download the master branch of Caffe
+	wget -c $(ORIG_SOURCE) -O caffe-git$(shell date +%y%m%d).zip
 
 
 #### BEGIN: CUSTOM TARGETS ############################################

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