This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository tomcat8.
commit 525b7c20181dad2d2644cca2888f62497cb03939 Author: Emmanuel Bourg <[email protected]> Date: Thu May 7 12:00:22 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 5622415..fd1c5e4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,8 @@ tomcat8 (8.0.22-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]> Thu, 07 May 2015 08:34:56 +0200 diff --git a/debian/rules b/debian/rules index d2b25f4..1e6afce 100755 --- a/debian/rules +++ b/debian/rules @@ -53,9 +53,6 @@ override_dh_install-indep: dh_install -plibtomcat8-java $(BLDLIB)/tomcat8-catalina-storeconfig-$(VERSION).jar usr/share/java dh_link -plibtomcat8-java usr/share/java/tomcat8-catalina-storeconfig-$(VERSION).jar usr/share/java/tomcat8-catalina-storeconfig.jar - rm -rf \ - debian/tomcat8/usr/share/tomcat8/webapps/default_root/.svn \ - debian/tomcat8/usr/share/tomcat8/webapps/default_root/META-INF/.svn chmod a+x debian/tomcat8-common/usr/share/tomcat8/bin/*.sh chmod a+x debian/tomcat8-user/usr/bin/tomcat8-instance-create chmod a+x debian/tomcat8-user/usr/share/tomcat8/skel/bin/*.sh -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/tomcat8.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

