launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #24686
[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 deprecated 9 to 12., Remove unnecessary X-Python{,3}-Version field in debian/control., Set debhelper-compat version in Build-Depends., 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/383534
Fix some issues reported by lintian
* Use secure copyright file specification URI. (insecure-copyright-format-uri)
* Remove unnecessary X-Python{,3}-Version field in debian/control. (ancient-python-version-field)
* Bump debhelper from deprecated 9 to 12. (package-uses-deprecated-debhelper-compat-version)
* Set debhelper-compat version in Build-Depends. (uses-debhelper-compat-file)
This merge proposal was created automatically by the Janitor bot.
For more information, including instructions on how to disable
these merge proposals, see 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/23653ad9-aa07-43fb-80c3-b259a1680dac.
These changes have no impact on the binary debdiff. See
https://janitor.debian.net/api/run/23653ad9-aa07-43fb-80c3-b259a1680dac/debdiff?filter_boring=1 to
download the raw debdiff.
You can also view the diffoscope diff at
https://janitor.debian.net/api/run/23653ad9-aa07-43fb-80c3-b259a1680dac/diffoscope?filter_boring=1,
or unfiltered at https://janitor.debian.net/api/run/23653ad9-aa07-43fb-80c3-b259a1680dac/diffoscope.
--
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 674b14e..ae18455 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ 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 deprecated 9 to 12.
+ * Set debhelper-compat version in Build-Depends.
-- Debian Janitor <janitor@xxxxxxxxx> Fri, 20 Dec 2019 13:47:13 +0000
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 aeb453f..fc1882d 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ 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