Skip to content

Commit d713261

Browse files
authored
Merge pull request #179 from guillemj/pu/program-section
Set a Section: TODO field for program packages
2 parents e17a643 + 561536f commit d713261

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
@@ -173,6 +173,7 @@ func addLibraryPackage(f *os.File, gopkg, debLib string, dependencies []string)
173173
func addProgramPackage(f *os.File, gopkg, debProg string) {
174174
fmt.Fprintf(f, "\n")
175175
fmt.Fprintf(f, "Package: %s\n", debProg)
176+
fmt.Fprintf(f, "Section: TODO\n")
176177
fmt.Fprintf(f, "Architecture: any\n")
177178
deps := []string{"${misc:Depends}", "${shlibs:Depends}"}
178179
fprintfControlField(f, "Depends", deps)

0 commit comments

Comments
 (0)