Skip to content

Commit

Permalink
template.go: bump debhelper-compat version to 13
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaskanashiro authored and zhsj committed Jun 11, 2020
1 parent b1321ff commit d492b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ func writeDebianControl(dir, gopkg, debsrc, debLib, debProg string, pkgType pack
fmt.Fprintf(f, "Priority: optional\n")

builddeps := append([]string{
"debhelper-compat (= 12)",
"debhelper-compat (= 13)",
"dh-golang",
"golang-any"},
dependencies...)
Expand Down

0 comments on commit d492b3a

Please sign in to comment.