This is an automated email from the git hooks/post-receive script. jamessan pushed a commit to branch master in repository devscripts.
commit 2a89a6cc3e73ce5681017d181c02329e81327715 Author: James McCoy <[email protected]> Date: Tue Apr 22 21:49:15 2014 -0400 debchange: Document the default urgency is medium Closes: #745565 Signed-off-by: James McCoy <[email protected]> --- debian/changelog | 2 ++ scripts/debchange.1 | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 17c5e8a..33ad95c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -25,6 +25,8 @@ devscripts (2.14.2) UNRELEASED; urgency=medium * dpkg-depcheck: Convert relative paths to absolute before filtering, so filters properly match the path. Thanks to William King for the patch. (Closes: #744320) + * debchange: Document the default urgency is medium. Thanks to Anders + Kaseorg for the patch. (Closes: #745565) [ Andreas Tille ] * uscan: Allow a different compression scheme when repacking upstream diff --git a/scripts/debchange.1 b/scripts/debchange.1 index 3adbe9c..bc18527 100644 --- a/scripts/debchange.1 +++ b/scripts/debchange.1 @@ -316,7 +316,7 @@ entries or the existing value for existing entries. .TP \fB\-\-urgency \fIurgency\fR, \fB\-u \fIurgency\fR Use the specified urgency in the changelog entry being edited, -instead of using the default "\fBlow\fR" for new entries or the existing +instead of using the default "\fBmedium\fR" for new entries or the existing value for existing entries. .TP \fB\-\-changelog \fIfile\fR, \fB\-c \fIfile\fR -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git _______________________________________________ devscripts-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel
