Bug#835147: javatools: please make the documention Recommends substvars reproducible

2016-10-15 Thread tony mancill
On Mon, Oct 10, 2016 at 11:09:02AM +0100, Chris Lamb wrote:
> Hi,
> 
> > javatools: please make the documention Recommends substvars reproducible
> 
> Any movement on this? It's making a few packages non-reproducible :)

Thank you for the reminder.  Since we haven't accumulated any changes,
uploading now.

Cheers,
tony


signature.asc
Description: PGP signature
__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#835147: javatools: please make the documention Recommends substvars reproducible

2016-10-10 Thread Chris Lamb
Hi,

> javatools: please make the documention Recommends substvars reproducible

Any movement on this? It's making a few packages non-reproducible :)


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#835147: javatools: please make the documention Recommends substvars reproducible

2016-08-22 Thread Chris Lamb
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
. 
Please use
debian-j...@lists.debian.org for discussions and questions.