Merge ~cjwatson/git-build-recipe:require-focal into git-build-recipe:master

Proposed by Colin Watson
Status: Merged
Merged at revision: c009589b142d836fcedcdf8f2ec17e879d2fcef0
Proposed branch: ~cjwatson/git-build-recipe:require-focal
Merge into: git-build-recipe:master
Diff against target: 33 lines (+3/-2)
3 files modified
debian/changelog (+2/-0)
debian/control (+1/-1)
dev/null (+0/-1)
Reviewer Review Type Date Requested Status
Andrey Fedoseev (community) Approve
Review via email: mp+428725@code.launchpad.net

Commit message

Restore debhelper 12 and debhelper-compat changes

Description of the change

This reverts commit b8653b108494945a2b380f6e9acb8e5ceac470be.

Now that all Launchpad builders run focal, it's safe to upgrade the packaging to a debhelper version that requires that.

To post a comment you must log in.
Revision history for this message
Andrey Fedoseev (andrey-fedoseev) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/debian/changelog b/debian/changelog
2index e7d6df9..020778e 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -3,6 +3,8 @@ git-build-recipe (0.3.7) UNRELEASED; urgency=medium
6 [ Debian Janitor ]
7 * Use secure copyright file specification URI.
8 * Remove unnecessary X-Python{,3}-Version field in debian/control.
9+ * Bump debhelper from deprecated 9 to 12.
10+ * Set debhelper-compat version in Build-Depends.
11
12 [ Colin Watson ]
13 * Switch from nose to pytest.
14diff --git a/debian/compat b/debian/compat
15deleted file mode 100644
16index ec63514..0000000
17--- a/debian/compat
18+++ /dev/null
19@@ -1 +0,0 @@
20-9
21diff --git a/debian/control b/debian/control
22index 165655a..53959c8 100644
23--- a/debian/control
24+++ b/debian/control
25@@ -3,7 +3,7 @@ Section: vcs
26 Priority: optional
27 Maintainer: Colin Watson <cjwatson@ubuntu.com>
28 Standards-Version: 3.9.7
29-Build-Depends: debhelper (>= 9), dh-python, python3 (>= 3.1.2-8~), python3-setuptools, python3-dateutil, python3-debian, python3-testtools, python3-fixtures, python3-pytest, devscripts, git, pristine-tar, quilt
30+Build-Depends: debhelper-compat (= 12), dh-python, python3 (>= 3.1.2-8~), python3-setuptools, python3-dateutil, python3-debian, python3-testtools, python3-fixtures, python3-pytest, devscripts, git, pristine-tar, quilt
31 Homepage: https://launchpad.net/git-build-recipe
32 Vcs-Git: https://git.launchpad.net/git-build-recipe
33 Vcs-Browser: https://git.launchpad.net/git-build-recipe

Subscribers

People subscribed via source and target branches