Skip to content

Commit 5f057c9

Browse files
Tachi107ottok
authored andcommitted
Add dpkg-build-api (= 1) to the default build-deps
Closes: #289
1 parent 4033630 commit 5f057c9

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
@@ -17,6 +17,7 @@ Testsuite: autopkgtest-pkg-go
1717
Build-Depends:
1818
debhelper-compat (= 13),
1919
dh-sequence-golang,
20+
dpkg-build-api (= 1),
2021
golang-any,
2122
golang-github-advancedlogic-goose-dev,
2223
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)