summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-12-09 20:12:16 +0000
committerCarl Hetherington <cth@carlh.net>2012-12-09 20:12:16 +0000
commit845756cad921fa6cd443fdad1b45c652e33281c6 (patch)
treed4de04ef7cbc1bf097a35bd7407223f0a709f913
parentfce4af19722cb9c4f4a9c0f9b07fd4988f8b53a6 (diff)
Try to update debian changelog on release.
-rwxr-xr-xrelease1
1 files changed, 1 insertions, 0 deletions
diff --git a/release b/release
index ea85e2f3f..7ae76f207 100755
--- a/release
+++ b/release
@@ -40,6 +40,7 @@ if args.beta:
new_version = version.rewrite_wscript(m)
version.append_to_changelog(new_version)
+command("dch -v %s \"New upstream release.\"", version)
command("./waf clean")
command("./waf dist")