[med-svn] [jmodeltest] 04/05: build.xml should simply not touch all files in /usr/bin

Andreas Tille tille at debian.org
Thu May 12 10:14:04 UTC 2016


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository jmodeltest.

commit 6871069029fda6c676b09bda53db0018ec1f81e1
Author: Andreas Tille <tille at debian.org>
Date:   Thu May 12 11:17:36 2016 +0200

    build.xml should simply not touch all files in /usr/bin
---
 debian/patches/do_not_chmod_anything_in_usr_bin.patch | 14 ++++++++++++++
 debian/patches/series                                 |  1 +
 2 files changed, 15 insertions(+)

diff --git a/debian/patches/do_not_chmod_anything_in_usr_bin.patch b/debian/patches/do_not_chmod_anything_in_usr_bin.patch
new file mode 100644
index 0000000..c1e57b1
--- /dev/null
+++ b/debian/patches/do_not_chmod_anything_in_usr_bin.patch
@@ -0,0 +1,14 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Fri, 15 Jan 2016 21:24:19 +0100
+Description: build.xml should simply not touch all files in /usr/bin
+
+--- a/build.xml
++++ b/build.xml
+@@ -59,7 +59,6 @@
+ 		</copy>
+ 		<mkdir dir="${log.dir}" />
+ 		<chmod perm="755" dir="${dist.dir}" includes="*.sh *.bat" />
+-    <chmod perm="644" dir="${exe.dir}" includes="*" />
+ 	</target>
+ 
+ 	<target name="run" depends="jar" description="Run jar file">
diff --git a/debian/patches/series b/debian/patches/series
index a19efd6..7d1af0b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 use_debian_packaged_jars.patch
+do_not_chmod_anything_in_usr_bin.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/jmodeltest.git



More information about the debian-med-commit mailing list