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

Zhou Mo cdluminate-guest at moszumanska.debian.org
Tue May 3 09:24:40 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 e439fe11748a8c3a0e08d6ac42393bee320f2987
Author: Zhou Mo <cdluminate at gmail.com>
Date:   Tue Mar 8 15:17:01 2016 +0000

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

diff --git a/debian/rules b/debian/rules
index 0d8d99a..b8faba0 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.zip"
+ORIG_SOURCE   := "https://github.com/BVLC/caffe/archive/rc2.tar.gz"
 
 export CAFFE_CPU_BUILDDIR="caffe_cpu_build"
 export CAFFE_CUDA_BUILDDIR="caffe_cuda_build"
@@ -124,9 +124,7 @@ ifeq (y, $(flag_build_caffe_cuda))
 endif
 
 get-orig-source:
-	# download the master branch of Caffe
-	wget -c $(ORIG_SOURCE) -O caffe-git$(shell date +%y%m%d).zip
-
+	wget -c $(ORIG_SOURCE) -O caffe_1.0.0~rc3.orig.tar.gz
 
 #### 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