This is an automated email from the git hooks/post-receive script. osamu pushed a commit to branch master in repository devscripts.
commit f42a5f1f904d32ca9832fd5a64ac36c448cda371 Author: Osamu Aoki <[email protected]> Date: Thu May 5 18:07:42 2016 +0900 uscan: Clarify --no-symlink meaning Closes: #819111 --- debian/changelog | 1 + scripts/uscan.pl | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 31b9c7b..727b6de 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ devscripts (2.16.5) UNRELEASED; urgency=medium [ Osamu Aoki ] * uscan: + + Clarify --no-symlink meaning. (Closes: #819111) + No output if upstream == debian and no errors. (Closes: #820798) + Better @ANY_VERSION@ regex. (Closes: #821224) diff --git a/scripts/uscan.pl b/scripts/uscan.pl index 18b080c..496c18a 100755 --- a/scripts/uscan.pl +++ b/scripts/uscan.pl @@ -1356,7 +1356,7 @@ Don't use PASV mode for FTP connections. =item B<--no-symlink> -Don't call B<mk-origtargz>. +Don't rename nor repack upstream tarball. =item B<--timeout> I<N> @@ -1832,7 +1832,7 @@ Options: debian/copyright field Files-Excluded and Files-Excluded-* --pasv Use PASV mode for FTP connections --no-pasv Don\'t use PASV mode for FTP connections (default) - --no-symlink Don\'t call mk-origtargz + --no-symlink Don\'t rename nor repack upstream tarball --timeout N Specifies how much time, in seconds, we give remote servers to respond (default 20 seconds) --user-agent, --useragent -- 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
