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 <[email protected]> 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 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

