diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2020-04-19 10:05:51 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2020-04-19 10:05:51 +0000 |
commit | ea995dbad753aebeed8ba27f923b22243a5f238a (patch) | |
tree | 05c39aeb14fe56acf92138444703df3874b38f79 | |
parent | Removing unneeded debhelper versioned build-depends. (diff) | |
download | pre-commit-ea995dbad753aebeed8ba27f923b22243a5f238a.tar.xz pre-commit-ea995dbad753aebeed8ba27f923b22243a5f238a.zip |
Updating to debhelper version 13.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index b1c7cea..a87dc3e 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: utils Priority: optional Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org> Build-Depends: - debhelper-compat (= 12), + debhelper-compat (= 13), dh-python, python3-all, python3-setuptools, |