Skip to content
Commits on Source (2)
javatools (0.70) unstable; urgency=medium
* Team upload.
* jh_exec: Fix chmod to set (not clear) the executable bit on jars
Thank you to Alexandre Rossi for reporting this problem.
-- tony mancill <tmancill@debian.org> Tue, 09 Oct 2018 20:28:11 -0700
javatools (0.69) unstable; urgency=medium
* Team upload.
......
......@@ -57,7 +57,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
closedir($dirfd) or error("closedir($dir) failed: $!");
}
}
xargs(\@chmod_paths, 'chmod', '-x') if @chmod_paths;
xargs(\@chmod_paths, 'chmod', '+x') if @chmod_paths;
=head1 SEE ALSO
......