This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository netty-tcnative.
commit 89c0b343ad549cce83530f5940c04397708f2792 Author: Emmanuel Bourg <[email protected]> Date: Tue Nov 15 11:52:33 2016 +0100 Depend on libssl1.0-dev (Closes: #828451) --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 9d48085..099f558 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ netty-tcnative (1.1.33.Fork23-2) UNRELEASED; urgency=medium + * Depend on libssl1.0-dev (Closes: #828451) * Switch to debhelper level 10 -- Emmanuel Bourg <[email protected]> Tue, 15 Nov 2016 11:47:20 +0100 diff --git a/debian/control b/debian/control index f35f278..9ff1565 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Build-Depends: automake, libapr1-dev, libmaven-antrun-plugin-java, libmaven-bundle-plugin-java, - libssl-dev, + libssl1.0-dev, libtool, maven-debian-helper (>= 1.5) Standards-Version: 3.9.8 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/netty-tcnative.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

