openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #33054
[Merge] lp:~jelmer/openlp/vcs-field-uses-insecure-uri into lp:openlp/debian-package
Jelmer Vernooij has proposed merging lp:~jelmer/openlp/vcs-field-uses-insecure-uri into lp:openlp/debian-package.
Requested reviews:
OpenLP Core (openlp-core)
For more details, see:
https://code.launchpad.net/~jelmer/openlp/vcs-field-uses-insecure-uri/+merge/354898
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.
--
Your team OpenLP Core is requested to review the proposed merge of lp:~jelmer/openlp/vcs-field-uses-insecure-uri into lp:openlp/debian-package.
=== modified file 'debian/changelog'
--- debian/changelog 2017-07-05 06:33:53 +0000
+++ debian/changelog 2018-09-14 01:26:12 +0000
@@ -1,3 +1,9 @@
+openlp (2.4.6-2) UNRELEASED; urgency=medium
+
+ * Use secure URI in Vcs control header.
+
+ -- Jelmer Vernooij <jelmer@xxxxxxxxxx> Fri, 14 Sep 2018 02:15:56 +0100
+
openlp (2.4.6-1) unstable; urgency=medium
* Upload to unstable, merging unstable and experimental packaging
=== modified file 'debian/control'
--- debian/control 2017-07-05 06:25:44 +0000
+++ debian/control 2018-09-14 01:26:12 +0000
@@ -9,7 +9,7 @@
python3-setuptools,
qttools5-dev-tools
Standards-Version: 4.0.0
-Vcs-Bzr: lp:openlp/debian-package
+Vcs-Bzr: https://code.launchpad.net/openlp/debian-package
Vcs-Browser: https://bazaar.launchpad.net/~openlp-core/openlp/debian-package/files
Homepage: https://openlp.org/
X-Python3-Version: >= 3.4
Follow ups