[caffe-contrib] 04/14: rules: update get-orig-source

Zhou Mo cdluminate-guest at moszumanska.debian.org
Mon Jan 23 00:54:47 UTC 2017


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 6c98678b969f7b2450dd361db5fd68fafdc57228
Author: Zhou Mo <cdluminate at gmail.com>
Date:   Sun Jan 22 02:06:30 2017 +0000

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

diff --git a/debian/changelog b/debian/changelog
index 8a5af78..769c6d0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 caffe-contrib (1.0.0~rc4-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * Rules: update URL for get-orig-source target.
 
  -- Zhou Mo <cdluminate at gmail.com>  Sun, 22 Jan 2017 01:53:16 +0000
 
diff --git a/debian/rules b/debian/rules
index 8eb9acb..30e4433 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ export DEB_LDFLAGS_MAINT_APPEND  = -Wl,--as-needed
 DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 RULES         := debian/rules
-ORIG_SOURCE   := "https://github.com/BVLC/caffe/archive/rc3.tar.gz" # FIXME
+ORIG_SOURCE   := "https://github.com/BVLC/caffe/archive/rc4.tar.gz"
 CAFFE_SOVER   := 1.0.0-rc3
 BUILDDIR      := "caffe_cuda_build"
 
@@ -102,4 +102,4 @@ override_dh_fixperms:
 	chmod -x debian/tmp/usr/lib/python3/dist-packages/caffe/proto/__init__.py
 
 get-orig-source:
-	wget -c $(ORIG_SOURCE) -O caffe_1.0.0~rc3.orig.tar.gz # FIXME
+	wget -c $(ORIG_SOURCE) -O caffe_1.0.0~rc4.orig.tar.gz

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