Skip to content

Commit ebcdcc6

Browse files
committed
Add "dist = DEP14" to debian/gbp.conf template
1 parent b7e1e7f commit ebcdcc6

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
@@ -279,6 +279,7 @@ func writeDebianGbpConf(dir string, dep14, pristineTar bool) error {
279279
fmt.Fprintf(f, "[DEFAULT]\n")
280280
if dep14 {
281281
fmt.Fprintf(f, "debian-branch = debian/sid\n")
282+
fmt.Fprintf(f, "dist = DEP14\n")
282283
}
283284
if pristineTar {
284285
fmt.Fprintf(f, "pristine-tar = True\n")

0 commit comments

Comments
 (0)