Source: javatools
Version: 0.58
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: timestamps
X-Debbugs-Cc: [email protected]
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
`. `'` [email protected] / 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
[email protected] for discussions and questions.