[caffe-contrib] 04/05: rules: update SOVER and get-orig-source

Zhou Mo cdluminate-guest at moszumanska.debian.org
Sun Apr 9 15:01:55 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 8d7ae738e349f3b61690d88177b66f841b36a289
Author: Zhou Mo <cdluminate at gmail.com>
Date:   Sun Apr 9 14:55:00 2017 +0000

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

diff --git a/debian/changelog b/debian/changelog
index 6a7f5cc..5b12a19 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 caffe-contrib (1.0.0~rc5-1) UNRELEASED; urgency=medium
 
   * New upstream RC release.
+  * Update CAFFE_SOLVER and get-orig-source target in rules.
 
  -- Zhou Mo <cdluminate at gmail.com>  Sun, 09 Apr 2017 14:51:50 +0000
 
diff --git a/debian/rules b/debian/rules
index 88eaf87..a2c0fef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,8 +10,8 @@ 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/rc4.tar.gz"
-CAFFE_SOVER   := 1.0.0-rc4
+ORIG_SOURCE   := "https://github.com/BVLC/caffe/archive/rc5.tar.gz"
+CAFFE_SOVER   := 1.0.0-rc5
 BUILDDIR      := "caffe_cuda_build"
 
 TEMPLATES     := $(wildcard debian/*.in)
@@ -103,4 +103,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~rc4.orig.tar.gz
+	wget -c $(ORIG_SOURCE) -O caffe_1.0.0~rc5.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