Use https scheme for stable update changelog URLs

svn path=/dists/sid/linux/; revision=21455
This commit is contained in:
Ben Hutchings 2014-06-17 15:43:04 +00:00
parent f66cd3322f
commit 78f00cf7ad
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ dch -v "$new_pkg_ver" --preserve --multimaint-merge -D UNRELEASED \
echo "New upstream stable update: "
while [ "v$cur_ver" != "v$new_ver" ]; do
cur_ver="$(next_update "$cur_ver")"
echo "http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-$cur_ver"
echo "https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-$cur_ver"
done)"
# Then insert the shortlogs with sed