[android-platform-tools-base] 04/04: d/rules: Turn off the executable permission of one documentation file

Kai-Chung Yan seamlik-guest at moszumanska.debian.org
Wed Aug 3 03:07:07 UTC 2016


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

seamlik-guest pushed a commit to branch master
in repository android-platform-tools-base.

commit 2af5dba1f6f85f1ca9647637c825bd2d4b3990c8
Author: Kai-Chung Yan <seamlikok at gmail.com>
Date:   Mon Aug 1 15:55:00 2016 +0800

    d/rules: Turn off the executable permission of one documentation file
---
 debian/rules | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index dce8cb4..fbf56ca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,10 @@ export JAVA_HOME=/usr/lib/jvm/default-java
 override_dh_auto_build:
 	dh_auto_build -- -x test --settings-file debian/settings.gradle assemble
 
+override_dh_install:
+	dh_install
+	chmod -x debian/libgradle-android-plugin-java-doc/usr/lib/android-sdk/tools/templates/gradle-projects/NewAndroidAutoProject/template.xml
+
 get-orig-source: gradle_$(DEB_VERSION_UPSTREAM).tar.gz
 	mk-origtargz --repack --compression xz $<
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/android-platform-tools-base.git



More information about the pkg-java-commits mailing list