[Git][java-team/javatools][master] 2 commits: jh_exec: Fix chmod to set (not clear) the executable bit on jars
Tony Mancill
gitlab at salsa.debian.org
Wed Oct 10 05:12:31 BST 2018
Tony Mancill pushed to branch master at Debian Java Maintainers / javatools
Commits:
6671ba98 by tony mancill at 2018-10-10T03:27:54Z
jh_exec: Fix chmod to set (not clear) the executable bit on jars
- - - - -
19a24b0e by tony mancill at 2018-10-10T03:29:36Z
prepare changelog for upload to unstable
- - - - -
2 changed files:
- debian/changelog
- jh_exec
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+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 at debian.org> Tue, 09 Oct 2018 20:28:11 -0700
+
javatools (0.69) unstable; urgency=medium
* Team upload.
=====================================
jh_exec
=====================================
@@ -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
View it on GitLab: https://salsa.debian.org/java-team/javatools/compare/fc98db0f545eb232e244adfc974f646269938e20...19a24b0e5557aedb1960ce1e60f62b67bcb4b775
--
View it on GitLab: https://salsa.debian.org/java-team/javatools/compare/fc98db0f545eb232e244adfc974f646269938e20...19a24b0e5557aedb1960ce1e60f62b67bcb4b775
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20181010/ae91538a/attachment.html>
More information about the pkg-java-commits
mailing list