Skip to content

Commit

Permalink
Swap hard-coded "unstable" with the slightly more accurate "UNRELEASE…
Browse files Browse the repository at this point in the history
…D" (ready for "dch -r" usage)
  • Loading branch information
tianon committed Sep 4, 2015
1 parent 3711822 commit 62d8d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make.go
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ func writeTemplates(dir, gopkg, debsrc, debbin, debversion string, dependencies
return err
}
defer f.Close()
fmt.Fprintf(f, "%s (%s) unstable; urgency=medium\n", debsrc, debversion)
fmt.Fprintf(f, "%s (%s) UNRELEASED; urgency=medium\n", debsrc, debversion)
fmt.Fprintf(f, "\n")
fmt.Fprintf(f, " * Initial release (Closes: TODO)\n")
fmt.Fprintf(f, "\n")
Expand Down

0 comments on commit 62d8d89

Please sign in to comment.