[caffe] 03/05: dch/rules: import new RC version, bump SOVER

Zhou Mo cdluminate-guest at moszumanska.debian.org
Wed Mar 15 08:58:26 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.

commit fddeb7ba29a92855fa5467436b3e38f13542b71a
Author: Zhou Mo <cdluminate at gmail.com>
Date:   Wed Mar 15 07:35:10 2017 +0000

    dch/rules: import new RC version, bump SOVER
---
 debian/changelog | 7 +++++++
 debian/rules     | 6 +++---
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f109e78..56637e4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+caffe (1.0.0~rc5-1) UNRELEASED; urgency=medium
+
+  * New upstream RC release.
+  * Update CAFFE_SOVER and get-orig-source target in rules.
+
+ -- Zhou Mo <cdluminate at gmail.com>  Wed, 15 Mar 2017 07:33:12 +0000
+
 caffe (1.0.0~rc4-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/rules b/debian/rules
index 883fab6..f13d333 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_cpu_build"
 
 TEMPLATES     := $(wildcard debian/*.in)
@@ -115,4 +115,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.git



More information about the debian-science-commits mailing list