This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository tomcat7.
commit 525f8ac82e13e7a4daa360afa8b9a2fa18b6ed61 Author: Emmanuel Bourg <[email protected]> Date: Wed May 27 09:49:06 2015 +0200 Let dh_fixperms set the permissions instead of calling chmod +x --- debian/changelog | 1 + debian/rules | 3 --- debian/setenv.sh | 0 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3caca8e..e7eb5d5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ tomcat7 (7.0.61-2) UNRELEASED; urgency=medium - Renamed T_VER to VERSION - No longer remove the long gone .svn directories under /usr/share/tomcat8/webapps/default_root + - Let dh_fixperms set the permissions instead of calling chmod +x -- Emmanuel Bourg <[email protected]> Wed, 27 May 2015 09:10:20 +0200 diff --git a/debian/rules b/debian/rules index 1142347..f3812fc 100755 --- a/debian/rules +++ b/debian/rules @@ -124,9 +124,6 @@ override_dh_install-indep: debian/javaxpoms/el-api.pom \ output/build/lib/el-api.jar - chmod a+x debian/tomcat7-common/usr/share/tomcat7/bin/*.sh - chmod a+x debian/tomcat7-user/usr/bin/tomcat7-instance-create - chmod a+x debian/tomcat7-user/usr/share/tomcat7/skel/bin/*.sh # update the checksum for the root webapp unset rwmd5sum \ && rwmd5sum=`cat $(RWFILES) | md5sum - 2>/dev/null | cut -d " " -f1` \ diff --git a/debian/setenv.sh b/debian/setenv.sh old mode 100644 new mode 100755 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/tomcat7.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

