[khronos-opencl-headers] 78/94: download from https
Andreas Beckmann
anbe at moszumanska.debian.org
Mon Sep 21 02:39:09 UTC 2015
This is an automated email from the git hooks/post-receive script.
anbe pushed a commit to branch master
in repository khronos-opencl-headers.
commit 3399322e6be8a589073903845210864101068787
Author: Andreas Beckmann <anbe at debian.org>
Date: Mon Oct 20 13:25:56 2014 +0000
download from https
git-svn-id: svn://svn.debian.org/svn/pkg-nvidia/packages/khronos-opencl-headers/trunk@5082 b6a4b1ba-b714-0410-8a2d-fc0b36c6496e
---
debian/rules | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index 1554c53..7256e2d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,10 +22,10 @@ get-orig-source:
mkdir $(src_dir)
set -e; cd $(src_dir) ; \
for h in $(headers_$(api)) ; do \
- wget http://www.khronos.org/registry/cl/api/$(api)/$$h ; \
+ wget https://www.khronos.org/registry/cl/api/$(api)/$$h ; \
done ; \
for h in $(headers_hpp) ; do \
- wget http://www.khronos.org/registry/cl/api/$(api_hpp)/$$h ; \
+ wget https://www.khronos.org/registry/cl/api/$(api_hpp)/$$h ; \
done
tar cfz $(src_file) --owner=root --group=src $(src_dir)
rm -rf $(src_dir)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opencl/khronos-opencl-headers.git
More information about the Pkg-opencl-commits
mailing list