Skip to content

Commit d492b3a

Browse files
lucaskanashirozhsj
authored andcommitted
template.go: bump debhelper-compat version to 13
1 parent b1321ff commit d492b3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ func writeDebianControl(dir, gopkg, debsrc, debLib, debProg string, pkgType pack
149149
fmt.Fprintf(f, "Priority: optional\n")
150150

151151
builddeps := append([]string{
152-
"debhelper-compat (= 12)",
152+
"debhelper-compat (= 13)",
153153
"dh-golang",
154154
"golang-any"},
155155
dependencies...)

0 commit comments

Comments
 (0)