[Pkg-javascript-commits] [jquery] 12/16: debian/tests/check-against-upstream-build: download upstream build over https
Antonio Terceiro
terceiro at moszumanska.debian.org
Sat Apr 9 17:32:19 UTC 2016
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to branch master
in repository jquery.
commit c09d782701da31dc5cda6ab690d8b923b32db1e0
Author: Antonio Terceiro <terceiro at debian.org>
Date: Sat Apr 9 14:22:38 2016 -0300
debian/tests/check-against-upstream-build: download upstream build over https
---
debian/changelog | 2 ++
debian/tests/check-against-upstream-build | 2 +-
debian/tests/control | 2 +-
3 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 4651180..1fa9917 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -26,6 +26,8 @@ jquery (3.0.0~beta1-1) UNRELEASED; urgency=medium
* debian/control:
- bump Standards-Version to 3.9.7; no changes needed
- use https URLs in Vcs-*
+ * debian/tests/check-against-upstream-build: download upstream build over
+ https
-- Antonio Terceiro <terceiro at debian.org> Sat, 09 Apr 2016 11:06:39 -0300
diff --git a/debian/tests/check-against-upstream-build b/debian/tests/check-against-upstream-build
index c29c60c..ee46481 100755
--- a/debian/tests/check-against-upstream-build
+++ b/debian/tests/check-against-upstream-build
@@ -20,7 +20,7 @@ upstream_build=$upstream_cache/jquery-${version}.js
if [ ! -f "$upstream_build" ]; then
wget --output-document="$upstream_build" \
- http://code.jquery.com/jquery-${version}.js
+ https://code.jquery.com/jquery-${version}.js
fi
diff --ignore-blank-lines \
diff --git a/debian/tests/control b/debian/tests/control
index 33c37c1..263ff2f 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,2 +1,2 @@
Tests: check-against-upstream-build, check-minification
-Depends: @, wget
+Depends: @, wget, ca-certificates
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/jquery.git
More information about the Pkg-javascript-commits
mailing list