[Pkg-javascript-commits] [jquery] 16/18: debian/tests/check-against-upstream-build: use https instead of http
Antonio Terceiro
terceiro at moszumanska.debian.org
Sat Apr 9 13:59:26 UTC 2016
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to branch debian/1.x
in repository jquery.
commit 28bd0e371fa08bc13b961912c4a551aa7fd6cc9e
Author: Antonio Terceiro <terceiro at debian.org>
Date: Sat Apr 9 10:55:12 2016 -0300
debian/tests/check-against-upstream-build: use https instead of http
---
debian/changelog | 5 +++--
debian/tests/check-against-upstream-build | 2 +-
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 5a0df46..aca705a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,8 @@ jquery (1.12.3-1) UNRELEASED; urgency=medium
debian/copyright.
- debian/watch: remove version mangling options.
* Copy and adapt autopkgtest tests from experimental branch
+ - debian/tests/check-against-upstream-build: use https instead of http for
+ retrieving upstream release
* debian/rules:
- cope with removal of upstream version mangling
- change date formatting to cope with changes in output of `date
@@ -28,9 +30,8 @@ jquery (1.12.3-1) UNRELEASED; urgency=medium
- Use https in Vcs-* URLs
* debian/copyright:
- cope with the location change for sizzle
- *
- -- Antonio Terceiro <terceiro at debian.org> Fri, 08 Apr 2016 18:24:58 -0300
+ -- Antonio Terceiro <terceiro at debian.org> Sat, 09 Apr 2016 10:50:34 -0300
jquery (1.11.3+dfsg-4) unstable; urgency=medium
diff --git a/debian/tests/check-against-upstream-build b/debian/tests/check-against-upstream-build
index 2075edc..5f90c5f 100755
--- a/debian/tests/check-against-upstream-build
+++ b/debian/tests/check-against-upstream-build
@@ -20,7 +20,7 @@ upstream_main_build=$upstream_cache/jquery-${version}.js
if [ ! -f "$upstream_main_build" ]; then
wget --output-document="$upstream_main_build" \
- http://code.jquery.com/jquery-${version}.js
+ https://code.jquery.com/jquery-${version}.js
fi
diff --ignore-blank-lines \
--
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