← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~jelmer/git-build-recipe/+git/git-build-recipe:vcs-field-uses-insecure-uri into git-build-recipe:master

 

Jelmer Vernooij has proposed merging ~jelmer/git-build-recipe/+git/git-build-recipe:vcs-field-uses-insecure-uri into git-build-recipe:master.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~jelmer/git-build-recipe/+git/git-build-recipe/+merge/354742

Use secure URI in Vcs control header.

Fixes lintian: vcs-field-uses-insecure-uri
See https://lintian.debian.org/tags/vcs-field-uses-insecure-uri.html for more details.
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~jelmer/git-build-recipe/+git/git-build-recipe:vcs-field-uses-insecure-uri into git-build-recipe:master.
diff --git a/debian/changelog b/debian/changelog
index 710a07d..f0663a3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+git-build-recipe (0.3.6) UNRELEASED; urgency=medium
+
+  * Use secure URI in Vcs control header.
+
+ -- Jelmer Vernooij <jelmer@xxxxxxxxxx>  Wed, 12 Sep 2018 04:18:41 +0100
+
 git-build-recipe (0.3.5) unstable; urgency=medium
 
   * Unset LANGUAGE when running tests, to avoid a build failure in Debian's
diff --git a/debian/control b/debian/control
index 63c7138..1cbaaaf 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Colin Watson <cjwatson@xxxxxxxxxx>
 Standards-Version: 3.9.7
 Build-Depends: debhelper (>= 9), dh-python, python3 (>= 3.1.2-8~), python3-setuptools, python3-dateutil, python3-debian, python3-testtools, python3-fixtures, python3-nose, devscripts, git, pristine-tar, quilt
 Homepage: https://launchpad.net/git-build-recipe
-Vcs-Git: git://git.launchpad.net/git-build-recipe
+Vcs-Git: https://git.launchpad.net/git-build-recipe
 Vcs-Browser: https://git.launchpad.net/git-build-recipe
 X-Python3-Version: >= 3.3