This is an automated email from the git hooks/post-receive script. osamu pushed a commit to branch multitar in repository devscripts.
commit 58da498ade27d34cb5e1ca48283b43eb41bcfefd Author: Osamu Aoki <[email protected]> Date: Sat Sep 26 12:39:44 2015 +0900 uscan.pl: update documentation This completes to ddress concernes raised on #733272 --- scripts/uscan.pl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/scripts/uscan.pl b/scripts/uscan.pl index 56f5512..4d6ae4e 100755 --- a/scripts/uscan.pl +++ b/scripts/uscan.pl @@ -285,7 +285,7 @@ Force to repack the upstream tarball using the compression I<mathod>. =item B<repacksuffix=>I<suffix> Add I<suffix> to the version as suffix when the source tarball is repackaged. -(persistent) This rule should be used only for the single upstream package. +This rule should be used only for the single upstream package. =item B<pgpmode=>I<mode> @@ -662,7 +662,7 @@ file B<foo_2.0.orig.tar.gz>. =head2 HTTP site (pgpmode) -For the basic single upstream tarball with the matching signature file inot in +For the basic single upstream tarball with the matching signature file not in the same file path case: version=4 @@ -673,7 +673,8 @@ the same file path case: http://example.com/~user/release/foo.html \ files/(?:\d+)/foo-([\d\.]*).tar.gz.asc previous uupdate -Please note the upstream and signature file share the same version number. +Please note the upstream tarball and the signature file share the same version +number. =head2 HTTP site (basic MUT) -- 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
