[caffe-contrib] 06/08: rules: bump CAFFE_SOLVER
Zhou Mo
cdluminate-guest at moszumanska.debian.org
Mon May 1 01:32:57 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 224ed5afdb50140bcd0a37d99cfb2b9f3de1fb85
Author: Zhou Mo <cdluminate at gmail.com>
Date: Mon May 1 01:28:07 2017 +0000
rules: bump CAFFE_SOLVER
---
debian/changelog | 4 ++--
debian/rules | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 0f8f383..e108050 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,11 @@
caffe-contrib (1.0.0-1) UNRELEASED; urgency=medium
- * New upstream release.
+ * New upstream release. (packaging synchronized with src:caffe)
* Patchset update:
- Remove post_rc5_upstream_updates.patch (included in upstream).
- Remove cmake-using-gnuinstalldirs (merged).
- Remove fix-more-float-comparison-precision-issue (merged).
-
+ * Rules: update CAFFE_SOLVER and get-orig-source accordingly.
-- Zhou Mo <cdluminate at gmail.com> Mon, 01 May 2017 01:22:35 +0000
diff --git a/debian/rules b/debian/rules
index a2c0fef..ee6e198 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/rc5.tar.gz"
-CAFFE_SOVER := 1.0.0-rc5
+ORIG_SOURCE := "https://github.com/BVLC/caffe/archive/1.0.tar.gz"
+CAFFE_SOVER := 1.0.0
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~rc5.orig.tar.gz
+ wget -c $(ORIG_SOURCE) -O caffe_1.0.0.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