This is an automated email from the git hooks/post-receive script. jamessan pushed a commit to branch master in repository devscripts.
commit d44adfa72dfbbb3779c7d08a911c07cccb05eb62 Author: James McCoy <[email protected]> Date: Sat Dec 7 14:04:40 2013 -0500 debchange: Correct description of -e in --help output Closes: #712030 Signed-off-by: James McCoy <[email protected]> --- debian/changelog | 1 + scripts/debchange.pl | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 9cdafd6..33cbfbd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,7 @@ devscripts (2.13.6) UNRELEASED; urgency=medium (Closes: #683480) * build-rdeps: Only match against package names instead of any substring of Build-Depends(-Indep). (Closes: #649165) + * debchange: Correct description of -e in --help output. (Closes: #712030) [ Louis Bettens ] * debchange, mass-bug, bts: Replace call to date -R with strftime(). diff --git a/scripts/debchange.pl b/scripts/debchange.pl index 6114592..69f0bd6 100755 --- a/scripts/debchange.pl +++ b/scripts/debchange.pl @@ -131,7 +131,7 @@ Options: Add a new changelog entry with version number specified -e, --edit Don't change version number or add a new changelog entry, just - update the changelog's stamp and open up an editor + opens an editor -r, --release Update the changelog timestamp. If the distribution is set to "UNRELEASED", change it to unstable (or another distribution as -- 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
