Notes for ruby-pygments.rb - reproducible builds result

Version annotated: 2.3.0+ds-1
Identified issues:
Identifier: different_due_to_umask
Description Files have varying permissions because of different umasks.
Comments: The 0020 (S_IWGRP) bit differs. Also, quilt metadata (.pc/*) are included.
.
I think it's due to this line in pygments.rb.gemspec:
s.files = (Dir.glob('**/*', File::FNM_DOTMATCH) - Dir.glob('debian/**/*', File::FNM_DOTMATCH)).reject { |f| File.directory?(f) }
 

Our notes about issues affecting packages are stored in notes.git and are targeted at packages in Debian in 'unstable/amd64' (unless they say otherwise).