This is an automated email from the git hooks/post-receive script. pabs pushed a commit to branch master in repository devscripts.
commit c0eb40ed8ccb558f439f306e057588cf15cc7dd4 Author: Paul Wise <[email protected]> Date: Wed Jun 8 21:50:59 2016 +0800 Fix typo: releasse -> release --- debian/changelog | 5 +++++ scripts/uscan.pl | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 8591584..a2eae54 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,14 @@ devscripts (2.16.6) UNRELEASED; urgency=medium + [ James McCoy ] * uscan: + Fix typo of "passive" in description of PASV FTP mode. Thanks to Yann Dirson for the patch. (Closes: #826321) + [ Paul Wise ] + * uscan: + + Fix typo of "passive" in description of git repository mode + -- James McCoy <[email protected]> Sat, 04 Jun 2016 13:46:07 -0400 devscripts (2.16.5) unstable; urgency=medium diff --git a/scripts/uscan.pl b/scripts/uscan.pl index 89d0154..3141600 100755 --- a/scripts/uscan.pl +++ b/scripts/uscan.pl @@ -1099,7 +1099,7 @@ to elsewhere (github?). Please look for the newer upstream site. =head2 direct access to the git repository If the upstream only publishes its code via the git repository and it has no web -interface to obtain the releasse tarball, you can use uscan with the tags of +interface to obtain the release tarball, you can use uscan with the tags of the git repository. version=4 -- 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
