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 -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,