← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~debian-janitor/git-build-recipe:lintian-fixes into git-build-recipe:master

 

Debian Janitor has proposed merging ~debian-janitor/git-build-recipe:lintian-fixes into git-build-recipe:master.

Commit message:
Fix lintian issues: Bump debhelper from old 9 to 12., Remove unnecessary X-Python{,3}-Version field in debian/control., Use secure copyright file specification URI.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~debian-janitor/git-build-recipe/+git/git-build-recipe/+merge/376594

Fix some issues reported by lintian
* Use secure copyright file specification URI.
* Remove unnecessary X-Python{,3}-Version field in debian/control.
* Bump debhelper from old 9 to 12.


This merge proposal was created automatically by the Janitor bot
(https://janitor.debian.net/lintian-fixes).

You can follow up to this merge proposal as you normally would.

Build and test logs for this branch can be found at
https://janitor.debian.net/lintian-fixes/pkg/git-build-recipe/7c8d16cd-257d-495a-8478-3416484e0d04.
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~debian-janitor/git-build-recipe:lintian-fixes into git-build-recipe:master.
diff --git a/debian/changelog b/debian/changelog
index db7f193..7c705d1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+git-build-recipe (0.3.7) UNRELEASED; urgency=medium
+
+  * Use secure copyright file specification URI.
+  * Remove unnecessary X-Python{,3}-Version field in debian/control.
+  * Bump debhelper from old 9 to 12.
+
+ -- Debian Janitor <janitor@xxxxxxxxx>  Sat, 12 Oct 2019 12:20:51 +0000
+
 git-build-recipe (0.3.6) unstable; urgency=medium
 
   [ Jelmer Vernooij ]
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index ec63514..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-9
diff --git a/debian/control b/debian/control
index 1cbaaaf..fc1882d 100644
--- a/debian/control
+++ b/debian/control
@@ -3,11 +3,10 @@ Section: vcs
 Priority: optional
 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
+Build-Depends: debhelper-compat (= 12), 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: https://git.launchpad.net/git-build-recipe
 Vcs-Browser: https://git.launchpad.net/git-build-recipe
-X-Python3-Version: >= 3.3
 
 Package: git-build-recipe
 Architecture: all
diff --git a/debian/copyright b/debian/copyright
index e2acff6..8d27204 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: git-build-recipe
 Upstream-Contact: Colin Watson <cjwatson@xxxxxxxxxx>
 Source: https://launchpad.net/git-build-recipe

Follow ups