This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository tomcat7.
commit 902e0b5a3b49edf2c4ed6d623b063f7c6ebb5089 Author: Emmanuel Bourg <[email protected]> Date: Wed May 27 09:47:41 2015 +0200 No longer remove the long gone .svn directories under /usr/share/tomcat8/webapps/default_root --- debian/changelog | 2 ++ debian/rules | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index c091cb4..3caca8e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,8 @@ tomcat7 (7.0.61-2) UNRELEASED; urgency=medium - Do not set the version.* properties already defined in build.properties.default - Renamed T_VER to VERSION + - No longer remove the long gone .svn directories under + /usr/share/tomcat8/webapps/default_root -- Emmanuel Bourg <[email protected]> Wed, 27 May 2015 09:10:20 +0200 diff --git a/debian/rules b/debian/rules index 61708de..1142347 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 - rm -rf \ - debian/tomcat7/usr/share/tomcat7/webapps/default_root/.svn \ - debian/tomcat7/usr/share/tomcat7/webapps/default_root/META-INF/.svn 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 -- 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

