Skip to content

Commit

Permalink
Merge pull request Debian#16 from tianon/UNRELEASED
Browse files Browse the repository at this point in the history
Swap hard-coded "unstable" with the slightly more accurate "UNRELEASED" (ready for "dch -r" usage)
  • Loading branch information
stapelberg committed Sep 13, 2015
2 parents 7e3c327 + 62d8d89 commit 1221041
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 @@ -360,7 +360,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 1221041

Please sign in to comment.