Source: javatools
Version: 0.58
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: timestamps
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org

Hi,

Whilst working on the Reproducible Builds effort [0], I noticed
that javatools emits Recommends substvars that are not reproducible.

Patch attached.

 [0] https://reproducible-builds.org/


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
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);
__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Reply via email to