[tomcat8] 09/13: Fixed the test failure with TestStandardContextAliases
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Nov 17 23:51:43 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch experimental
in repository tomcat8.
commit a88e58de99f9f4c16c26ccdc13a17b276123d9fb
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Thu Nov 17 14:43:32 2016 +0100
Fixed the test failure with TestStandardContextAliases
---
debian/changelog | 1 +
debian/rules | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 15f9436..faf3881 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ tomcat8 (8.5.8-1) UNRELEASED; urgency=medium
- Updated the policy files
* Enabled the APR library loading by default (required for HTTP/2 support)
* Promoted libtcnative-1 from suggested to recommended dependency
+ * Fixed the test failure with TestStandardContextAliases
* Adapted debian/orig-tar.sh to download the 8.5.x releases
-- Emmanuel Bourg <ebourg at apache.org> Wed, 16 Nov 2016 18:44:57 +0100
diff --git a/debian/rules b/debian/rules
index 7ead105..fa67218 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,8 +27,8 @@ override_dh_auto_build:
override_dh_auto_test:
ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
mkdir -p webapps/examples/WEB-INF/lib
- cp /usr/share/java/taglibs-standard-spec.jar webapps/examples/WEB-INF/lib/
- cp /usr/share/java/taglibs-standard-impl.jar webapps/examples/WEB-INF/lib/
+ cp /usr/share/java/taglibs-standard-spec.jar webapps/examples/WEB-INF/lib/taglibs-standard-spec-1.2.5.jar
+ cp /usr/share/java/taglibs-standard-impl.jar webapps/examples/WEB-INF/lib/taglibs-standard-impl-1.2.5.jar
$(ANT) test
endif
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/tomcat8.git
More information about the pkg-java-commits
mailing list