[javatools] 01/02: apply patch to jh_scanjavadoc to sort resolved dependencies

Tony Mancill tmancill at moszumanska.debian.org
Thu Sep 1 04:43:50 UTC 2016


This is an automated email from the git hooks/post-receive script.

tmancill pushed a commit to branch master
in repository javatools.

commit 69687adc162ba64451dda4290805fbfd7316e6d6
Author: tony mancill <tmancill at debian.org>
Date:   Wed Aug 31 21:42:31 2016 -0700

    apply patch to jh_scanjavadoc to sort resolved dependencies
    
    Thanks to Chris Lamb for the patch.  See #835147.
---
 jh_scanjavadoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jh_scanjavadoc b/jh_scanjavadoc
index 3d018d6..9abe6d2 100755
--- a/jh_scanjavadoc
+++ b/jh_scanjavadoc
@@ -18,4 +18,4 @@ foreach my $doclink ( map { scan_javadoc($_) } @ARGV){
     push(@dep, $doclink);
 }
 
-print join(', ', find_package_for_existing_files(@dep)), "\n" if(@dep);
+print join(', ', find_package_for_existing_files(sort @dep)), "\n" if(@dep);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/javatools.git



More information about the pkg-java-commits mailing list