Skip to content

Commit 12f6ad6

Browse files
committed
Add dpkg-build-api (= 1) to the default build-deps
Closes: #289
1 parent a6fe7fa commit 12f6ad6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

check_depends_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Priority: optional
1818
Build-Depends:
1919
debhelper-compat (= 13),
2020
dh-sequence-golang,
21+
dpkg-build-api (= 1),
2122
golang-any,
2223
golang-github-advancedlogic-goose-dev,
2324
golang-github-fatih-color-dev,

template.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ func writeDebianControl(dir, gopkg, debsrc, debLib, debProg string, pkgType pack
199199
builddeps := append([]string{
200200
"debhelper-compat (= 13)",
201201
"dh-sequence-golang",
202+
"dpkg-build-api (= 1)",
202203
"golang-any"},
203204
dependencies...)
204205
sort.Strings(builddeps)

0 commit comments

Comments
 (0)