[caffe] 04/06: rules: update URL for get-orig-source
Zhou Mo
cdluminate-guest at moszumanska.debian.org
Sat Jan 21 03:11:52 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 8bf9314bb24d9b1ca7f45cd7c5d46c26cc571745
Author: Zhou Mo <cdluminate at gmail.com>
Date: Sat Jan 21 02:57:43 2017 +0000
rules: update URL for 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 b6bd7ae..06d1916 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
caffe (1.0.0~rc4-1) UNRELEASED; urgency=medium
* New upstream release.
+ * Update URL for get-orig-source target in rules.
-- Zhou Mo <cdluminate at gmail.com> Sat, 21 Jan 2017 02:20:23 +0000
diff --git a/debian/rules b/debian/rules
index 0f0b1ee..c4a2291 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_cpu_build"
@@ -113,4 +113,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.git
More information about the debian-science-commits
mailing list