This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository tomcat-native.
commit 2b976b714d18732a392c76135ce2b7421f39fa3b Author: Emmanuel Bourg <[email protected]> Date: Thu Sep 14 14:11:44 2017 +0200 Build with OpenSSL 1.1 (Closes: #859742) --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 285b25e..520a0e0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ tomcat-native (1.2.14-1) UNRELEASED; urgency=medium * Team upload. * New upstream release + * Build with OpenSSL 1.1 (Closes: #859742) * Standards-Version updated to 4.1.0 -- Emmanuel Bourg <[email protected]> Thu, 14 Sep 2017 13:10:21 +0200 diff --git a/debian/control b/debian/control index dc1d037..47d63b7 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Build-Depends: default-jdk, dpkg-dev (>= 1.16.1~), libapr1-dev, - libssl1.0-dev + libssl-dev Standards-Version: 4.1.0 Vcs-Git: https://anonscm.debian.org/git/pkg-java/tomcat-native.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/tomcat-native.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/tomcat-native.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

