This is an automated email from the git hooks/post-receive script. jamessan pushed a commit to branch master in repository devscripts.
commit d8b407a70d7b982a1cbfe85a6a55c345565ea804 Author: James McCoy <[email protected]> Date: Sun Feb 28 19:43:26 2016 -0500 uscan: Fix typo in dirversionmangle help Closes: #816231 Signed-off-by: James McCoy <[email protected]> --- debian/changelog | 2 ++ scripts/uscan.pl | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index ff4f351..1eef0b5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,8 @@ devscripts (2.16.2) UNRELEASED; urgency=medium * debsnap: + Only make the destination directory if there is something to download. (Closes: #816022) + * uscan: + + Fix typo in dirversionmangle help. (Closes: #816231) -- Osamu Aoki <[email protected]> Sat, 13 Feb 2016 22:10:05 +0900 diff --git a/scripts/uscan.pl b/scripts/uscan.pl index c1a6c5c..7233f4f 100755 --- a/scripts/uscan.pl +++ b/scripts/uscan.pl @@ -447,7 +447,7 @@ specific suffix such as B<s/\+dfsg\d*$//> is usually done here. =item B<dirversionmangle=>I<rules> Normalize the directory path string matching the regex in a set of parentheses -of B<http::/>I<URL> as the sortable version index string. This is used as the +of B<http://>I<URL> as the sortable version index string. This is used as the directory path sorting index only. Substitution such as B<s/PRE/~pre/; s/RC/~rc/> may help. -- 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
