Skip to content

Commit 8914933

Browse files
committed
Add "Multi-Arch: foreign" to debian/control of library packages
1 parent 64dccd7 commit 8914933

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

template.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ func addLibraryPackage(f *os.File, gopkg, debLib string, dependencies []string)
128128
fmt.Fprintf(f, "\n")
129129
fmt.Fprintf(f, "Package: %s\n", debLib)
130130
fmt.Fprintf(f, "Architecture: all\n")
131+
fmt.Fprintf(f, "Multi-Arch: foreign\n")
131132
deps := dependencies
132133
sort.Strings(deps)
133134
deps = append(deps, "${misc:Depends}")

0 commit comments

Comments
 (0)