Set debhelper-compat version in Build-Depends.

Fixes lintian: uses-debhelper-compat-file
See https://lintian.debian.org/tags/uses-debhelper-compat-file.html for more details.
This commit is contained in:
Debian Janitor
2019-11-29 08:02:45 +00:00
parent 20278a7b5d
commit dccf1acb78
3 changed files with 2 additions and 2 deletions
+1
View File
@@ -4,6 +4,7 @@ aptly (1.3.0+ds1-3) UNRELEASED; urgency=medium
debian/tests/control.
* Use secure URI in Homepage field.
* Bump debhelper from old 11 to 12.
* Set debhelper-compat version in Build-Depends.
-- Debian Janitor <janitor@jelmer.uk> Fri, 29 Nov 2019 08:01:38 +0000
-1
View File
@@ -1 +0,0 @@
12
+1 -1
View File
@@ -2,7 +2,7 @@ Source: aptly
Section: utils
Priority: optional
Maintainer: Sebastien Delafond <seb@debian.org>
Build-Depends: debhelper (>= 12~),
Build-Depends: debhelper-compat (= 12),
dh-golang,
golang-any,
golang-go.tools,