Merge lp:~jelmer/ubuntu-packaging-guide/vcs-field-uses-insecure-uri into lp:ubuntu-packaging-guide

Proposed by Jelmer Vernooij
Status: Merged
Merged at revision: 670
Proposed branch: lp:~jelmer/ubuntu-packaging-guide/vcs-field-uses-insecure-uri
Merge into: lp:ubuntu-packaging-guide
Diff against target: 26 lines (+7/-1)
2 files modified
debian/changelog (+6/-0)
debian/control (+1/-1)
To merge this branch: bzr merge lp:~jelmer/ubuntu-packaging-guide/vcs-field-uses-insecure-uri
Reviewer Review Type Date Requested Status
Ubuntu Packaging Guide Team Pending
Review via email: mp+354900@code.launchpad.net

Description of the change

Use secure URI in Vcs control header.

The lp: prefix gets expanded to http://code.launchpad.net/ for
users that are not logged in on some versions of Bazaar.

Fixes lintian: vcs-field-uses-insecure-uri
See https://lintian.debian.org/tags/vcs-field-uses-insecure-uri.html for more details.

To post a comment you must log in.
Revision history for this message
Dmitry Shachnev (mitya57) wrote :

Merged, thanks!

When I clone https://code.launchpad.net/ubuntu-packaging-guide, then parent location in .bzr/branch/branch.conf is set to http://bazaar.launchpad.net/~ubuntu-packaging-guide-team/ubuntu-packaging-guide/trunk/ (insecure URL). Do you know why this happens?

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2018-08-30 19:10:40 +0000
3+++ debian/changelog 2018-09-14 01:28:36 +0000
4@@ -1,3 +1,9 @@
5+ubuntu-packaging-guide (1.0.1) UNRELEASED; urgency=medium
6+
7+ * Use secure URI in Vcs control header.
8+
9+ -- Jelmer Vernooij <jelmer@debian.org> Fri, 14 Sep 2018 02:18:18 +0100
10+
11 ubuntu-packaging-guide (1.0.0) unstable; urgency=medium
12
13 [ Simon Quigley ]
14
15=== modified file 'debian/control'
16--- debian/control 2018-08-29 12:28:53 +0000
17+++ debian/control 2018-09-14 01:28:36 +0000
18@@ -3,7 +3,7 @@
19 Section: doc
20 Maintainer: Ubuntu Developers <ubuntu-dev-team@alioth-lists.debian.net>
21 Uploaders: Andrew Starr-Bochicchio <asb@debian.org>, Dmitry Shachnev <mitya57@debian.org>
22-Vcs-Bzr: lp:ubuntu-packaging-guide
23+Vcs-Bzr: https://code.launchpad.net/ubuntu-packaging-guide
24 Vcs-Browser: https://code.launchpad.net/~ubuntu-packaging-guide-team/ubuntu-packaging-guide/trunk
25 Build-Depends: cm-super-minimal,
26 debhelper (>= 9),

Subscribers

People subscribed via source and target branches