This is an automated email from the git hooks/post-receive script. jamessan pushed a commit to branch master in repository devscripts.
commit 24c60d1415a1a498a3a0959fec5cf5c46f676875 Author: James McCoy <[email protected]> Date: Wed Nov 20 22:53:04 2013 -0500 origtargz: Fix formatting of POD item list Signed-off-by: James McCoy <[email protected]> --- scripts/origtargz.pl | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/scripts/origtargz.pl b/scripts/origtargz.pl index 01f231b..e19ff69 100755 --- a/scripts/origtargz.pl +++ b/scripts/origtargz.pl @@ -43,15 +43,25 @@ Various download locations are tried: =over 4 -=item * First, an existing file is looked for. +=item * -=item * Directories given with B<--path> are searched. +First, an existing file is looked for. -=item * B<pristine-tar> is tried. +=item * -=item * B<apt-get source> is tried when B<apt-cache showsrc> reports a matching version. +Directories given with B<--path> are searched. -=item * Finally, B<uscan --download-current-version> is tried. +=item * + +B<pristine-tar> is tried. + +=item * + +B<apt-get source> is tried when B<apt-cache showsrc> reports a matching version. + +=item * + +Finally, B<uscan --download-current-version> is tried. =back -- 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
