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 86aa1cdc92aebcf5e6569e196a404c10311f432e Author: Emmanuel Bourg <[email protected]> Date: Thu Nov 17 18:51:39 2016 +0100 Build with libssl1.0-dev instead of libssl-dev --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e8c5f43..e22a32a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ tomcat-native (1.2.10-1) UNRELEASED; urgency=medium * Team upload. * New upstream release + * Build with libssl1.0-dev instead of libssl-dev * Fixed a bug in configure.in enabling the maintainer mode when --disable-maintainer-mode is specified * Switch to debhelper level 10 diff --git a/debian/control b/debian/control index 9e5eded..3f743bf 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 10), default-jdk, dpkg-dev (>= 1.16.1~), libapr1-dev, - libssl-dev (>= 1.0.2~) + libssl1.0-dev Standards-Version: 3.9.8 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

