mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-07-15 11:57:59 +00:00
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:
Vendored
+1
@@ -4,6 +4,7 @@ aptly (1.3.0+ds1-3) UNRELEASED; urgency=medium
|
|||||||
debian/tests/control.
|
debian/tests/control.
|
||||||
* Use secure URI in Homepage field.
|
* Use secure URI in Homepage field.
|
||||||
* Bump debhelper from old 11 to 12.
|
* 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
|
-- Debian Janitor <janitor@jelmer.uk> Fri, 29 Nov 2019 08:01:38 +0000
|
||||||
|
|
||||||
|
|||||||
Vendored
-1
@@ -1 +0,0 @@
|
|||||||
12
|
|
||||||
Vendored
+1
-1
@@ -2,7 +2,7 @@ Source: aptly
|
|||||||
Section: utils
|
Section: utils
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Sebastien Delafond <seb@debian.org>
|
Maintainer: Sebastien Delafond <seb@debian.org>
|
||||||
Build-Depends: debhelper (>= 12~),
|
Build-Depends: debhelper-compat (= 12),
|
||||||
dh-golang,
|
dh-golang,
|
||||||
golang-any,
|
golang-any,
|
||||||
golang-go.tools,
|
golang-go.tools,
|
||||||
|
|||||||
Reference in New Issue
Block a user